RectangleExtensions.ToGdiRectangle

ToGdiRectangle(Rectangle)

RectangleにRectangle .

public static Rectangle ToGdiRectangle(Rectangle rectangle)
パラメータタイプ説明
rectangleRectangle変換する四角形。

戻り値

変換されたRectangle.

関連項目


ToGdiRectangle(RectangleF)

RectangleFにRectangle .

public static RectangleF ToGdiRectangle(RectangleF rectangle)
パラメータタイプ説明
rectangleRectangleF変換する四角形。

戻り値

変換されたRectangleF.

関連項目