オーバーロード | 解説 |
---|---|
CopyFromRenderTarget(RenderTarget) | Copies the specified region from the specified render target into the current bitmap. |
CopyFromRenderTarget(RenderTarget,Point2L) | Copies the specified region from the specified render target into the current bitmap. |
CopyFromRenderTarget(RenderTarget,Point2L,RectL) | Copies the specified region from the specified render target into the current bitmap. |
CopyFromRenderTarget(Nullable<Point2L>,RenderTarget,Nullable<RectL>) | HRESULT ID2D1Bitmap::CopyFromRenderTarget([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1RenderTarget* renderTarget,[In, Optional] const D2D_RECT_U* srcRect) |