Interface ILinearGradientBrush
Interface ILinearGradientBrush
ชื่อพื้นที่: Aspose.Html.Drawing การประกอบ: Aspose.HTML.dll (25.4.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; }