Gets the physical offset of the printed page, in 100th of an inch.
Namespace:
C1.C1PrintDocument.UtilAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
public static void GetPhysOffset( Graphics g, out double left, out double top ) |
Visual Basic (Declaration) |
---|
Public Shared Sub GetPhysOffset ( _ g As Graphics, _ <OutAttribute> ByRef left As Double, _ <OutAttribute> ByRef top As Double _ ) |
Parameters
- g
- Type: System.Drawing..::.Graphics
- left
- Type:
System..::.Double%
Left physical offset
- top
- Type:
System..::.Double%
Top physical offset