Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / GetBitmapFromData Method

In This Topic
    GetBitmapFromData Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetBitmapFromData( _
       ByVal rect As Rectangle, _
       ByVal colorValues() As Byte, _
       ByVal stride As Integer, _
       ByVal bytesPerColor As Integer _
    ) As Bitmap
    protected Bitmap GetBitmapFromData( 
       Rectangle rect,
       byte[] colorValues,
       int stride,
       int bytesPerColor
    )

    Parameters

    rect
    colorValues
    stride
    bytesPerColor
    See Also