ClearImage .NET API
LineBytes Property (CiImage)





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

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

See Also

Reference

CiImage Class
CiImage Members