Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / ImportAsFragment Method / ImportAsFragment(GcWicBitmap,Int32,Int32) Method
The source GcWicBitmap.
The destination X pixel coordinate within the target bitmap.
The destination Y pixel coordinate within the target bitmap.

In This Topic
    ImportAsFragment(GcWicBitmap,Int32,Int32) Method
    In This Topic
    Loads another GcWicBitmap at the given destination within the image.
    Syntax
    'Declaration
     
    Public Overloads Sub ImportAsFragment( _
       ByVal sourceWicBitmap As GcWicBitmap, _
       ByVal xDst As System.Integer, _
       ByVal yDst As System.Integer _
    ) 
    public void ImportAsFragment( 
       GcWicBitmap sourceWicBitmap,
       System.int xDst,
       System.int yDst
    )

    Parameters

    sourceWicBitmap
    The source GcWicBitmap.
    xDst
    The destination X pixel coordinate within the target bitmap.
    yDst
    The destination Y pixel coordinate within the target bitmap.
    See Also