Click or drag to resize

TextBatchPrimitive Constructor

Overload List
  NameDescription
Public methodTextBatchPrimitive(GraphicsFont)
Initializes a marker batch primitive with the specified font. This is equivalent to constructing a text batch with the specified font and a SetHint of Frequent.
Public methodTextBatchPrimitive(GraphicsFont, SetHint)
Initializes a marker batch primitive with the specified font and setHint.
Public methodTextBatchPrimitive(GraphicsFont, SetHint, Boolean)
Initializes a text batch primitive with the specified font and setHint, optimized for 2d screen space rendering.
Top
See Also