ClipBoundary Method |
Specifies the clipping boundary for a raster image or an underlay.
Signature
object.ClipBoundary PointsArray
Object
Raster, DwfUnderlay
The object or objects this method applies to.
PointsArray
Variant (array of two-element array of
doubles); input-only
An array of 2D WCS coordinates specifying the clipping boundary of
a raster image or underlay.
Remarks
You can define a region of an image or underlay object for display and plotting by clipping the object. Multiple instances of the same object can have different boundaries.
The clipping boundary must be a closed 2D polygon or rectangle with vertices constrained to lie within the boundaries of the image or underlay.
To clip an image or underlay, the object's boundary must be visible. Use the ClippingEnabled property to turn the clipping boundary on or off.
Comments? |