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

In This Topic
    ImportAsFragment(GcBitmap,Int32,Int32) Method
    In This Topic
    Loads a GrapeCity.Documents.Imaging.GcBitmap at the given destination within the image.

    If the source image is not opaque, the color channels must be premultiplied with the alpha channel.

    Syntax
    'Declaration
     
    Public Overloads Sub ImportAsFragment( _
       ByVal sourceBitmap As GcBitmap, _
       ByVal xDst As System.Integer, _
       ByVal yDst As System.Integer _
    ) 
    public void ImportAsFragment( 
       GcBitmap sourceBitmap,
       System.int xDst,
       System.int yDst
    )

    Parameters

    sourceBitmap
    The source GrapeCity.Documents.Imaging.GcBitmap.
    xDst
    The destination X pixel coordinate within the target bitmap.
    yDst
    The destination Y pixel coordinate within the target bitmap.
    See Also