OE2DActiveSiteLegendDisplayOptions

class OE2DActiveSiteLegendDisplayOptions

This class represents OE2DActiveSiteLegendDisplayOptions that encapsulates properties that determine how the legend of a color force field is depicted by the OEDrawActiveSiteLegend function.

Code Example

Constructors

OE2DActiveSiteLegendDisplayOptions(unsigned int rows, unsigned int cols)

Creates an OE2DActiveSiteLegendDisplayOptions object with the specified number of rows and columns..

rows

The number of rows in the legend.

cols

The number of columns in the legend.

OE2DActiveSiteLegendDisplayOptions(const OE2DActiveSiteLegendDisplayOptions &rhs)

Copy constructor.

operator=

OE2DActiveSiteLegendDisplayOptions &
  operator=(const OE2DActiveSiteLegendDisplayOptions &rhs)

Assignment operator.

NumCols

unsigned int NumCols() const

Returns the number of columns of the legend.

NumRows

unsigned int NumRows() const