SharpDX.DirectWrite.TextLayout.GetDrawingEffect C# (CSharp) Method

GetDrawingEffect() public method

Gets the application-defined drawing effect at the specified text position.
public GetDrawingEffect ( int currentPosition ) : ComObject
currentPosition int The position of the text whose drawing effect is to be retrieved.
return ComObject
        public ComObject GetDrawingEffect(int currentPosition)
        {
            TextRange temp;
            return GetDrawingEffect(currentPosition, out temp);
        }

Same methods

TextLayout::GetDrawingEffect ( int currentPosition, SharpDX.DirectWrite.TextRange &textRange ) : ComObject