Interface IGradientBrush
Interface IGradientBrush
ชื่อพื้นที่: Aspose.Html.Drawing การประกอบ: Aspose.HTML.dll (25.4.0)
คําอธิบายวิธีการที่จะได้รับคุณสมบัติทั่วไปของแปรง gradient
[ComVisible(true)]
public interface IGradientBrush : ITransformableBrush, IBrush, IDisposable
Implements
ITransformableBrush , IBrush , IDisposable
Properties
BlendFactors
รับหรือตั้งค่าปัจจัยผสมที่กําหนดค่า falloff ที่กําหนดเองสําหรับ gradient
float[] BlendFactors { get; set; }
คุณสมบัติมูลค่า
float [ ]
BlendPositions
ได้รับหรือตั้งค่าตําแหน่งผสมที่กําหนดค่า falloff ที่กําหนดเองสําหรับ gradient
float[] BlendPositions { get; set; }
คุณสมบัติมูลค่า
float [ ]
InterpolationColors
ได้รับหรือตั้งค่าสี interpolation ซึ่งกําหนด gradient เส้นด้ายหลายสี
IInterpolationColor[] InterpolationColors { get; set; }