- pt
- The amount to offset the location.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Offset( _ ByVal pt As LogicalPoint _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Offset( LogicalPoint pt ) | |
| C++/CLI | |
|---|---|
public: void Offset( LogicalPoint pt ) | |
Parameters
- pt
- The amount to offset the location.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code