HPS.Edge
- class HPS.Edge : public IDisposable
This is the Edge Class
Public Types
- enum SizeUnits
Edge Size Units
Values:
- ScaleFactor
A unitless linear scaling factor. A value of 2.0 will cause edges to be rendered twice as thick. A value of 1.0 will result in a visually pleasing device-dependent edge weight. A value of 0 will result in the minimal weight edge supported by the device.
- SubscreenRelative
Fraction of the height of the outermost window.
- WindowRelative
Fraction of the height of the local window.
- Points
Points units typically used for text size. 1 point corresponds to 1/72 inch.
- Pixels
Number of pixels.