角が丸いオブジェクトの枠線を表す GraphicsPath オブジェクトを返します。枠線の角が丸くない場合は null を返します。
シンタックス
'宣言
Protected Sub GetRoundBorderClipping( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle, _
ByVal As OffsetsI, _
ByVal As DrawingFlagsEnum, _
ByRef As System.Drawing.Drawing2D.GraphicsPath, _
ByRef As System.IntPtr _
)
'使用法
Dim instance As RenderFragment
Dim graphics As System.Drawing.Graphics
Dim outerRect As System.Drawing.Rectangle
Dim borders As OffsetsI
Dim drawingFlags As DrawingFlagsEnum
Dim clipPath As System.Drawing.Drawing2D.GraphicsPath
Dim clipRegion As System.IntPtr
instance.GetRoundBorderClipping(graphics, outerRect, borders, drawingFlags, clipPath, clipRegion)
protected void GetRoundBorderClipping(
System.Drawing.Graphics ,
System.Drawing.Rectangle ,
OffsetsI ,
DrawingFlagsEnum ,
out System.Drawing.Drawing2D.GraphicsPath ,
out System.IntPtr
)
パラメータ
- graphics
- 使用するグラフィックス。
- outerRect
- 枠線の外側の矩形。
- borders
- 枠線のサイズ。
- drawingFlags
- GDI 描画を使用するかどうか。
- clipPath
- OUT: クリップパス。
- clipRegion
- OUT: クリップ領域。
参照