DrawTextLayout(Point2F,TextLayout,Brush) Method
In This Topic
Draws the formatted text described by the specified C1.Win.DX.DirectWrite.TextLayout object.
Syntax
Parameters
- origin
- The point, described in device-independent pixels, at which the upper-left corner of the text described by textLayout is drawn.
- textLayout
- The formatted text to draw. Any drawing effects that do not inherit from C1.Win.DX.Direct2D.Resource are ignored. If there are drawing effects that inherit from ID2D1Resource that are not brushes, this method fails and the render target is put in an error state.
- defaultForegroundBrush
- The brush used to paint any text in textLayout that does not already have a brush associated with it as a drawing effect (specified by the C1.Win.DX.DirectWrite.TextLayout.SetDrawingEffect(C1.Win.DX.ComObject,C1.Win.DX.DirectWrite.TextRange) method).
See Also