ImageRatio Property
From Kaliko Image Library
Kaliko.ImageLibrary
ImageRatio Property
Width/height ratio of image.
Syntax
'DeclarationPublic ReadOnly Property ImageRatio As System.Double
'UsageDim instance As KalikoImage Dim value As System.Double value = instance.ImageRatio
public System.double ImageRatio {get;}
public read-only property ImageRatio: System.Double;
public function get ImageRatio : System.double
public: __property System.double get_ImageRatio();
public: property System.double ImageRatio { System.double get(); }
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also