VideoOffset constructor

VideoOffset(
  1. int dx,
  2. int dy
)

Implementation

VideoOffset(int dx, int dy) {
  _offset = _setOffset(dx, dy);
}