Class EmfFillPath
Class EmfFillPath
이름 공간 : Aspose.Imaging.FileFormats.Emf.Emf.Records 모임: Aspose.Imaging.dll (25.4.0)
EMR_FILLPATH 레코드는 현재 경로에 있는 모든 개방된 숫자를 닫고 경로의 내부를 채우며현재 브러시 및 폴리곤 채우기 모드를 사용합니다.
public sealed class EmfFillPath : EmfDrawingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfFillPath
상속 회원들
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfFillPath(EmfRecord)
Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFillPath 클래스의 새로운 예를 시작합니다.
public EmfFillPath(EmfRecord source)
Parameters
source
EmfRecord
그리고 출처입니다.
EmfFillPath()
Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFillPath 클래스의 새로운 예를 시작합니다.
public EmfFillPath()
Properties
Bounds
[MS-WMF] 섹션 2.2.2.19에 명시된 128비트 WMF RectL 개체를 얻거나 설정,그것은 장치 단위에서 정렬 직경을 지정합니다.
public Rectangle Bounds { get; set; }