Class CustomLineCap
名称: Aspose.Imaging アセンション: Aspose.Imaging.dll (25.4.0)
カスタマイズされたユーザーによって定義されたラインキャップをカプセルします。
public class CustomLineCap
Inheritance
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CustomLineCap(グラフィックパス、グラフィックパス)
Aspose.Imaging.CustomLineCap クラスの新しいインスタンスを指定し、記入します。
public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath)
Parameters
fillPath
GraphicsPath
Aspose.Imaging.GraphicsPath オブジェクトは、カスタマイズされたキャップの埋め込みを定義します。
strokePath
GraphicsPath
Aspose.Imaging.GraphicsPath オブジェクトは、カスタムキャップの出力を定義します。
CustomLineCap(グラフィックパス、グラフィックパス、LineCap)
Aspose.Imaging.CustomLineCap クラスの新しい例を、指定された既存の Aspose.Imaging.LineCap リストから、指定された出力で開始し、記入します。
public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap)
Parameters
fillPath
GraphicsPath
Aspose.Imaging.GraphicsPath オブジェクトは、カスタマイズされたキャップの埋め込みを定義します。
strokePath
GraphicsPath
Aspose.Imaging.GraphicsPath オブジェクトは、カスタムキャップの出力を定義します。
baseCap
LineCap
カスタムキャップを作成するためのラインキャップ。
CustomLineCap(GraphicsPath、GraphicsPath、LineCap、フラット)
Aspose.Imaging.CustomLineCap クラスの新しい例を、指定された既存の Aspose.Imaging.LineCap リストから、指定された出力、記入、およびインセットで開始します。
public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap, float baseInset)
Parameters
fillPath
GraphicsPath
Aspose.Imaging.GraphicsPath オブジェクトは、カスタマイズされたキャップの埋め込みを定義します。
strokePath
GraphicsPath
Aspose.Imaging.GraphicsPath オブジェクトは、カスタムキャップの出力を定義します。
baseCap
LineCap
カスタムキャップを作成するためのラインキャップ。
baseInset
float
キャップとラインの間の距離
Properties
BaseCap
この Aspose.Imaging.CustomLineCap に基づく Aspose.Imaging.LineCap リストを取得または設定します。
public LineCap BaseCap { get; set; }
不動産価値
BaseInset
キャップとラインの間の距離を取得または設定します。
public float BaseInset { get; set; }
不動産価値
FillPath
受信または定義されたカップの埋め込みを定義するオブジェクトを設定します。
public GraphicsPath FillPath { get; set; }
不動産価値
StrokeJoin
この Aspose.Imaging.CustomLineCap オブジェクトを構成するラインがどのように付属するかを決定する Aspose.Imaging.LineJoin リストを取得または設定します。
public LineJoin StrokeJoin { get; set; }
不動産価値
StrokePath
受信または定義されたキャップの出線を定義するオブジェクトを設定します。
public GraphicsPath StrokePath { get; set; }
不動産価値
WidthScale
この Aspose.Imaging.CustomLineCap クラス オブジェクトをシステム.Drawing.Pen オブジェクトの幅に関してスケールする金額を取得または設定します。
public float WidthScale { get; set; }
不動産価値
Methods
Equals(対象)
物体が平等であるかどうかを確認する。
public override bool Equals(object obj)
Parameters
obj
object
他のオブジェクト
Returns
平等比較の結果
Equals(CustomLineCap)
物体が平等であるかどうかを確認する。
protected bool Equals(CustomLineCap other)
Parameters
other
CustomLineCap
他のオブジェクト
Returns
平等比較の結果
GetHashCode()
現在のオブジェクトのハッシュコードを取得します。
public override int GetHashCode()
Returns
ハッシュコード
GetStrokeCaps(出る LineCap, 出る LineCap)
このカスタマイズキャップを構成するスタートと終了に使われているキャップを取得します。
public void GetStrokeCaps(out LineCap startCap, out LineCap endCap)
Parameters
startCap
LineCap
Aspose.Imaging.LineCap リストは、このカバー内のラインの始まりに使用されます。
endCap
LineCap
Aspose.Imaging.LineCap リストは、このカバー内のラインの終わりに使用されます。
SetStrokeCaps(ラインカップ、ラインカップ)
このカスタマイズキャップを構成するスタートと終了に使用されるキャップを設定します。
public void SetStrokeCaps(LineCap startCap, LineCap endCap)
Parameters
startCap
LineCap
Aspose.Imaging.LineCap リストは、このカバー内のラインの始まりに使用されます。
endCap
LineCap
Aspose.Imaging.LineCap リストは、このカバー内のラインの終わりに使用されます。