Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TopLeft Property








Gets the position of the top-left corner of the rectangle.
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadPointD TopLeft {get;}
'Declaration
 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public ReadOnly Property TopLeft As LeadPointD
'Usage
 
Dim instance As LeadRectD
Dim value As LeadPointD
 
value = instance.TopLeft
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadPointD TopLeft {get;}
LeadPointD LeadRectDTopLeft(LeadRectD rect)
public LeadPointD getTopLeft()
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property LeadPointD TopLeft {
   LeadPointD get();
}

Property Value

The position of the top-left corner of the rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file