Draws formatted text.
Namespace:
PerpetuumSoft.Framework.Drawing
Assembly:
PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void DrawHtmlText(
VectorRectangle layoutRect,
FormattedText formattedText
) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub DrawHtmlText ( _
layoutRect As VectorRectangle, _
formattedText As FormattedText _
) |
Visual C++ |
---|
public:
virtual void DrawHtmlText(
VectorRectangle layoutRect,
FormattedText^ formattedText
) abstract |
See Also