[]
HRESULT IWICImagingFactory::CreateBitmapFromSourceRect([In, Optional] IWICBitmapSource* pIBitmapSource,[In] unsigned int x,[In] unsigned int y,[In] unsigned int width,[In] unsigned int height,[Out, Fast] IWICBitmap** ppIBitmap)
public Bitmap CreateBitmapFromSourceRect(BitmapSource bitmapSourceRef, int x, int y, int width, int height)
Type | Name | Description |
---|---|---|
BitmapSource | bitmapSourceRef | |
int | x | |
int | y | |
int | width | |
int | height |
Type | Description |
---|---|
Bitmap |