nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / DeviceInterop

DeviceInterop

Full name Microsoft.VisualBasic.Imaging.Driver.DeviceInterop Assembly Microsoft.VisualBasic.Runtime Members 3

01 Syntax

Microsoft.VisualBasic.Imaging.Driver.DeviceInterop

02 Methods

NameOverloadsSummary
CreateCanvas2D 1
GetData 1
CreateGraphic 1

03 Members

method CreateCanvas2D #
CreateCanvas2D(Bitmap, Boolean)
Parameters
NameTypeDescription
backgroundBitmap

-

direct_accessBoolean

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.

method GetData #
GetData(IGraphics, Int32())
Parameters
NameTypeDescription
gIGraphics

-

paddingInt32()

the graphics drawing layout context information, should be an integer vector of paddings

method CreateGraphic #
CreateGraphic(Size, Color, Int32)