|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
| Leadtools Namespace > LeadMatrix Structure : OffsetX Property |
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');
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 |