In This Topic
Translates this
GrapeCity.Drawing.Point by the specified amount.
Syntax
'Declaration
Public Overloads Sub Offset( _
ByVal As Point _
)
'Usage
Dim instance As Point3D
Dim location As Point
instance.Offset(location)
public void Offset(
Point
)
Parameters
- location
- The GrapeCity.Drawing.Point used offset this GrapeCity.Drawing.Point.
See Also