Shape

class HPS.Shape : public IDisposable

The Shape class is a concept class for shape-related enum classes.

Public Types

enum Default

Values:

Rectangle

A rectangle.

RoundedRectangle

A rectangle with rounded corners.

Oval

An oval.

Ellipse

An ellipse.

Public Functions

void Dispose ()
Shape (HPS.Shape in_that)