OEColorForceFieldLegendDisplayOptions
class OEColorForceFieldLegendDisplayOptions
This class represents OEColorForceFieldLegendDisplayOptions
that encapsulates properties that determine how the legend of
a color force field is depicted by the
OEDrawColorForceFieldLegend function.
See also
OEColorForceFieldDisplay class
OEDrawColorForceFieldLegendfunction
Constructors
OEColorForceFieldLegendDisplayOptions(rows: int, cols: int) -> OEColorForceFieldLegendDisplayOptions
Creates an OEColorForceFieldLegendDisplayOptions 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.
OEColorForceFieldLegendDisplayOptions(rhs: OEColorForceFieldLegendDisplayOptions) -> OEColorForceFieldLegendDisplayOptions
Copy constructor.
NumCols
NumCols() -> int
Returns the number of columns of the legend.
NumRows
NumRows() -> int
Returns the number of rows of the legend.