DrawingSpecificsGraphicsFromBitmap Method

Create Defines methods for a native system drawing surface encapsulation. object from the source bitmap.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public IGraphics GraphicsFromBitmap(
	IBitmap bmp
)

Parameters

bmp  IBitmap
Source bitmap to create IGraphics object from.

Return Value

IGraphics
IGraphics object created from the source bitmap.

Implements

IDrawingSpecificsGraphicsFromBitmap(IBitmap)

See Also