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