 | RectangleIExactCenter Property |
Gets the exact position of the center of this rectangle.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic Vector2F ExactCenter { get; }
Public ReadOnly Property ExactCenter As Vector2F
Get
public:
property Vector2F ExactCenter {
Vector2F get ();
}
member ExactCenter : Vector2F with get
Property Value
Type:
Vector2F
See Also