Create(RenderTarget,RadialGradientBrushProperties,GradientStopCollection) Method
In This Topic
Creates an
RadialGradientBrush that contains the specified gradient stops and has the specified transform and base opacity.
Syntax
Parameters
- renderTarget
- an instance of RenderTarget
- radialGradientBrushProperties
- The center, gradient origin offset, and x-radius and y-radius of the brush's gradient.
- gradientStopCollection
- A collection of GradientStop structures that describe the colors in the brush's gradient and their locations along the gradient.
See Also