Eyeshot 10 WPF API Reference
DrawPixels Method (RenderContextBase)

WPF Assembly > devDept.Graphics Namespace > RenderContextBase Class : DrawPixels Method
Syntax
'Declaration
 
Public MustOverride Sub DrawPixels( _
   ByVal texture As TextureBase, _
   ByVal bmp As Bitmap, _
   ByVal rasterPos As Point2D, _
   ByVal destSize As Size, _
   ByVal flipY As Boolean _
) 
public abstract void DrawPixels( 
   TextureBase texture,
   Bitmap bmp,
   Point2D rasterPos,
   Size destSize,
   bool flipY
)

Parameters

texture
bmp
rasterPos
destSize
flipY
See Also

Reference

RenderContextBase Class
RenderContextBase Members