To Clip an Image (VBA/ActiveX)

Clipping an image limits how much of an image is displayed.

  1. Turn on the image boundaries using the ClippingEnabled property.
  2. Specify the clipping boundary and perform the clip using the ClipBoundary method. This method takes one value as input: a variant array of 2D world coordinate system coordinates specifying the clipping boundary of a raster image.