Click or drag to resize

TextBatchPrimitive.SetPartial Method

Overload List
  NameDescription
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<String>, IEnumerable<Int32>)
Updates a subset of positions and/or text in a text batch.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, IEnumerable<Int32>)
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<String>, IEnumerable<Int32>, IndicesOrderHint)
Updates a subset of positions and/or text in a text batch.
Public methodSetPartial(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, IEnumerable<Int32>, IndicesOrderHint, RenderPassHint)
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
Top
See Also