ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Bitmap Class / CopyFromBitmap Method / CopyFromBitmap(Point2L,Bitmap) Method

In This Topic
    CopyFromBitmap(Point2L,Bitmap) Method
    In This Topic
    HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect)
    Syntax
    'Declaration
     
    Public Overloads Sub CopyFromBitmap( _
       ByVal destPoint As Point2L, _
       ByVal bitmap As Bitmap _
    ) 
    public void CopyFromBitmap( 
       Point2L destPoint,
       Bitmap bitmap
    )

    Parameters

    destPoint
    bitmap
    See Also