ImportAsFragment(Bitmap1,DeviceContext,RectL,Int32,Int32) Method
In This Topic
Loads a fragment of the D2D.Bitmap1 to the given destination within the image.
Syntax
'Declaration
Public Overloads Sub ImportAsFragment( _
ByVal As Bitmap1, _
ByVal As DeviceContext, _
ByVal As RectL, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ImportAsFragment(
Bitmap1 ,
DeviceContext ,
RectL ,
System.int ,
System.int
)
Parameters
- d2dBitmap
- The source D2D.Bitmap1.
- context
- The device context used to create a D2D bitmap.
- srcRect
- The source rectangle within d2dBitmap.
- dstX
- The destination X pixel coordinate within the target bitmap.
- dstY
- The destination Y pixel coordinate within the target bitmap.
See Also