Class XpsLinearGradientBrush
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
Class המאגד את תכונות אלמנט מאפיין LinearGradientBrush.
אלמנט זה משמש לצורך ציון מברשת גרדיאנט ליניארי לאורך וקטור.
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()
Properties
EndPoint
מחזיר/מגדיר את הנקודה הסופית של הגרדיאנט הליניארי.
public PointF EndPoint { get; set; }
Property Value
StartPoint
מחזיר/מגדיר את הנקודה ההתחלתית של הגרדיאנט הליניארי.
public PointF StartPoint { get; set; }
Property Value
Methods
Clone()
ש clones את מברשת הגרדיאנט הליניארי הזו.
public XpsLinearGradientBrush Clone()
Returns
שכפול של מברשת הגרדיאנט הליניארי הזו.