Interface ISpriteElement
Inherited Members
Namespace: GTA.UI
Assembly: ScriptHookVDotNet3.dll
Syntax
public interface ISpriteElement : IElement
Properties
| Improve this Doc View SourceRotation
Gets or sets the rotation to draw thie ISpriteElement.
Declaration
float Rotation { get; set; }
Property Value
Type | Description |
---|---|
Single | The rotation measured in degrees, clockwise increasing, 0.0 at vertical |
Size
Gets or sets the size to draw the ISpriteElement
Declaration
SizeF Size { get; set; }
Property Value
Type | Description |
---|---|
SizeF | The size on a 1280*720 pixel base |
Remarks
If ScaledDraw is called, the size will be scaled by the width returned in ScaledWidth.