ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / ImportAsFragment Method / ImportAsFragment(WriteableBitmap,Int32,Int32) Method
The source WriteableBitmap.
The destination X pixel coordinate within the target bitmap.
The destination Y pixel coordinate within the target bitmap.

In This Topic
    ImportAsFragment(WriteableBitmap,Int32,Int32) Method
    In This Topic
    Loads a WriteableBitmap to the given destination within the image.
    Syntax
    'Declaration
     
    Public Overloads Sub ImportAsFragment( _
       ByVal writeableBitmap As Windows.UI.Xaml.Media.Imaging.WriteableBitmap, _
       ByVal dstX As System.Integer, _
       ByVal dstY As System.Integer _
    ) 
    public void ImportAsFragment( 
       Windows.UI.Xaml.Media.Imaging.WriteableBitmap writeableBitmap,
       System.int dstX,
       System.int dstY
    )

    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.
    See Also