Class EmfPlusDrawImage

Class EmfPlusDrawImage

이름 공간 : Aspose.Imaging.FileFormats.Emf.EmfPlus.Records 모임: Aspose.Imaging.dll (25.4.0)

EmfPlusDrawImage 레코드는 스케일 된 이미지를 그리는 것을 지정합니다.

public sealed class EmfPlusDrawImage : EmfPlusDrawingRecordType

Inheritance

object MetaObject EmfPlusRecord EmfPlusDrawingRecordType EmfPlusDrawImage

상속 회원들

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

EmfPlusDrawImage(EmfPlusRecord)

Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawImage 클래스의 새로운 예를 시작합니다.

public EmfPlusDrawImage(EmfPlusRecord source)

Parameters

source EmfPlusRecord

그리고 출처입니다.

Properties

Compressed

PointData가 압축되었는지 여부를 나타내는 값을 얻거나 설정합니다.설정된 경우, RectData에는 EmfPlusRect 개체가 포함되어 있습니다 (섹션 2.2.2.38).명확한 경우, RectData에는 EmfPlusRectF 개체가 포함되어 있습니다 (섹션 2.2.2.39).

public bool Compressed { get; set; }

부동산 가치

bool

ImageAttributesId

Gets or set the image attributes ID를 입력하거나 설정합니다.EMF+ 개체 테이블에서 선택적인 EmfPlusImageAttributes 개체(2.2.1.5 섹션)의 지표를 지정하는 32비트 무인 전체를 제공합니다.

public int ImageAttributesId { get; set; }

부동산 가치

int

ObjectId

개체를 확인하거나 개체를 확인합니다.EMF+에서 EmfPlusImage 개체의 지수 (2.2.1.4 섹션)Object Table, which specifies the image to render. 값은 0에서 63, 포함되어야 합니다.

public byte ObjectId { get; set; }

부동산 가치

byte

RectData

오른쪽 데이터를 얻거나 설정합니다.또는 이미지의 경계 상자를 정의하는 EmfPlusRect 또는 EmfPlusRectF 개체.SrcRect 필드에 의해 지정된 이미지의 부분은 이 직경에 맞게 스케일됩니다.

public RectangleF RectData { get; set; }

부동산 가치

RectangleF

SrcRect

가져오거나 출처 직선을 설정합니다반영되는 이미지의 일부를 지정하는 EmfPlusRectF 개체.이 직경에 의해 지정된 이미지의 부분은 목적지에 맞게 스케일됩니다.RectData 필드에 의해 지정된 직경.

public RectangleF SrcRect { get; set; }

부동산 가치

RectangleF

SrcUnit

원본 단위를 얻거나 설정합니다.32비트 서명 전체는 SrcRect 필드의 단위를 지정합니다.그것은 UnitTypePixel의 UnitType 목록의 일원이 되어야 합니다 (섹션 2.1.1.33).

public EmfPlusUnitType SrcUnit { get; set; }

부동산 가치

EmfPlusUnitType

 한국어