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