Class EmfPie

Class EmfPie

名称: Aspose.Imaging.FileFormats.Emf.Emf.Records アセンション: Aspose.Imaging.dll (25.5.0)

EMR_PIE レコードは、エリプスと2つの交差点によって結びついたピア形のを指定します。パイは、現在のペンを使用して排出され、現在のブレスを使用して満たされます。

public sealed class EmfPie : EmfDrawingRecordType

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfPie

相続人

EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPie(EmfRecord)

Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPie クラスの新しい例を開始します。

public EmfPie(EmfRecord source)

Parameters

source EmfRecord

源泉です。

EmfPie()

Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPie クラスの新しい例を開始します。

public EmfPie()

Properties

Box

[MS-WMF] セクション 2.2.2.19 に記載されている 128 ビット WMF RectL オブジェクトを取得または設定する。関連する関連する関連する関連する関連する関連する関連する関連性

public Rectangle Box { get; set; }

不動産価値

Rectangle

End

64 ビット PointL オブジェクトを取得または設定し、論理単位のコードを指定します。2番目の放射線の終点。

public Point End { get; set; }

不動産価値

Point

Start

[MS-WMF] セクション 2.2.2.15 に記載されている 64 ビット WMF PointL オブジェクトを取得または設定します。論理単位で、最初の放射線の端点の座標を指定する。

public Point Start { get; set; }

不動産価値

Point

 日本語