Constructor UISprite
UISprite(String, String, Size, Point)
Declaration
public UISprite(string textureDict, string textureName, Size scale, Point position)
Parameters
| Type |
Name |
Description |
| System.String |
textureDict |
|
| System.String |
textureName |
|
| System.Drawing.Size |
scale |
|
| System.Drawing.Point |
position |
|
UISprite(String, String, Size, Point, Color)
Declaration
public UISprite(string textureDict, string textureName, Size scale, Point position, Color color)
Parameters
| Type |
Name |
Description |
| System.String |
textureDict |
|
| System.String |
textureName |
|
| System.Drawing.Size |
scale |
|
| System.Drawing.Point |
position |
|
| System.Drawing.Color |
color |
|
UISprite(String, String, Size, Point, Color, Single)
Declaration
public UISprite(string textureDict, string textureName, Size scale, Point position, Color color, float rotation)
Parameters
| Type |
Name |
Description |
| System.String |
textureDict |
|
| System.String |
textureName |
|
| System.Drawing.Size |
scale |
|
| System.Drawing.Point |
position |
|
| System.Drawing.Color |
color |
|
| System.Single |
rotation |
|