TextDrawable.TextDrawable

TextDrawable constructor

Creates text Drawable and determines its text boundaries

public TextDrawable(string text, Point3D origin, double angle, double width, double height, 
    IDrawableProperties properties)
ParameterTypeDescription
textString
originPoint3D
angleDouble
widthDouble
heightDouble
propertiesIDrawableProperties

See Also