LEADTOOLS (Leadtools assembly)

Offset Method (LeadRectD)

Show in webframe







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
)

            

            
 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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.