bottomPixels property

  1. @TagNumber.new(2)
int get bottomPixels

The number of pixels to crop from the bottom. The default is 0.

Implementation

@$pb.TagNumber(2)
$core.int get bottomPixels => $_getIZ(1);
  1. @TagNumber.new(2)
set bottomPixels (int v)

Implementation

@$pb.TagNumber(2)
set bottomPixels($core.int v) { $_setSignedInt32(1, v); }