[]
Performs an explicit conversion from ObjectRect to RectangleF.
public static explicit operator RectangleF(ObjectRect rect)
Public Shared Narrowing Operator CType(rect As ObjectRect) As RectangleF
Type | Name | Description |
---|---|---|
ObjectRect | rect |
Type | Description |
---|---|
RectangleF |
Performs an explicit conversion from RectangleF to ObjectRect.
public static explicit operator ObjectRect(RectangleF rc)
Public Shared Narrowing Operator CType(rc As RectangleF) As ObjectRect
Type | Name | Description |
---|---|---|
RectangleF | rc |
Type | Description |
---|---|
ObjectRect |