Class EmfPlusPathPointType

Class EmfPlusPathPointType

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

Các đối tượng EmfPlusPathPointType xác định một giá trị kiểu liên quan đến một điểm trên một đồ họa

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Inheritance

object EmfPlusBasePointType EmfPlusPathPointType

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

EmfPlusPathPointType()

public EmfPlusPathPointType()

Properties

Data

Nhận hoặc đặt dữ liệu.

public int Data { get; set; }

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

int

Flags

Nhận hoặc thiết lập một lĩnh vực lá cờ 4 bit mà chỉ định các thuộc tính của điểm con đường.Giá trị này phải là một hoặc nhiều lá cờ PathPointType (phần 2.1.2.6).

public EmfPlusPathPointTypeFlags Flags { get; set; }

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

EmfPlusPathPointTypeFlags

Type

Gets or sets 4-bit unsigned whole path point type. giá trị này MUST beđược xác định trong danh sách PathPointType (số 2.1.1.23).

public EmfPlusPathPointTypeEnum Type { get; set; }

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

EmfPlusPathPointTypeEnum

 Tiếng Việt