setAspectSize abstract method

Future<ResultCode> setAspectSize(
  1. int w,
  2. int h
)

set annotation area aspect size

Parameter w width

Parameter h height

Returns

设置标注区域大小

Parameter w

Parameter h

Returns

Implementation

Future<ResultCode> setAspectSize(int w, int h);