collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation

Animations

.
.
::
.CreatePicture Method

Creates a Picture that can be used in a Animation, and returns its unique ID. A Picture can be used multiple times in an Animation.

Namespace: DPSF

Assembly:  DPSF (in DPSF.dll) Version: 1.5.1.0

collapse_allSyntax

C#

public int CreatePicture(

 Rectangle sTextureCoordinates

)

Visual Basic (Declaration)

Public Function CreatePicture ( _

 sTextureCoordinates As Rectangle _

As Integer

Visual C++

public:

int CreatePicture(

 Rectangle sTextureCoordinates

)

Parameters

sTextureCoordinates

Type: Rectangle

The top-left (x,y) position and (width,height) dimensions in the Texture that form this Picture

Return Value

Returns the new Picture's unique ID.

collapse_allSee Also

Animations Class

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com