LEADTOOLS (Leadtools assembly)

Offset Method (LeadPointD)

Show in webframe







The amount to offset the point's X coordinate.
The amount to offset the point's Y coordinate.
Offsets point's X and Y coordinates by the specified 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 LeadPointD
Dim offsetX As Double
Dim offsetY As Double
 
instance.Offset(offsetX, offsetY)
public void Offset( 
   double offsetX,
   double offsetY
)

            

            
 function Leadtools.LeadPointD.Offset( 
   offsetX ,
   offsetY 
)
public:
void Offset( 
   double offsetX,
   double offsetY
) 

Parameters

offsetX
The amount to offset the point's X coordinate.
offsetY
The amount to offset the point's Y coordinate.
Remarks

You cannot change the values of the Empty point.

Requirements

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members

 

 


Products | Support | Contact Us | Copyright Notices

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