Gets the centre of the rectangle
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic Point Centre { get; }
Public ReadOnly Property Centre As Point
Get
public:
property Point Centre {
Point get ();
}
member Centre : Point with get
Property Value
Type:
Point
See Also