Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Resolution Class / Implicit Type Conversion Operator
Object


In This Topic
    Implicit Type Conversion Operator (Resolution)
    In This Topic
    Implicit operators the specified object.
    Syntax
    'Declaration
     
    
    Public Operator Widening CType( _
       ByVal obj As Resolution _
    ) As Point
    'Usage
     
    
    public Point operator implicit( 
       Resolution obj
    )

    Parameters

    obj
    Object
    See Also