public static Extract ( Matrix m, int x, int y, int width, int height, bool safe = true ) : Matrix | ||
m | Matrix | Input Matrix. |
x | int | Matrix x. |
y | int | The y coordinate. |
width | int | The width. |
height | int | The height. |
safe | bool | (Optional) true to safe. |
return | Matrix |