Class XpsLinearGradientBrush
Class XpsLinearGradientBrush
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
線形グラデーションブラシプロパティ要素の機能をカプセル化するクラスです。
この要素は、ベクターに沿った線形グラデーションブラシを指定するために使用されます。
public sealed class XpsLinearGradientBrush : XpsGradientBrush
継承
object ←
XpsObject ←
XpsBrush ←
XpsTransformableBrush ←
XpsGradientBrush ←
XpsLinearGradientBrush
継承メンバー
XpsGradientBrush.GradientStops、
XpsGradientBrush.ColorInterpolationMode、
XpsGradientBrush.SpreadMethod、
XpsTransformableBrush.Transform、
XpsBrush.Opacity、
object.GetType()、
object.ToString()、
object.Equals(object?)、
object.Equals(object?, object?)、
object.ReferenceEquals(object?, object?)、
object.GetHashCode()
プロパティ
EndPoint
線形グラデーションの終了点を取得/設定します。
public PointF EndPoint { get; set; }
プロパティ値
StartPoint
線形グラデーションの開始点を取得/設定します。
public PointF StartPoint { get; set; }
プロパティ値
メソッド
Clone()
この線形グラデーションブラシをクローンします。
public XpsLinearGradientBrush Clone()
戻り値
この線形グラデーションブラシのクローン。