Converts the specified Rectangle structure to a RectangleD structure.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ r As Rectangle _ ) As RectangleD |
| C# |
|---|
public static implicit operator RectangleD ( Rectangle r ) |
| Visual C++ |
|---|
static implicit operator RectangleD ( Rectangle r ) |
Parameters
- r
- Type: System.Drawing..::.Rectangle
The Rectangle structure to convert.