60001725 I would like a command to clip an Image

Article 60001725
Type Wish
Product Engine
Version 6022
Date Added 6/11/2012 12:00:00 AM
Fixed (6/11/2012 12:00:00 AM)
Submitted by Yannis Makarounis

Summary

I would Like a command to select a vdCurve to clip an Image.

Solution

Added in 6023.

We added the the CmdSelectClipImageObject command to the CommandAction of the vdDocument object.

public bool CmdSelectClipImageObject(object Image , object clipObjectCurve)
summary: Clips an Image object using a curve. The curve can be either a vdCircle , vdArc , vdPolyline , vdEllipse.
param name="Image": A vdImage object or "USER" , null so the user picks a vdImage object.
param name="clipObjectCurve": A vdCurve object or "USER",null so the user chooses to either select a curve (presses C) or presses P in order to draw a polyline in order to specify the clipping area.
returns: True if the command was succesfull.

Send comments on this topic.