home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / CROPEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.2 KB  |  40 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Crop">
  3.   <description>
  4.     CropEffect will produce image data cropped to the rectangle defined by the Top, Left, Width and Height properties.
  5.   </description>
  6.  
  7.   <property name="Top" type="int" default="0" label="Top">
  8.     <comments>
  9.       Crop rectangle Top.
  10.     </comments>
  11.   </property>
  12.  
  13.   <property name="Left" type="int" default="0" label="Left">
  14.     <comments>
  15.       Crop rectangle Left.
  16.     </comments>
  17.   </property>
  18.  
  19.   <property name="Height" type="int" default="0" label="Height">
  20.     <comments>
  21.       Crop rectangle Height.
  22.     </comments>
  23.   </property>
  24.  
  25.   <property name="Width" type="int" default="0" label="Width">
  26.     <comments>
  27.       Crop rectangle Width.
  28.     </comments>
  29.   </property>
  30.  
  31.   <property name="Mode" type="int" default="0" label="Crop Mode">
  32.     <choice>None</choice>
  33.     <choice>Final</choice>
  34.     <comments>
  35.       Crop Mode.
  36.       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.
  37.     </comments>
  38.   </property>
  39. </effect>
  40.