DeviceInterop
01 Syntax
Microsoft.VisualBasic.Imaging.Driver.DeviceInterop
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateCanvas2D | 1 | |
| GetData | 1 | |
| CreateGraphic | 1 |
03 Members
CreateCanvas2D(Bitmap,
Boolean)Parameters
| Name | Type | Description |
|---|---|---|
background | Bitmap | - |
direct_access | Boolean | create the graphics canvas directly based on the input background image resource if set this parameter to true, or make a copy of the image and then create the graphics canvas if set this parameter false. |
GetData(IGraphics,
Int32())Parameters
| Name | Type | Description |
|---|---|---|
g | IGraphics | - |
padding | Int32() | the graphics drawing layout context information, should be an integer vector of paddings |
CreateGraphic(
Size, Color, Int32)