void GetRoi( out int left, out int top, out int width, out int height )
void GetRoi( [OutAttribute] int% left, [OutAttribute] int% top, [OutAttribute] int% width, [OutAttribute] int% height )