Drawing

class HPS.Drawing : public 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 Handedness

Handedness is used to define the front face of a polygon as well as the orientation of the z-axis relative to the x-y plane.

Values:

None

No Handedness.

Left

Left Handed.

Right

Right Handed.

enum Overlay

Enumeration of the various overlay modes.

Values:

None
Default
WithZValues
InPlace

Public Functions

void Dispose ()
Drawing (HPS.Drawing in_that)