Name
CoordinateSpace
Synopsis
This enumeration specifies the three possible coordinate spaces to
use with the System.Drawing.Graphics.TransformPoints() method. The Device coordinate space is
the physical coordinate space of the target output device (the
monitor or printer, for example). The Page
coordinate space is the logical coordinate space of the graphics
surface, and the World coordinate space is the
surface coordinate space with the current
Graphics.Transform applied. That transform is
commonly referred to as the “World
Transform.”
public enum CoordinateSpace { World = 0, Page = 1, Device = 2 }
Hierarchy
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ CoordinateSpace
Passed To
System.Drawing.Graphics.TransformPoints()
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access