'宣言 Public Overloads Function SetDrawingEffect( _ ByVal drawingEffect As System.Object, _ ByVal textRange As TextRange _ ) As System.IntPtr
public System.IntPtr SetDrawingEffect( System.object drawingEffect, TextRange textRange )
パラメータ
- drawingEffect
- Application-defined drawing effects that apply to the range. This data object will be passed back to the application's drawing callbacks for final rendering.
- textRange
- The text range to which this change applies.
戻り値の型
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.