'宣言 Public Overloads Sub ImportAsFragment( _ ByVal softwareBitmap As Windows.Graphics.Imaging.SoftwareBitmap, _ ByVal dstX As System.Integer, _ ByVal dstY As System.Integer _ )
public void ImportAsFragment( Windows.Graphics.Imaging.SoftwareBitmap softwareBitmap, System.int dstX, System.int dstY )
パラメータ
- softwareBitmap
- ソース SoftwareBitmap。
- dstX
- 目的のビットマップ内の X 座標。
- dstY
- 目的のビットマップ内の Y 座標。