Class EmfPlusPathPointTypeRle
名称: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects アセンション: Aspose.Imaging.dll (25.4.0)
EmfPlusPathPointTypeRle オブジェクトは、RLE 圧縮を使用してグラフィック コース上のポイントに関連するタイプ 値を指定します。0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1トップページ > タブレット1位B (1 ビット):設定された場合、コースポイントは Bezier 曲線にあります。明確であれば、コースポイントはグラフィックラインにあります。RunCount (6 ビット): PointType フィールドのタイプと関連付けられるコースポイントの数です。PointType (1 バイト): EmfPlusPathPointType オブジェクト (セクション 2.2.2.31) は、ルート ポイントと関連付けられるタイプを指定します。
public sealed class EmfPlusPathPointTypeRle : EmfPlusBasePointType
Inheritance
object ← EmfPlusBasePointType ← EmfPlusPathPointTypeRle
相続人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusPathPointTypeRle()
public EmfPlusPathPointTypeRle()
Properties
Bezier
この Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPathPointTypeRle が bezier であるかどうかを示す値を取得または設定します。設定された場合、コースポイントはBezier曲線にあります。明確であれば、コースポイントはグラフィックラインにあります。
public bool Bezier { get; set; }
不動産価値
Data
データを取得または設定します。
public int Data { get; set; }
不動産価値
PointType
ポイントの種類を取得または設定します。PointType (1 バイト): EmfPlusPathPointType オブジェクト(セクション 2.2.2.31) ルートポイントと関連するタイプを指定します。
public EmfPlusPathPointType PointType { get; set; }
不動産価値
RunCount
数えたり、数えたりする。RunCount(6ビット):走行数、すなわち道の数PointType フィールドにおけるタイプに関連するポイント
public byte RunCount { get; set; }