Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRaster Class / RotateClockwise Method


In This Topic
    RotateClockwise Method (NRaster)
    In This Topic
    Creates a new raster by rotating the current raster at 90 degrees clockwise.
    Syntax
    'Declaration
     
    
    Public Function RotateClockwise() As NRaster
    'Usage
     
    
    Dim instance As NRaster
    Dim value As NRaster
     
    value = instance.RotateClockwise()
    public NRaster RotateClockwise()

    Return Value

    Returns the rotated raster.
    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