'宣言 Public Overridable Function DrawStrikethrough( _ ByVal clientDrawingContext As System.Object, _ ByVal baselineOriginX As System.Single, _ ByVal baselineOriginY As System.Single, _ ByRef strikethrough As Strikethrough, _ ByVal clientDrawingEffectPtr As System.IntPtr _ ) As HResult
public virtual HResult DrawStrikethrough( System.object clientDrawingContext, System.float baselineOriginX, System.float baselineOriginY, ref Strikethrough strikethrough, System.IntPtr clientDrawingEffectPtr )
パラメータ
- clientDrawingContext
- The application-defined drawing context passed to IDWriteTextLayout::Draw.
- baselineOriginX
- The pixel location (X-coordinate) at the baseline origin of the run where strikethrough applies.
- baselineOriginY
- The pixel location (Y-coordinate) at the baseline origin of the run where strikethrough applies.
- strikethrough
- Pointer to a structure containing strikethrough logical information.
- clientDrawingEffectPtr
- Application-defined effect to apply to the strikethrough. Usually this argument represents effects such as the foreground brush filling the interior of a line.
戻り値の型
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.