Interface ILinearGradientBrush
Interface ILinearGradientBrush
이름 공간 : Aspose.Html.Drawing 구성: Aspose.HTML.dll (25.4.0)
Linear gradient를 가진 브러쉬를 위한 인터페이스를 정의합니다.
[ComVisible(true)]
public interface ILinearGradientBrush : IGradientBrush, ITransformableBrush, IBrush, IDisposable
Implements
IGradientBrush , ITransformableBrush , IBrush , IDisposable
Properties
Angle
그것은 그라디언트의 방향선의 x-axis에서 시계 지점으로 측정 된 각도를 얻거나 설정합니다.
float Angle { get; set; }
부동산 가치
Rect
그것은 그라디언트의 시작 및 끝 지점을 정의하는 직경 지역을 얻거나 설정합니다.
RectangleF Rect { get; set; }