Fills triangle with specified colors.
シンタックス
'宣言
Public Shared Sub FillTriangle( _
ByVal As DeviceContext, _
ByVal As System.Drawing.Point, _
ByVal As System.Drawing.Point, _
ByVal As System.Drawing.Point, _
ByVal () As System.Drawing.Color _
)
public static void FillTriangle(
DeviceContext ,
System.Drawing.Point ,
System.Drawing.Point ,
System.Drawing.Point ,
System.Drawing.Color[]
)
パラメータ
- deviceContext
- A C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext indicates the dc.
- vertex1
- A System.Drawing.Point indicates the vertex1 of triangle.
- vertex2
- A System.Drawing.Point indicates the vertex2 of triangle.
- vertex3
- A System.Drawing.Point indicates the vertex3 of triangle.
- colors
- A System.Drawing.Color array indicates the gradient colors.
参照