TextBatchPrimitive Methods |
The TextBatchPrimitive type exposes the following members.
Name | Description | |
---|---|---|
Dispose | (Inherited from Primitive.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Set(IEnumerableCartesian, IEnumerableString) |
Defines the positions and text of strings in a text batch. The strings are rendered in the primitive's
ReferenceFrame.
| |
Set(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters) |
Defines the positions, text, and optional parameters of strings in a
text batch. The strings are rendered in the primitive's
ReferenceFrame.
| |
Set(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters, RenderPassHint) |
Defines the positions, text, and optional parameters of strings in a
text batch. The strings are rendered in the primitive's
ReferenceFrame.
renderPassHint is provided for efficiency.
| |
SetCartographic(CentralBody, IEnumerableCartographic, IEnumerableString) |
For convenience. Defines the positions and text of strings in a text batch using
Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
Set(IEnumerableCartesian, IEnumerableString).
| |
SetCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, TextBatchPrimitiveOptionalParameters) |
For convenience. Defines the positions, text, and optional parameters of strings in a text batch using
Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
Set(IEnumerableCartesian, IEnumerableString).
| |
SetCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, TextBatchPrimitiveOptionalParameters, RenderPassHint) |
For convenience. Defines the positions, text, and optional parameters of strings in a text batch using
Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
Set(IEnumerableCartesian, IEnumerableString).
| |
SetPartial(IEnumerableCartesian, IEnumerableString, IEnumerableInt32) |
Updates a subset of positions and/or text in a text batch.
| |
SetPartial(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32) |
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
| |
SetPartial(IEnumerableCartesian, IEnumerableString, IEnumerableInt32, IndicesOrderHint) |
Updates a subset of positions and/or text in a text batch.
| |
SetPartial(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32, IndicesOrderHint, RenderPassHint) |
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
| |
SetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, IEnumerableInt32) |
For convenience. Updates a subset of positions and/or text in a text batch using
Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
SetPartial(IEnumerableCartesian, IEnumerableString, IEnumerableInt32).
| |
SetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32) |
For convenience. Updates a subset of positions, text, and/or per-string parameters in a text batch using
Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
SetPartial(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32).
| |
SetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, IEnumerableInt32, IndicesOrderHint) |
For convenience. Updates a subset of positions and/or text in a text batch using
Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
SetPartial(IEnumerableCartesian, IEnumerableString, IEnumerableInt32, IndicesOrderHint).
| |
SetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32, IndicesOrderHint, RenderPassHint) |
For convenience. Updates a subset of positions, text, and/or per-string parameters in a text batch using
Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
SetPartial(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32, IndicesOrderHint, RenderPassHint).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |