ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Image Class / Explicit Type Conversion Operator

In This Topic
    Explicit Type Conversion Operator (Image)
    In This Topic
    Implicit convert specified cross-platform image description to System.Drawing.Image.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal image As Image _
    ) As Image
    public Image operator explicit( 
       Image image
    )

    Parameters

    image
    See Also