'Declaration
Public Function PointContainerToField( _
ByVal As Point _
) As Point
public Point PointContainerToField(
Point
)
パラメータ
- point
- コンテナー座標で表された、変換する<see cref="T:System.Drawing.Point" />。
戻り値の型
変換後の<see cref="T:System.Drawing.Point" nolink="true" />(p)をフィールド座標で表す<see cref="T:System.Drawing.Point" />。