ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / ImportAsFragment Method / ImportAsFragment(Bitmap,Int32,Int32) Method
The source System.Drawing.Bitmap.
The destination X pixel coordinate within the target bitmap.
The destination Y pixel coordinate within the target bitmap.

In This Topic
    ImportAsFragment(Bitmap,Int32,Int32) Method
    In This Topic
    Loads a System.Drawing.Bitmap to the given destination within the image.
    Syntax
    'Declaration
     
    Public Overloads Sub ImportAsFragment( _
       ByVal gdiBitmap As System.Drawing.Bitmap, _
       ByVal dstX As System.Integer, _
       ByVal dstY As System.Integer _
    ) 
    public void ImportAsFragment( 
       System.Drawing.Bitmap gdiBitmap,
       System.int dstX,
       System.int dstY
    )

    Parameters

    gdiBitmap
    The source System.Drawing.Bitmap.
    dstX
    The destination X pixel coordinate within the target bitmap.
    dstY
    The destination Y pixel coordinate within the target bitmap.
    See Also