←Select platform

Offset Method

Summary

Offsets point's X and Y coordinates by the specified amounts.

Syntax

C#
VB
Java
C++
public void Offset( 
   double offsetX, 
   double offsetY 
) 
Public Sub Offset( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
)  
public void offset(double offsetX, double 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly