Class EmfPlusPathGradientBrushOptionalData
Tên không gian: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Tổng hợp: Aspose.Imaging.dll (25.4.0)
Các EmfPlusPathGradientBrushOptionalData đối tượng chỉ định dữ liệu tùy chọn cho một con đường gradent brush.
public sealed class EmfPlusPathGradientBrushOptionalData : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusPathGradientBrushOptionalData
Thành viên thừa kế
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusPathGradientBrushOptionalData()
public EmfPlusPathGradientBrushOptionalData()
Properties
BlendPattern
Nhận hoặc đặt một mô hình pha trộn tùy chọn cho đường gradient brush. Nếu trường này làhiện tại, nó phải chứa hoặc một đối tượng EmfPlusBlendColors (số 2.2.2.4),hoặc một đối tượng EmfPlusBlendFactors (phần 2.2.2.5), nhưng nó KHÔNG bao gồm cả hai.Bảng dưới đây hiển thị các kết hợp hợp của EmfPlusPathGradientBrushDataCờ BrushData và các mô hình hỗn hợp tương ứng:
public EmfPlusBlendBase BlendPattern { get; set; }
Giá trị bất động sản
FocusScaleData
Nhận hoặc thiết lập một đối tượng EmfPlusFocusScaleData tùy chọn (phần 2.2.2.18) mà chỉ định:tập trung quy mô cho đường gradient brush. trường này phải có mặt nếuBrushDataFocusScales lá cờ được đặt trong trường BrishDatFlags củaEmfPlusPathGradientBrushData đối tượng.
public EmfPlusFocusScaleData FocusScaleData { get; set; }
Giá trị bất động sản
TransformMatrix
Nhận hoặc thiết lập một đối tượng EmfPlusTransformMatrix tùy chọn (phần 2.2.2.47) mà chỉ định một không gian thế giới để thiết bị chuyển đổi Không gian cho đường gradient bơm.Trường này phải hiện diện nếu lá cờ BrushDataTransform được đặt trong hộp BrusdataFlags của đối tượng EmfPlusPathGradientBrussDat.
public Matrix TransformMatrix { get; set; }