ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectD Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Rect,RectD) Operator

In This Topic
    Explicit Type Conversion(Rect,RectD) Operator
    In This Topic
    Performs an explicit conversion from RectD to C1.Win.Interop.Rect.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As RectD _
    ) As Rect
    public Rect operator explicit( 
       RectD value
    )

    Parameters

    value
    See Also