RectangleAspectRatio Property |
The aspect ratio denotes the ratio of length to width of the rectangle (Width / Height)
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic double AspectRatio { get; }
Public ReadOnly Property AspectRatio As Double
Get
public:
property double AspectRatio {
double get ();
}
member AspectRatio : float with get
Property Value
Type:
Double
See Also