'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByRef radialGradientBrushProperties As RadialGradientBrushProperties, _ ByVal brushProperties As System.Nullable(Of BrushProperties), _ ByVal gradientStopCollection As GradientStopCollection _ ) As RadialGradientBrush
public static RadialGradientBrush Create( RenderTarget renderTarget, ref RadialGradientBrushProperties radialGradientBrushProperties, System.Nullable<BrushProperties> brushProperties, GradientStopCollection gradientStopCollection )
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- radialGradientBrushProperties
- ブラシのグラデーションの中心、グラデーション原点のオフセット、x 半径と y 半径。
- brushProperties
- 新しいブラシの基本不透明度と変換、または NULL。 この値が NULL の場合、ブラシの基本不透明度はデフォルトで 1.0f に設定され、その変換は単位行列になります。
- gradientStopCollection
- ブラシのグラデーションの色とグラデーション線に沿った位置を記述する GradientStop 構造体のコレクション。