copyImage

copyImage(left:   Integer;
          top:    Integer;
          width:  Integer;
          height: Integer): Binary;

The copyImage method of the Binary primitive type returns a new binary image created from the rectangular subset (specified in the left, top, width, and height parameters) of the binary image of the receiver.

The created image has the same:

The copyImage method raises an exception if the:

2016.0.03 (Service Pack 2) and higher