Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
Animations
..CurrentPicturesTextureCoordinates Property
|
|
Get the Rectangle representing the Texture Coordinates of the Picture in the Animation that should be displayed at this point in time
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public Rectangle CurrentPicturesTextureCoordinates { get; }
|
Visual Basic
|
Public ReadOnly Property CurrentPicturesTextureCoordinates As Rectangle
Get
|
Visual C++
|
public:
property Rectangle CurrentPicturesTextureCoordinates {
Rectangle get ();
}
|
Property Value
Type: Rectangle
See Also
Animations Class
Animations Members
DPSF Namespace
Send comments on this topic to
|