IDrawingSpecificsGraphicsFromBitmap 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
IGraphics GraphicsFromBitmap(
IBitmap bmp
)
Function GraphicsFromBitmap (
bmp As IBitmap
) As IGraphics
IGraphics^ GraphicsFromBitmap(
IBitmap^ bmp
)
abstract GraphicsFromBitmap :
bmp : IBitmap -> IGraphics
- bmp IBitmap
- Source bitmap to create IGraphics object from.
IGraphicsIGraphics object created from the source bitmap.