RectangleF Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | (Rectangle to RectangleF) |
Converts the specified System.Drawing.Rectangle structure to a System.Drawing.RectangleF
structure.
|
![]() ![]() | (RectangleF to RectangleF) |
Copies the specified System.Drawing.RectangleF structure to a System.Drawing.RectangleF
structure.
|
![]() ![]() | (RectangleF to RectangleF) |
Converts the specified RectangleF structure to a RectangleF structure.
|
![]() ![]() | (RectangleF to Rectangle) |
Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
|