A class representing an individual label. Note that fonts, colors, etc are all set for each label individually.
The following tables list the members exposed by RenderableLabelLayer.LabelItem.
Public Constructors
| Name | Description | |
|---|---|---|
|
RenderableLabelLayer.LabelItem | Overloaded. |
Public Fields
| Name | Description | |
|---|---|---|
|
m_LabelColor | The color to use when drawing this label. |
|
m_LabelFont | The font to use when drawing this label. |
|
m_LabelText | The text to label with. |
|
m_X | X location (projected) of the label. |
|
m_Y | Y location (projected) of the label. |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
RenderableLabelLayer.LabelItem | Overloaded. |