topPixels property
The number of pixels to crop from the top. The default is 0.
Implementation
@$pb.TagNumber(1)
$core.int get topPixels => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set topPixels($core.int v) { $_setSignedInt32(0, v); }
The number of pixels to crop from the top. The default is 0.
@$pb.TagNumber(1)
$core.int get topPixels => $_getIZ(0);
@$pb.TagNumber(1)
set topPixels($core.int v) { $_setSignedInt32(0, v); }