Name | Description | |
---|---|---|
ImGearARTTextCallout Constructor | Overloaded. |
The following tables list the members exposed by ImGearARTTextCallout.
Name | Description | |
---|---|---|
ImGearARTTextCallout Constructor | Overloaded. |
Name | Description | |
---|---|---|
Bounds | Overridden. Gets mark's bounding rectangle in abstract coordinates. | |
Callout | Gets or sets the ImGearARTCallout class object that specifies mark's callout attributes. | |
FontDisablePPM | Gets or sets a value indicating whether the PPM option is disabled in font size calculations. | |
FontName | Gets or sets the font name of the text. | |
FontSize | Gets or sets the font size of the text. | |
FontStyleART | Gets or sets the font style of the mark text. | |
Height | Gets or sets the height of the mark rectangle. | |
HitTestBounds | Overridden. Gets the mark's boundling rectangle used for hit test. | |
SelectionType | Overridden. Gets the selection type. | |
Text | Gets or sets the text string. | |
TextColor | Gets or sets the color of the text. | |
Type | Overridden. Gets mark's type. | |
UserData | Overridden. Gets or sets the user data specified for the mark. | |
Visible | Overridden. Gets or sets a value indicating whether the mark is visible or not. | |
Width | Gets or sets the width of the mark rectangle. | |
X | Gets or sets the X coordinate of top-left point of the mark's rectangle. | |
Y | Gets or sets the Y coordinate of top-left point of the mark's rectangle. |
Name | Description | |
---|---|---|
BeginEdit | Begins text editing process. Note: This method only works for WinForms, not WPF. | |
EndEdit | Ends text editing process. Note: This method only works for WinForms, not WPF. | |
Flip | Overridden. Flips the mark around the center in vertical or horizontal direction. | |
GetAutoFitSize | Calculates mark's bounding box size that will fit either entire text, or the widest text line of the text. | |
GetOverflowedTextLength | Calculates the number of characters that do not completely fit into displayable area. | |
GetRenderBounds | Overridden. Gets rendering bounding rectangle of the mark in abstract coordinates. | |
Move | Overridden. Moves the mark by specified offset. | |
Rotate | Overridden. Rotates the mark around the center. | |
Scale | Overridden. Scales the mark in horizontal and vertical directions. |