Interface ITransformableBrush
Interface ITransformableBrush
اسم الفضاء : Aspose.Html.Drawing مجموعة: Aspose.HTML.dll (25.4.0)
اكتشف أساليب للحصول على ماتريكس التحول ووضع الحفر.
[ComVisible(true)]
public interface ITransformableBrush : IBrush, IDisposable
Implements
Properties
SpreadMode
يحصل أو يضع وضع SpreadMode.وضع SpreadMode يحدد كيفية تثبيت النسيج أو الجرادينتعندما يكون أصغر من المساحة التي يتم ملؤها.
SpreadMode SpreadMode { get; set; }
قيمة الممتلكات
TransformationMatrix
يحدد التحول تحولًا هندسيًا محليًا لهذه الفرشاة.
IMatrix TransformationMatrix { get; set; }