Draws a bitmap on various surfaces as Bitmap or Graphics classes, or Windows GDI device context.
Name | Description | |
---|---|---|
DrawOn(Graphics, Int32, Int32, CombineMode) |
Draws the current bitmap on a given System.Drawing.Graphics object (standard .NET class for drawing). |
|
DrawOn(IntPtr, Int32, Int32, CombineMode) |
Draws the current bitmap on a given Windows GDI device context (represented as handle to device context, i.e. HDC). |
|
DrawOn(Graphics, Rectangle, CombineMode, Single, ResizeInterpolationMode) |
Draws the current bitmap on a given System.Drawing.Graphics object (standard .NET class for drawing). |
|
DrawOn(Graphics, Int32, Int32, CombineMode, Single) |
Draws the current bitmap on a given System.Drawing.Graphics object (standard .NET class for drawing). |
|
DrawOn(IntPtr, Rectangle, CombineMode, Single, ResizeInterpolationMode) |
Draws the current bitmap on a given Windows GDI device context (represented as handle to device context, i.e. HDC). |
|
DrawOn(IntPtr, Int32, Int32, CombineMode, Single) |
Draws the current bitmap on a given Windows GDI device context (represented as handle to device context, i.e. HDC). |
|
DrawOn(Graphics, Rectangle, Rectangle, CombineMode, Single, ResizeInterpolationMode) |
Draws the current bitmap on a given System.Drawing.Graphics object (standard .NET class for drawing). |
|
DrawOn(IntPtr, Rectangle, Rectangle, CombineMode, Single, ResizeInterpolationMode) |
Draws the current bitmap on a given Windows GDI device context (represented as handle to device context, i.e. HDC). |
|
DrawOn(Graphics, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode) |
Draws the current bitmap on a given System.Drawing.Graphics object (standard .NET class for drawing). |
|
DrawOn(IntPtr, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode) |
Draws the current bitmap on a given Windows GDI device context (represented as handle to device context, i.e. HDC). |
|
DrawOn(Graphics, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode) |
Draws the current bitmap on a given System.Drawing.Graphics object (standard .NET class for drawing). |
|
DrawOn(IntPtr, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode) |
Draws the current bitmap on a given Windows GDI device context (represented as handle to device context, i.e. HDC). |