Class EmfPlusFillEllipse

Class EmfPlusFillEllipse

Tên không gian: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records Tổng hợp: Aspose.Imaging.dll (25.4.0)

Kỷ lục EmfPlusFillEllipse xác định việc lấp đầy nội thất của một elipse

public sealed class EmfPlusFillEllipse : EmfPlusDrawingRecordType

Inheritance

object MetaObject EmfPlusRecord EmfPlusDrawingRecordType EmfPlusFillEllipse

Thành viên thừa kế

EmfPlusRecord.Type , EmfPlusRecord.Flags , EmfPlusRecord.Size , EmfPlusRecord.DataSize , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusFillEllipse(EmfPlusRecord)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.Emf.EmpPlus.Records.empplusFillEllipse.

public EmfPlusFillEllipse(EmfPlusRecord source)

Parameters

source EmfPlusRecord

Nguồn .

Properties

BrushId

Nhận hoặc đặt bộ định dạng nénA 32-bit unsigned integer that specifies the brush, nội dung củađược xác định bởi bit S trong trường Flags. Định nghĩa này được sử dụngĐể lấp đầy nội thất của Ellipse

public int BrushId { get; set; }

Giá trị bất động sản

int

IsColor

Nhận hoặc đặt một giá trị cho thấy nếu ví dụ này là màu.Nếu thiết lập, BrushId sẽ chỉ định một màu như là một đối tượng EmfPlusARGB (phần 2.2.2.1).Nếu rõ ràng, BrushId chứa chỉ số của một đối tượng EmfPlusBrush(Phần 2.2.1.1) trong bảng đối tượng EMF +.

public bool IsColor { get; set; }

Giá trị bất động sản

bool

IsCompressed

Nhận hoặc đặt một giá trị cho thấy liệu trường hợp này được nén hay không.Nếu thiết lập, RectData chứa một đối tượng EmfPlusRect (phần 2.2.2.38).Nếu rõ ràng, RectData chứa một đối tượng EmfPlusRectF (số 2.2.2.39).

public bool IsCompressed { get; set; }

Giá trị bất động sản

bool

RectData

Nhận hoặc đặt dữ liệu trực tiếpHoặc là một đối tượng EmfPlusRect hoặc EmmPlus RectF định nghĩa hộp kết nối của ellipse

public RectangleF RectData { get; set; }

Giá trị bất động sản

RectangleF

 Tiếng Việt