mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
243 stars 93 forks source link

e.Display.DrawBitmap in Rhino.Display.DisplayConduit #62

Closed MoeGreen closed 12 years ago

MoeGreen commented 13 years ago

Hi,

in DotNet SDK I use in MRhinoDisplayConduit:

 dp.DrawBitmap(iDib, x, y)

I would like to use it in RhinoCommons in this way

 e.Display..DrawBitmap(Bitmap bitmap, int X, int Y)

Is it possible? Is there another way to do it?

Thanks, Moe

sbaer commented 12 years ago

All of the bitmap drawing has been implemented with the DrawSprite functions on the DisplayPipeline. These are a lot more efficient and useful than the older DrawBitmap functions