Table of Contents

Struct RadialGradientBrushProperties

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Contains the gradient origin offset and the size and position of the gradient ellipse for an IRadialGradientBrush.
D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES

public struct RadialGradientBrushProperties : IEquatable<RadialGradientBrushProperties>
Implements
Inherited Members

Constructors

RadialGradientBrushProperties(Point2Float, Point2Float, float, float)

Properties

Center

In the brush's coordinate space, the center of the gradient ellipse.

GradientOriginOffset

In the brush's coordinate space, the offset of the gradient origin relative to the gradient ellipse's center.

RadiusX

In the brush's coordinate space, the x-radius of the gradient ellipse.

RadiusY

In the brush's coordinate space, the y-radius of the gradient ellipse.

Methods

Equals(RadialGradientBrushProperties)
Equals(in RadialGradientBrushProperties)
Equals(object?)
GetHashCode()

Operators

operator ==(in RadialGradientBrushProperties, in RadialGradientBrushProperties)
operator !=(in RadialGradientBrushProperties, in RadialGradientBrushProperties)