Interface IGradientBrush
Interface IGradientBrush
이름 공간 : Aspose.Html.Drawing 구성: Aspose.HTML.dll (25.4.0)
그라디언 브러시의 일반적인 특성을 얻기위한 방법을 발표하십시오.
[ComVisible(true)]
public interface IGradientBrush : ITransformableBrush, IBrush, IDisposable
Implements
ITransformableBrush , IBrush , IDisposable
Properties
BlendFactors
그것은 그라디언을위한 사용자 지정된 falloff를 정의하는 혼합 요소를 얻거나 설정합니다.
float[] BlendFactors { get; set; }
부동산 가치
float [ ] [ [ ]
BlendPositions
그것은 그라디언트를위한 사용자 지정된 falloff를 정의하는 혼합 위치를 얻거나 설정합니다.
float[] BlendPositions { get; set; }
부동산 가치
float [ ] [ [ ]
InterpolationColors
다채로운 선형 그라디언트를 정의하는 인터폴레이션 색상을 얻거나 설정합니다.
IInterpolationColor[] InterpolationColors { get; set; }
부동산 가치
IInterpolationColor [ ] [ [ ]