home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <effect label="Crop"> <description> CropEffect will produce image data cropped to the rectangle defined by the Top, Left, Width and Height properties. </description> <property name="Top" type="int" default="0" label="Top"> <comments> Crop rectangle Top. </comments> </property> <property name="Left" type="int" default="0" label="Left"> <comments> Crop rectangle Left. </comments> </property> <property name="Height" type="int" default="0" label="Height"> <comments> Crop rectangle Height. </comments> </property> <property name="Width" type="int" default="0" label="Width"> <comments> Crop rectangle Width. </comments> </property> <property name="Mode" type="int" default="0" label="Crop Mode"> <choice>None</choice> <choice>Final</choice> <comments> Crop Mode. Typically the Mode property will be set to None if there is no Crop or if a Crop UI is active. When the user finishes defining a Crop Rectangle with a UI then the Crop Rectangle properties will be set and the Crop Mode will be set to Final. </comments> </property> </effect>