Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Offset Method (LeadRectD)








The amount to move the rectangle horizontally.
The amount to move the rectangle vertically.
Moves the rectangle by the specified horizontal and vertical amounts.
Syntax
public void Offset( 
   double offsetX,
   double offsetY
)
'Declaration
 
Public Sub Offset( _
   ByVal offsetX As Double, _
   ByVal offsetY As Double _
) 
'Usage
 
Dim instance As LeadRectD
Dim offsetX As Double
Dim offsetY As Double
 
instance.Offset(offsetX, offsetY)
public void Offset( 
   double offsetX,
   double offsetY
)
public void offset(double offsetX, double offsetY)
 function Leadtools.LeadRectD.Offset( 
   offsetX ,
   offsetY 
)
public:
void Offset( 
   double offsetX,
   double offsetY
) 

Parameters

offsetX
The amount to move the rectangle horizontally.
offsetY
The amount to move the rectangle vertically.
Remarks

You cannot change the values of the Empty rectangle.

Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file