Drawing
-
class
HPS.Drawing: IDisposable Public Types
-
enum
ClipOperation Enumerates the clip region operation types.
Values:
-
Keep The geometry inside the clip region is drawn. Everything outside of it is clipped.
-
Remove The geometry outside the clip region is drawn. Everything inside of it is clipped.
-
-
enum
ClipSpace Enumerates the coordinate spaces types for clip regions.
Values:
-
Window The clip region is specified in window coordinates.
-
World The clip region is specified in world coordinated.
-
Object The clip region is specified in object coordinated.
-
-
enum