Kaliko.ImageLibrary
Height Property (KalikoImage)
Image height.
Syntax
'Declaration
Public ReadOnly Property Height As System.Integer
'Usage
Dim instance As KalikoImage Dim value As System.Integer value = instance.Height
public System.int Height {get;}
public read-only property Height: System.Integer;
public function get Height : System.int
public: __property System.int get_Height();
public: property System.int Height { System.int 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