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: 11.1.0.0 (11.1.0)
Syntax public double AspectRatio { get; }
Public ReadOnly Property AspectRatio As Double
Get
public:
property double AspectRatio {
double get ();
}
member AspectRatio : float with get
Property Value
Type:
DoubleSee Also