Point.op_Explicit

Point Explicit operator

を作成しますSize指定された座標でPoint.

public static explicit operator Size(Point p)
パラメータタイプ説明
pPointPoint変換されます。

戻り値

Size変換の結果です。

関連項目