C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetDrawingEffect Method / GetDrawingEffect(Int32,TextRange) Method

In This Topic
GetDrawingEffect(Int32,TextRange) Method
In This Topic
HRESULT IDWriteTextLayout::GetDrawingEffect([In] unsigned int currentPosition,[Out] void** drawingEffect,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
Syntax
'Declaration
 
Public Overloads Function GetDrawingEffect( _
   ByVal currentPosition As System.Integer, _
   ByRef textRange As TextRange _
) As System.IntPtr
 

Parameters

currentPosition
textRange
See Also