Click or drag to resize

TextBatchPrimitive.Set Method

Overload List
  NameDescription
Public methodSet(IEnumerable<Cartesian>, IEnumerable<String>)
Defines the positions and text of strings in a text batch. The strings are rendered in the primitive's ReferenceFrame.
Public methodSet(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters)
Defines the positions, text, and optional parameters of strings in a text batch. The strings are rendered in the primitive's ReferenceFrame.
Public methodSet(IEnumerable<Cartesian>, IEnumerable<String>, 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.
Top
See Also