Click or drag to resize

TextGraphic Constructor

Overload List
 NameDescription
Public methodTextGraphic(IReadOnlyPropertyBag) Initializes a new instance of the TextGraphic class.
Protected methodTextGraphic(IXmlDeserializationInfo) Initializes a new instance of the TextGraphic class for deserialization purposes.
Public methodTextGraphic(TextGraphic) Initializes a new instance of the TextGraphic class by copying another instance.
Public methodTextGraphic(PointD2D, String, FontX, NamedColor) Initializes a new instance of the TextGraphic class.
Public methodTextGraphic(Double, Double, String, FontX, NamedColor) Initializes a new instance of the TextGraphic class.
Public methodTextGraphic(PointD2D, String, FontX, NamedColor, Double) Initializes a new instance of the TextGraphic class.
Public methodTextGraphic(Double, Double, String, FontX, NamedColor, Double) Initializes a new instance of the TextGraphic class.
Top
See Also