Interface ILinearGradientBrush
Interface ILinearGradientBrush
ชื่อพื้นที่: Aspose.Svg.Drawing การประชุม: Aspose.SVG.dll (25.5.0)
กําหนดอินเทอร์เฟซสําหรับแปรงที่มี gradient linear
[ComVisible(true)]
public interface ILinearGradientBrush : IGradientBrush, ITransformableBrush, IBrush, IDisposable
Implements
IGradientBrush , ITransformableBrush , IBrush , IDisposable
Properties
Angle
ได้รับหรือตั้งมุมวัดในระดับชั่วโมงจากแกน x ของเส้นแนวตั้งของ gradient
float Angle { get; set; }
คุณสมบัติมูลค่า
Rect
ได้รับหรือตั้งภูมิภาคแนวตั้งที่กําหนดจุดเริ่มต้นและจุดสิ้นสุดของ gradient
RectangleF Rect { get; set; }