AdjustableArrowCap.AdjustableArrowCap

AdjustableArrowCap(float, float)

の新しいインスタンスを初期化しますAdjustableArrowCapclass.

public AdjustableArrowCap(float width, float height)
パラメータタイプ説明
widthSingle矢印の幅。
heightSingle矢印の高さ。

関連項目


AdjustableArrowCap(float, float, bool)

の新しいインスタンスを初期化しますAdjustableArrowCapclass.

public AdjustableArrowCap(float width, float height, bool isFilled)
パラメータタイプ説明
widthSingle矢印の幅。
heightSingle矢印の高さ。
isFilledBoolean矢印のキャップを埋める場合は true 。それ以外の場合は false。

関連項目