LEADTOOLS Annotations (Leadtools.Annotations assembly)

Offset(Single,Single) Method

Show in webframe





The amount to offset the location horizontally.
The amount to offset the location vertically.
Adjusts the location of this rectangle by the specified amounts.
Syntax
public void Offset( 
   float x,
   float y
)
'Declaration
 
Public Overloads Sub Offset( _
   ByVal x As Single, _
   ByVal y As Single _
) 
'Usage
 
Dim instance As AnnRectangle
Dim x As Single
Dim y As Single
 
instance.Offset(x, y)

            

            
public:
void Offset( 
   float x,
   float y
) 

Parameters

x
The amount to offset the location horizontally.
y
The amount to offset the location vertically.
Requirements

Target Platforms

See Also

Reference

AnnRectangle Structure
AnnRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.