ClearImage .NET API
pMinLineLength Property (CiTools)





Inlite.ClearImage Namespace > CiTools Class : pMinLineLength Property
Minimum length of line in pixels
Syntax
'Declaration
 
Public Property pMinLineLength As System.Integer
'Usage
 
Dim instance As CiTools
Dim value As System.Integer
 
instance.pMinLineLength = value
 
value = instance.pMinLineLength
public System.int pMinLineLength {get; set;}
public read-write property pMinLineLength: System.Integer; 
public function get,set pMinLineLength : System.int
public:
property System.int pMinLineLength {
   System.int get();
   void set (    System.int value);
}
See Also

Reference

CiTools Class
CiTools Members