Namespace: DeltaEngine.Rendering2DAssembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
public Vector2D RotationCenter { get; set; }
public Vector2D RotationCenter { get; set; }
Public Property RotationCenter As Vector2D
Get
Set
Public Property RotationCenter As Vector2D
Get
Set
public:
property Vector2D RotationCenter {
Vector2D get ();
void set (Vector2D value);
}
public:
property Vector2D RotationCenter {
Vector2D get ();
void set (Vector2D value);
}
member RotationCenter : Vector2D with get, set
member RotationCenter : Vector2D with get, set
Property Value
Type:
Vector2D