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;}
get_OffsetX();
set_OffsetX(value);
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 |