[]
ID2D1RadialGradientBrush
[Guid("2cd906ac-12e2-11dc-9fed-001143a055f9")]
public class RadialGradientBrush : Brush, IDisposable, IUnknown
| Name | Description |
|---|---|
| RadialGradientBrush(IntPtr) | Initializes a new instance of the RadialGradientBrush class. |
| Name | Description |
|---|---|
| Create(RenderTarget, RadialGradientBrushProperties, BrushProperties, GradientStopCollection) | Creates an RadialGradientBrush that contains the specified gradient stops and has the specified transform and base opacity. |
| Create(RenderTarget, RadialGradientBrushProperties, GradientStopCollection) | Creates an RadialGradientBrush that contains the specified gradient stops and has the specified transform and base opacity. |
| Create(RenderTarget, ref RadialGradientBrushProperties, GradientStopCollection) | Creates an RadialGradientBrush that contains the specified gradient stops and has the specified transform and base opacity. |
| Create(RenderTarget, ref RadialGradientBrushProperties, BrushProperties?, GradientStopCollection) | Creates an RadialGradientBrush that contains the specified gradient stops and has the specified transform and base opacity. |
| GetCenter() | D2D_POINT_2F ID2D1RadialGradientBrush::GetCenter() |
| GetGradientOriginOffset() | D2D_POINT_2F ID2D1RadialGradientBrush::GetGradientOriginOffset() |
| GetGradientStopCollection() | void ID2D1RadialGradientBrush::GetGradientStopCollection([Out] ID2D1GradientStopCollection** gradientStopCollection) |
| GetRadiusX() | float ID2D1RadialGradientBrush::GetRadiusX() |
| GetRadiusY() | float ID2D1RadialGradientBrush::GetRadiusY() |
| SetCenter(Point2F) | void ID2D1RadialGradientBrush::SetCenter([In] D2D_POINT_2F center) |
| SetGradientOriginOffset(Point2F) | void ID2D1RadialGradientBrush::SetGradientOriginOffset([In] D2D_POINT_2F gradientOriginOffset) |
| SetRadiusX(float) | void ID2D1RadialGradientBrush::SetRadiusX([In] float radiusX) |
| SetRadiusY(float) | void ID2D1RadialGradientBrush::SetRadiusY([In] float radiusY) |
| Name | Description |
|---|---|
| explicit operator RadialGradientBrush(IntPtr) | Performs an explicit conversion from IntPtr to RadialGradientBrush. |