Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: implicit operator RectangleD(Rectangle)

Declaration

public static implicit operator RectangleD(
    Rectangle self
)

Summary

Converts the specified System.Drawing.Rectangle structure to a RectangleD structure.

Parameters

Rectangleself The System.Drawing.Rectangle structure to convert.

Returns

The RectangleD structure that is converted from the specified System.Drawing.Rectangle structure.