This documentation is archived and is not being maintained.
Graphics.PageUnit Property
.NET Framework 1.1
Gets or sets the unit of measure used for page coordinates in this Graphics object.
[Visual Basic] Public Property PageUnit As GraphicsUnit [C#] public GraphicsUnit PageUnit {get; set;} [C++] public: __property GraphicsUnit get_PageUnit(); public: __property void set_PageUnit(GraphicsUnit); [JScript] public function get PageUnit() : GraphicsUnit; public function set PageUnit(GraphicsUnit);
Property Value
This property specifies a member of the GraphicsUnit enumeration.
Remarks
The graphics unit is the unit of measure used for page coordinates in this Graphics object.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Graphics Class | Graphics Members | System.Drawing Namespace
Show: