Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NTimeIndicator Class / Paint Method / Paint(NPaintVisitor,ENHVOrientation,NRectangle,DateTime) Method


In This Topic
    Paint(NPaintVisitor,ENHVOrientation,NRectangle,DateTime) Method
    In This Topic
    Paints this time indicator in the specified bounds.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub Paint( _
       ByVal visitor As NPaintVisitor, _
       ByVal orientation As ENHVOrientation, _
       ByVal dayBounds As NRectangle, _
       ByVal dateTime As System.Date _
    ) 
    'Usage
     
    
    Dim instance As NTimeIndicator
    Dim visitor As NPaintVisitor
    Dim orientation As ENHVOrientation
    Dim dayBounds As NRectangle
    Dim dateTime As System.Date
     
    instance.Paint(visitor, orientation, dayBounds, dateTime)
    protected virtual void Paint( 
       NPaintVisitor visitor,
       ENHVOrientation orientation,
       NRectangle dayBounds,
       System.DateTime dateTime
    )

    Parameters

    visitor
    orientation
    dayBounds
    dateTime
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also