Explicit Type Conversion(Vector4,RectF) Operator
In This Topic
Performs an explicit conversion from
RectF to
Vector4.
Syntax
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As RectF _
) As Vector4
public Vector4 operator explicit(
RectF
)
Parameters
- value
See Also