Graphics.PageUnit Property
.NET Framework (current version)
Gets or sets the unit of measure used for page coordinates in this Graphics.
Assembly: System.Drawing (in System.Drawing.dll)
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | PageUnit is set to World, which is not a physical unit. |
The following code example demonstrates the effect of changing the PageUnit property.
This example is designed to be used with Windows Forms. Paste the code into a form and call the ChangePageUnit method when handling the form's Paint event, passing e as PaintEventArgs.
.NET Framework
Available since 1.1
Available since 1.1
Show: