UtilDrawingPointRectangleToCenterOfForm Method
Points the specified Rectangle to the center of a Form.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Point PointRectangleToCenterOfForm(
Rectangle rc,
Form form
)
Public Shared Function PointRectangleToCenterOfForm (
rc As Rectangle,
form As Form
) As Point
Dim rc As Rectangle
Dim form As Form
Dim returnValue As Point
returnValue = UtilDrawing.PointRectangleToCenterOfForm(rc,
form)
public:
static Point PointRectangleToCenterOfForm(
Rectangle rc,
Form^ form
)
static member PointRectangleToCenterOfForm :
rc : Rectangle *
form : Form -> Point
No code example is currently available or this language may not be supported.
- rc Rectangle
-
The source Rectangle.
- form Form
-
The target Form.
Point
The resulting coordinates.