DrawingSpecificsGraphicsFromBitmap Method
Create
Defines methods for a native system drawing surface encapsulation.
object from the source bitmap.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public IGraphics GraphicsFromBitmap(
IBitmap bmp
)
Public Function GraphicsFromBitmap (
bmp As IBitmap
) As IGraphics
public:
virtual IGraphics^ GraphicsFromBitmap(
IBitmap^ bmp
) sealed
abstract GraphicsFromBitmap :
bmp : IBitmap -> IGraphics
override GraphicsFromBitmap :
bmp : IBitmap -> IGraphics
- bmp IBitmap
- Source bitmap to create IGraphics object from.
IGraphicsIGraphics object created from the source bitmap.
IDrawingSpecificsGraphicsFromBitmap(IBitmap)