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

gradient

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: 2.5.0.0

collapse_allSyntax

C#

public int CreatePicture(

 Rectangle sTextureCoordinates

)

Visual Basic

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

Type: Int32

Returns the new Picture's unique ID.

collapse_allSee Also

Animations Class

Animations Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com