<PackageReference Include="System.Drawing.Common" Version="5.0.2" />

PathGradientBrush

public sealed class PathGradientBrush : Brush
namespace System.Drawing.Drawing2D { public sealed class PathGradientBrush : Brush { public Blend Blend { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public Color CenterColor { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public PointF CenterPoint { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public PointF FocusScales { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public ColorBlend InterpolationColors { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public RectangleF Rectangle { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public Color[] SurroundColors { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public Matrix Transform { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public WrapMode WrapMode { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public PathGradientBrush(GraphicsPath path) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public PathGradientBrush(PointF[] points) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public PathGradientBrush(PointF[] points, WrapMode wrapMode) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public PathGradientBrush(Point[] points) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public PathGradientBrush(Point[] points, WrapMode wrapMode) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public override object Clone() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void MultiplyTransform(Matrix matrix) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void MultiplyTransform(Matrix matrix, MatrixOrder order) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void ResetTransform() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void RotateTransform(float angle) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void RotateTransform(float angle, MatrixOrder order) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void ScaleTransform(float sx, float sy) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void ScaleTransform(float sx, float sy, MatrixOrder order) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void SetBlendTriangularShape(float focus) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void SetBlendTriangularShape(float focus, float scale) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void SetSigmaBellShape(float focus) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void SetSigmaBellShape(float focus, float scale) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void TranslateTransform(float dx, float dy) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public void TranslateTransform(float dx, float dy, MatrixOrder order) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } }