Blazor コントロール
C1Point コンストラクタ

C1.Blazor.Core アセンブリ > C1.Blazor.Core 名前空間 > C1Point 構造体 : C1Point コンストラクタ
C1Point 構造体の x 座標値。
C1Point 構造体の y 座標値。
C1Point 構造の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
)
public C1Point( 
   System.double x,
   System.double y
)

パラメータ

x
C1Point 構造体の x 座標値。
y
C1Point 構造体の y 座標値。
参照

C1Point 構造体
C1Point メンバ