ImportAsFragment(SoftwareBitmap,Int32,Int32) Method
Loads a SoftwareBitmap to the given destination within the image.
public void ImportAsFragment(
Windows.Graphics.Imaging.SoftwareBitmap ,
System.int ,
System.int
)
'Declaration
Public Overloads Sub ImportAsFragment( _
ByVal As Windows.Graphics.Imaging.SoftwareBitmap, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
Parameters
- softwareBitmap
- The source SoftwareBitmap.
- dstX
- The destination X pixel coordinate within the target bitmap.
- dstY
- The destination Y pixel coordinate within the target bitmap.