Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawPixels Method

In This Topic
    DrawPixels Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawPixels( _
       ByVal texture As TextureBase, _
       ByVal bmp As Bitmap, _
       ByVal rasterPos As Point2D, _
       ByVal destSize As Size, _
       ByVal flipY As Boolean _
    ) 
    public override void DrawPixels( 
       TextureBase texture,
       Bitmap bmp,
       Point2D rasterPos,
       Size destSize,
       bool flipY
    )

    Parameters

    texture
    bmp
    rasterPos
    destSize
    flipY
    See Also