ClearImage .NET API
Width Property (CiImage)





Inlite.ClearImage Namespace > CiImage Class : Width Property
Image width in pixels
Syntax
'Declaration
 
Public ReadOnly Property Width As System.Integer
'Usage
 
Dim instance As CiImage
Dim value As System.Integer
 
value = instance.Width
public System.int Width {get;}
public read-only property Width: System.Integer; 
public function get Width : System.int
public:
property System.int Width {
   System.int get();
}
Remarks

If object.IsZone image property values comes from object.Parent object

See Also

Reference

CiImage Class
CiImage Members