Explicit Type Conversion(ImageRect,RectL) Operator
In This Topic
Performs an explicit conversion from
C1.Util.DX.RectL to
ImageRect.
Syntax
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As RectL _
) As ImageRect
public ImageRect operator explicit(
RectL
)
Parameters
- rc
See Also