Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Left Property (LeadRect)








Gets the x-coordinate of the left edge of this LeadRect structure.
Syntax
[XmlIgnoreAttribute()]
public int Left {get; set;}
'Declaration
 
<XmlIgnoreAttribute()>
Public Property Left As Integer
'Usage
 
Dim instance As LeadRect
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
[XmlIgnoreAttribute()]
public int Left {get; set;}
NSInteger LeadRectLeft(LeadRect rect)
public int getLeft()
XmlIgnoreAttribute()
 <br/>get_Left();<br/>set_Left(value);<br/>Object.defineProperty('Left'); 
[XmlIgnoreAttribute()]
public:
property int Left {
   int get();
   void set (    int value);
}

Property Value

The left edge of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

Error processing SSI file