Table of Contents

Struct LinearGradientBrushProperties

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Contains the starting point and endpoint of the gradient axis for an ILinearGradientBrush.
D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES

public struct LinearGradientBrushProperties : IEquatable<LinearGradientBrushProperties>
Implements
Inherited Members

Constructors

LinearGradientBrushProperties(Point2Float, Point2Float)

Properties

EndPoint
StartPoint

Methods

Equals(LinearGradientBrushProperties)
Equals(object?)
GetHashCode()

Operators

operator ==(LinearGradientBrushProperties, LinearGradientBrushProperties)
operator !=(LinearGradientBrushProperties, LinearGradientBrushProperties)