'Declaration Public Overloads Sub CopyFromRenderTarget( _ ByVal renderTarget As RenderTarget, _ ByVal destinationPoint As Point2L, _ ByVal sourceArea As RectL _ )
public void CopyFromRenderTarget( RenderTarget renderTarget, Point2L destinationPoint, RectL sourceArea )
Parameters
- renderTarget
- The render target that contains the region to copy.
- destinationPoint
- In the current bitmap, the upper-left corner of the area to which the region specified by srcRect is copied.
- sourceArea
- The area of renderTarget to copy.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.