'宣言
Overloads Function CreateRadialGradientBrush( _ ByVal centerPoint As PointF, _ ByVal focusPoint As PointF, _ ByVal centerRadius As PointF, _ ByVal centerColor As Color, _ ByVal surroundingColor As Color, _ ByVal stops As IEnumerable(Of GradientStopColor), _ ByVal brushBounds As Nullable(Of RectangleF), _ ByVal brushTransform As Nullable(Of Matrix3x2) _ ) As BrushEx
BrushEx CreateRadialGradientBrush( PointF centerPoint, PointF focusPoint, PointF centerRadius, Color centerColor, Color surroundingColor, IEnumerable<GradientStopColor> stops, Nullable<RectangleF> brushBounds, Nullable<Matrix3x2> brushTransform )
パラメータ
- centerPoint
- グラデーションの開始点
- focusPoint
- グラデーションのフォーカスポイント
- centerRadius
- グラデーションの半径。IDrawingCanvas.CreateRadialGradientBrush に使用する必要があります。
- centerColor
- グラデーションの中心の開始色
- surroundingColor
- グラデーションの終了色
- stops
- グラデーション色停止
- brushBounds
- グラデーション ブラシの境界
- brushTransform
- グラデーション ブラシ変換
戻り値の型
グラデーションブラシ