Import(Bitmap1,DeviceContext,RectL) Method
In This Topic
Loads the image from a D2D.Bitmap1.
Syntax
'Declaration
Public Overloads Sub Import( _
ByVal As Bitmap1, _
ByVal As DeviceContext, _
ByVal As RectL _
)
public void Import(
Bitmap1 ,
DeviceContext ,
RectL
)
Parameters
- d2dBitmap
- The source D2D.Bitmap1 image.
- context
- The device context used to create a D2D bitmap.
- srcRect
- The source rectangle within d2dBitmap.
See Also