'宣言 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 )
パラメータ
- renderTarget
- The render target that contains the region to copy.
- destinationPoint
- 現在のビットマップにおいて、srcRectで指定された領域がコピーされる領域の左上隅です。
- sourceArea
- コピーする renderTarget の領域。
戻り値の型
メソッドが成功すると、S_OK が返されます。 それ以外の場合は、HRESULT エラーコードが返されます。