'宣言
Public 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
public BrushEx CreateRadialGradientBrush( PointF centerPoint, PointF focusPoint, PointF centerRadius, Color centerColor, Color surroundingColor, IEnumerable<GradientStopColor> stops, Nullable<RectangleF> brushBounds, Nullable<Matrix3x2> brushTransform )
パラメータ
- centerPoint
- focusPoint
- centerRadius
- centerColor
- surroundingColor
- stops
- brushBounds
- brushTransform