Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

OffsetX Property








Gets or sets the value of the third row and first column of this LeadMatrix.
Syntax
public double OffsetX {get; set;}
'Declaration
 
Public Property OffsetX As Double
'Usage
 
Dim instance As LeadMatrix
Dim value As Double
 
instance.OffsetX = value
 
value = instance.OffsetX
public double OffsetX {get; set;}
public double getOffsetX()
public void setOffsetX(double value)
            
 <br/>get_OffsetX();<br/>set_OffsetX(value);<br/>Object.defineProperty('OffsetX'); 
public:
property double OffsetX {
   double get();
   void set (    double value);
}

Property Value

The value of the third row and first column of this LeadMatrix. The default value is 0.
Remarks

The OffsetX property is so named because it specifies the amount to translate the coordinate space along the x-axis.

The following table shows the layout of a LeadMatrix object:

M11 M12 0
M21 M22 0
OffsetX OffsetY 1
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

Error processing SSI file