Class CmxPathPointSpec
Class CmxPathPointSpec
名称: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs アセンション: Aspose.Imaging.dll (25.4.0)
路線点に指定された地理情報を表します。
public class CmxPathPointSpec
Inheritance
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxPathPointSpec()
public CmxPathPointSpec()
Properties
BezierOrder
命令を下すか、命令を下すか。
public int BezierOrder { get; set; }
不動産価値
IsClosedPath
この点がその道を閉じるかどうかを示す値を取得または設定します。
public bool IsClosedPath { get; set; }
不動産価値
JumpType
ジャンプの種類を取得または設定します。
public PathJumpTypes JumpType { get; set; }
不動産価値
X
ポイントの X コラボレートを取得または設定します。共通ドキュメント距離ユニットの測定
public float X { get; set; }
不動産価値
Y
ポイントの Y コーディネートを取得または設定します。共通ドキュメント距離ユニットの測定
public float Y { get; set; }
不動産価値
Methods
Equals(CmxPathPointSpec)
物体が平等であるかどうかを確認する。
protected bool Equals(CmxPathPointSpec other)
Parameters
other
CmxPathPointSpec
他のオブジェクト
Returns
平等比較の結果
Equals(対象)
物体が平等であるかどうかを確認する。
public override bool Equals(object obj)
Parameters
obj
object
他のオブジェクト
Returns
平等比較の結果
GetHashCode()
現在のオブジェクトのハッシュコードを取得します。
public override int GetHashCode()
Returns
ハッシュコード
ToString()
このインスタンスを代表するSystem.Stringを返します。
public override string ToString()
Returns
このインスタンスを代表するシステムストリングです。