markus / KCOM / bin / x64 / Debug / Leadtools.ImageProcessing.SpecialEffects.xml @ ac77b778
이력 | 보기 | 이력해설 | 다운로드 (250 KB)
1 |
<?xml version="1.0" encoding="utf-8"?>
|
---|---|
2 |
<doc>
|
3 |
<assembly>
|
4 |
<name>Leadtools.ImageProcessing.SpecialEffects</name> |
5 |
</assembly>
|
6 |
<members>
|
7 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.AgingCommand"> |
8 |
<summary>Adds effects that simulate random color changes, scratches, dust and pits, making an image look like it was made from an old film. This command is available in the Imaging Pro and above toolkits.</summary> |
9 |
</member>
|
10 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.#ctor"> |
11 |
<summary>Initializes a new AgingCommand class object with default parameters.</summary> |
12 |
</member>
|
13 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.GetStringDescription"> |
14 |
<summary>Returns a meaningful name for this command.</summary> |
15 |
<returns>Character string that contains the name of this command.</returns> |
16 |
</member>
|
17 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.ToString"> |
18 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
19 |
<returns>String that contains the name of this method.</returns> |
20 |
</member>
|
21 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.DustColor"> |
22 |
<summary>Gets or sets a value that represents the color of the dust.</summary> |
23 |
<value>Color of the dust.</value> |
24 |
</member>
|
25 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.DustDensity"> |
26 |
<summary>Gets or sets a value that represents the dust density, expressed in tenths of percent of the image area.</summary> |
27 |
<value>Dust density, expressed in tenths of a percent of the image area. Valid values range between 0 and 1000. This value is divided internally by 10. If this value = 1000 then dust density = 100 (that is, the number of dust points = the entire image area.)</value> |
28 |
</member>
|
29 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.Flags"> |
30 |
<summary>Flags that indicate the distortion type and the distortion color.</summary> |
31 |
<value>Flags that indicate the distortion type and the distortion color.</value> |
32 |
</member>
|
33 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.HorizontalScratchCount"> |
34 |
<summary>Gets or sets the number of horizontal scratch lines.</summary> |
35 |
<value>Number of horizontal scratch lines. This property only accepts positive values.</value> |
36 |
</member>
|
37 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.MaximumPitSize"> |
38 |
<summary>Gets or sets a value that represents the maximum pit size, in pixels.</summary> |
39 |
<value>Maximum pit size, in pixels. The size of the pits will be selected at random between 1 and MaximumPitSize.</value> |
40 |
</member>
|
41 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.MaximumScratchLength"> |
42 |
<summary>Gets or sets the maximum scratch line length.</summary> |
43 |
<value>Maximum scratch line length, in pixels. Its minimum value is 2.</value> |
44 |
</member>
|
45 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.PitsColor"> |
46 |
<summary>Gets or sets a value that represents the color of the pits.</summary> |
47 |
<value>Represents the color of the pits.</value> |
48 |
</member>
|
49 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.PitsDensity"> |
50 |
<summary>Gets or sets a value that represents the density of the pits, expressed in tenths of a percent of the image area.</summary> |
51 |
<value>Density of the pits, expressed in tenths of a percent of the image area. Valid values range between 0 and 1000. This value is divided internally by 10. If this property = 1000 then the density of the pits = 100 (that is, the number of pits = the entire image area.)</value> |
52 |
</member>
|
53 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.ScratchColor"> |
54 |
<summary>Gets or sets a value that represents the color of the scratch lines.</summary> |
55 |
<value>Color of the scratch lines.</value> |
56 |
</member>
|
57 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.AgingCommand.VerticalScratchCount"> |
58 |
<summary>Gets or sets the number of vertical scratch lines.</summary> |
59 |
<value>Number of vertical scratch lines. This property only accepts positive values.</value> |
60 |
</member>
|
61 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.BendCommand"> |
62 |
<summary>Warps the active image along a curved plane, centered on the pivot point. This command is available in the Imaging Pro and above toolkits.</summary> |
63 |
</member>
|
64 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BendCommand.#ctor"> |
65 |
<summary>Initializes a new BendCommand class object with default parameters.</summary> |
66 |
</member>
|
67 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BendCommand.#ctor(System.Int32,Leadtools.LeadPoint,Leadtools.RasterColor,Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags)"> |
68 |
<summary>Initializes a new BendCommand class object with explicit parameters.</summary> |
69 |
<param name="value">Amount of stretching, where positive values stretch the pixels toward the edges, and negative values stretch the pixels toward the center. Possible values are range in between -500 and 500.</param> |
70 |
<param name="centerPoint">Contains the center of the arc. This is ignored when either BendCommandFlags.Horizontal or BendCommandFlags.Vertical is set in the flags parameter.</param> |
71 |
<param name="fillColor">Specifies the fill color for any exposed areas.</param> |
72 |
<param name="flags">Flags that indicate how to handle peripherally exposed areas, how to handle centrally exposed areas and the type of bending. You can use a bitwise OR ( &#166; ) to specify one flag from each group.</param> |
73 |
</member>
|
74 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BendCommand.GetStringDescription"> |
75 |
<summary>Returns a meaningful name for this command.</summary> |
76 |
<returns>Character string that contains the name of this command.</returns> |
77 |
</member>
|
78 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BendCommand.ToString"> |
79 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
80 |
<returns>String that contains the name of this method.</returns> |
81 |
</member>
|
82 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BendCommand.CenterPoint"> |
83 |
<summary>Gets or sets a point structure that contains the center of the arc.</summary> |
84 |
<value>Point structure that contains the center of the arc. This is ignored when either BendCommandFlags.Horizontal or BendCommandFlags.Vertical is set in the Flags property.</value> |
85 |
</member>
|
86 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BendCommand.FillColor"> |
87 |
<summary>Gets or sets a value that represents the fill color for any exposed areas.</summary> |
88 |
<value>Value that represents the fill color for any exposed areas.</value> |
89 |
</member>
|
90 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BendCommand.Flags"> |
91 |
<summary>Gets or sets a value that indicates how to handle peripherally exposed areas, how to handle centrally exposed areas and the type of bending.</summary> |
92 |
<value>Value that indicates how to handle peripherally exposed areas, how to handle centrally exposed areas and the type of bending. You can use a bitwise OR ( &#166; ) to specify one flag from each group.</value> |
93 |
</member>
|
94 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BendCommand.Value"> |
95 |
<summary>Gets or sets the amount of stretching.</summary> |
96 |
<value>Amount of stretching, where positive values stretch the pixels toward edges, and negative values stretch the pixels toward the center. Possible values are range in between -500 and 500.</value> |
97 |
</member>
|
98 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand"> |
99 |
<summary>Creates a brick texture that makes the image look like it has been drawn on a brick wall. This command is available in the Imaging Pro and above toolkits.</summary> |
100 |
</member>
|
101 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.#ctor"> |
102 |
<summary>Initializes a new BricksTextureCommand class object with default parameters.</summary> |
103 |
</member>
|
104 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"> |
105 |
<summary>Initializes a new BricksTextureCommand class object with explicit parameters.</summary> |
106 |
<param name="bricksWidth">Flat area of the brick width, in pixels. Valid range is from 0 to the image width. This parameter only accepts positive values.</param> |
107 |
<param name="bricksHeight">Flat area of the brick height, in pixels. Valid range is from 0 to the image height. This parameter only accepts positive values.</param> |
108 |
<param name="edgeWidth">Perceived edge width, in pixels, which represents the brick edge width when the brick is viewed from the perpendicular to the front of the brick. Minimum value is 1. See the following figure:</param> |
109 |
<param name="mortarWidth">Mortar width, or the space between two adjacent bricks. This parameter only accepts positive values.</param> |
110 |
</member>
|
111 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.GetStringDescription"> |
112 |
<summary>Returns a meaningful name for this command.</summary> |
113 |
<returns>Character string that contains the name of this command.</returns> |
114 |
</member>
|
115 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.ToString"> |
116 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
117 |
<returns>String that contains the name of this command.</returns> |
118 |
</member>
|
119 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.BricksHeight"> |
120 |
<summary>Gets or sets the flat area of the brick height, in pixels.</summary> |
121 |
<value>Flat area of the brick height, in pixels. Valid range is from 0 to the image height. This property only accepts positive values.</value> |
122 |
</member>
|
123 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.BricksRoughness"> |
124 |
<summary>Gets or sets the Brick roughness.</summary> |
125 |
<value>Brick roughness. Valid range is from 0 to 300. At 0, the brick looks completely smooth. Use higher values to increase the roughness of the brick surface.</value> |
126 |
</member>
|
127 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.BricksRoughnessEvenness"> |
128 |
<summary>Gets or sets the weathering factor for the bricks.</summary> |
129 |
<value>Weathering factor for the bricks. Valid range is from 0 to 10. The higher the value the more weathered the bricks look.</value> |
130 |
</member>
|
131 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.BricksWidth"> |
132 |
<summary>Gets or sets the flat area of the brick width, in pixels.</summary> |
133 |
<value>The flat area of the brick width, in pixels. Valid range is from 0 to the image width. This property only accepts positive values.</value> |
134 |
</member>
|
135 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.EdgeWidth"> |
136 |
<summary>Gets or sets the perceived edge width, in pixels.</summary> |
137 |
<value>Perceived edge width, in pixels, which represents the brick edge width when the brick is viewed from the perpendicular to the front of the brick. Minimum value is 1. See the following figure:</value> |
138 |
</member>
|
139 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.Flags"> |
140 |
<summary>Gets or sets the flags that indicate which type of brick edge to use, and which mortar style to use.</summary> |
141 |
<value>Flags that indicate which type of brick edge to use, and which mortar style to use.</value> |
142 |
</member>
|
143 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.MortarColor"> |
144 |
<summary>Gets or sets the fill color that specifies the mortar color.</summary> |
145 |
<value>Fill color that specifies the mortar color.</value> |
146 |
</member>
|
147 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.MortarRoughness"> |
148 |
<summary>Gets or sets the mortar roughness.</summary> |
149 |
<value>Mortar roughness. Valid range is from 0 to 300. At 0, the mortar looks completely smooth. Use higher values to increase the roughness.</value> |
150 |
</member>
|
151 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.MortarRoughnessEvenness"> |
152 |
<summary>Gets or sets the weathering factor for the mortar.</summary> |
153 |
<value>Weathering factor for the mortar. Valid range is from 0 to 10. The higher the value the more weathered the mortar looks.</value> |
154 |
</member>
|
155 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.MortarWidth"> |
156 |
<summary>Gets or sets the Mortar width or the space between two adjacent bricks.</summary> |
157 |
<value>Mortar width or the space between two adjacent bricks. This property only accepts positive values.</value> |
158 |
</member>
|
159 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.OffsetX"> |
160 |
<summary>Gets or sets the X distance between the image origin and the first brick origin, in pixels.</summary> |
161 |
<value>The X distance between the image origin and the first brick origin, in pixels. This property only accepts positive values.</value> |
162 |
</member>
|
163 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.OffsetY"> |
164 |
<summary>Gets or sets the Y distance between the image origin and the first brick origin, in pixels.</summary> |
165 |
<value>The Y distance between the image origin and the first brick origin, in pixels. This property only accepts positive values.</value> |
166 |
</member>
|
167 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.RowDifference"> |
168 |
<summary>Gets or sets the horizontal distance between the first brick of the first row and the first brick on the next row, in pixels. Setting this value to zero will make a grid-like wall. Valid range is from 0 to image width.</summary> |
169 |
<value>Horizontal distance between the first brick of the first row and the first brick on the next row, in pixels. Setting this value to zero will make a grid-like wall. Valid range is from 0 to image width.</value> |
170 |
</member>
|
171 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommand.ShadeAngle"> |
172 |
<summary>Gets or sets the angle, in degrees.</summary> |
173 |
<value>Angle, in degrees, that identifies from which side the light will hit the brick edges, resulting in a brightening of the opposite angle edges, and the darkening of the other edges. Valid range is from 0 to 360.</value> |
174 |
</member>
|
175 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand"> |
176 |
<summary>Adds a three-dimensional texture pattern created by applying the bump image to the affected image. This command is available in the Imaging Pro and above toolkits.</summary> |
177 |
</member>
|
178 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.#ctor"> |
179 |
<summary>Initializes a new BumpMapCommand class object with default parameters.</summary> |
180 |
</member>
|
181 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.GetStringDescription"> |
182 |
<summary>Returns a meaningful name for this command.</summary> |
183 |
<returns>Character string that contains the name of this command.</returns> |
184 |
</member>
|
185 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.ToString"> |
186 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
187 |
<returns>String that contains the name of this command.</returns> |
188 |
</member>
|
189 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.Azimuth"> |
190 |
<summary>Gets or sets a value that represents the azimuth. The azimuth describes the light source's angular position in the horizontal plane.</summary> |
191 |
<value>Value that represents the azimuth. The valid range is from -360 to 360.</value> |
192 |
</member>
|
193 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.Brightness"> |
194 |
<summary>Gets or sets the amount to change the resulting image intensity.</summary> |
195 |
<value>Amount to change the intensity. The intensity ranges from -1000 to 1000. A positive value increases (or lightens) the brightness of the resulting image. A negative value decreases (or darkens) the brightness of the resulting image.</value> |
196 |
</member>
|
197 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.BumpImage"> |
198 |
<summary>Gets or sets the RasterImage object that references the image used to create the texture pattern.</summary> |
199 |
<value>Image used to create texture pattern.</value> |
200 |
</member>
|
201 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.BumpPoint"> |
202 |
<summary>Gets or sets the upper-left corner of the Bump rectangle.</summary> |
203 |
<value>The upper-left corner of the Bump rectangle.</value> |
204 |
</member>
|
205 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.Depth"> |
206 |
<summary>Gets or sets a value that represents the apparent depth of the bump three-dimensional effect.</summary> |
207 |
<value>Value that represents the apparent depth of this three-dimensional effect. This property only accepts positive values.</value> |
208 |
</member>
|
209 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.DestinationPoint"> |
210 |
<summary>Gets or sets the upper-left corner of the destination rectangle.</summary> |
211 |
<value>The upper-left corner of the destination rectangle.</value> |
212 |
</member>
|
213 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.Elevation"> |
214 |
<summary>Gets or sets the elevation value. The elevation describes the light source's angular position in the vertical plane.</summary> |
215 |
<value>Value that represents the elevation. The valid range is between 0 to 180.</value> |
216 |
</member>
|
217 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.Intensity"> |
218 |
<summary>Gets or sets the amount to change the resulting image intensity.</summary> |
219 |
<value>Amount to change the intensity. The intensity ranges from -1000 to 1000. A positive value increases (or lightens) the brightness of the resulting image. A negative value decreases (or darkens) the brightness of the resulting image.</value> |
220 |
</member>
|
221 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.LookupTable"> |
222 |
<summary>Table of 256 integers containing lookup values that re-map bump image data.</summary> |
223 |
<value>Table of 256 integers containing lookup values that re-map bump image data.</value> |
224 |
</member>
|
225 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.BumpMapCommand.Tile"> |
226 |
<summary>Gets or sets a Boolean value that indicates whether to use tiling.</summary> |
227 |
<value>Boolean value that indicates whether to use tiling.</value> |
228 |
</member>
|
229 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand"> |
230 |
<summary>Combines two images, superimposing one image on another image that is used like a canvas. This command is available in the Imaging Pro and above toolkits.</summary> |
231 |
</member>
|
232 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.#ctor"> |
233 |
<summary>Initializes a new CanvasCommand class object with default parameters.</summary> |
234 |
</member>
|
235 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.#ctor(Leadtools.RasterImage,System.Int32,System.Int32)"> |
236 |
<summary>Initializes a new CanvasCommand class object with explicit parameters.</summary> |
237 |
<param name="canvasImage">References the canvas image.</param> |
238 |
<param name="transparency">The transparency amount between the image and the canvas. Valid range is from 0 to 100. When set to 0, only the canvas image displays, and when set to 100, the canvas image is barely visible.</param> |
239 |
<param name="emboss">Apparent depth of the canvas image. Valid range is from 0 to 200. When Transparency is at 100, and Emboss is 0 only the image displays. Increasing Emboss increases the apparent depth of the canvas image.</param> |
240 |
</member>
|
241 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.GetStringDescription"> |
242 |
<summary>Returns a meaningful name for this command.</summary> |
243 |
<returns>Character string that contains the name of this command.</returns> |
244 |
</member>
|
245 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.ToString"> |
246 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
247 |
<returns>String that contains the name of this command.</returns> |
248 |
</member>
|
249 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.CanvasImage"> |
250 |
<summary>Gets or sets the image that references the canvas image.</summary> |
251 |
<value>References the canvas image.</value> |
252 |
</member>
|
253 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.Emboss"> |
254 |
<summary>Gets or sets the apparent depth of the canvas image.</summary> |
255 |
<value>Apparent depth of the canvas image. Valid range is from 0 to 200. When Transparency is at 100, and Emboss is 0 only the image displays. Increasing Emboss increases the apparent depth of the canvas image.</value> |
256 |
</member>
|
257 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.Flags"> |
258 |
<summary>Gets or sets the flags that identify how to distribute the canvas image with respect to the image and how to handle resizing.</summary> |
259 |
<value>Flags that identify how to distribute the canvas image with respect to the image and how to handle resizing.</value> |
260 |
</member>
|
261 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.TileOffset"> |
262 |
<summary>Gets or sets the amount to shift every row of the canvas image from the origin.</summary> |
263 |
<value>The amount to shift every row of canvas image from the origin. This property is not used when Flags is set to CanvasCommandFlags.TileFit.</value> |
264 |
</member>
|
265 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.Transparency"> |
266 |
<summary>Gets or sets the transparency amount between the image and the canvas.</summary> |
267 |
<value>The transparency amount between the image and the canvas. Valid range is from 0 to 100. When set to 0, only the canvas image displays, and when set to 100, the canvas image is barely visible.</value> |
268 |
</member>
|
269 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.XOffset"> |
270 |
<summary>Gets or sets the X distance between the canvas origin point and the image origin point (in pixels).</summary> |
271 |
<value>The X distance between the canvas origin point and the image origin point (in pixels). Valid range is from -Canvas image width to +Canvas image width.</value> |
272 |
</member>
|
273 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CanvasCommand.YOffset"> |
274 |
<summary>Gets or sets the Y distance between the canvas origin point and the image origin point (in pixels).</summary> |
275 |
<value>The Y distance between the canvas origin point and the image origin point (in pixels). Valid range is from -Canvas image height to +Canvas image height.</value> |
276 |
</member>
|
277 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand"> |
278 |
<summary>Applies cloud effects to a bitmap. Imaging Pro and above toolkits include this commant.</summary> |
279 |
</member>
|
280 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.#ctor"> |
281 |
<summary>Initializes a new CloudsCommand with default parameters.</summary> |
282 |
</member>
|
283 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.GetStringDescription"> |
284 |
<summary>Returns a meaningful name for this command.</summary> |
285 |
<returns>Character string that contains the name of this command.</returns> |
286 |
</member>
|
287 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.ToString"> |
288 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
289 |
<returns>String that contains the name of this method.</returns> |
290 |
</member>
|
291 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.BackColor"> |
292 |
<summary>Specifies which color to use to fill the areas outside the cloud.</summary> |
293 |
<value>A Leadtools.RasterColor that represents which color to use to fill the areas outside the cloud.</value> |
294 |
</member>
|
295 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.CloudsColor"> |
296 |
<summary>Specifies which color to use as the fill color for the cloud.</summary> |
297 |
<value>A Leadtools.RasterColor that represents the color with which to fill the cloud.</value> |
298 |
</member>
|
299 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.Density"> |
300 |
<summary>Gets or sets a value that indicates the amount of detail in the cloud.</summary> |
301 |
<value>Value that indicates the amount of detail in the cloud.</value> |
302 |
</member>
|
303 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.Frequency"> |
304 |
<summary>Gets or sets the value that controls the amount of cloud texture inside the image.</summary> |
305 |
<value>Amount of cloud texture inside the image.</value> |
306 |
</member>
|
307 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.Opacity"> |
308 |
<summary>Gets or sets the amount of transparency, in percent.</summary> |
309 |
<value>Value that indicates the transparency, in percent, between the cloud's image and the original image.</value> |
310 |
</member>
|
311 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.Seed"> |
312 |
<summary>Gets or sets an integer that represents the starting point for the cloud's randomization process.</summary> |
313 |
<value>An integer that represents the starting point for the cloud's randomization process.</value> |
314 |
</member>
|
315 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CloudsCommand.Type"> |
316 |
<summary>Specifies how to apply the clouds effect.</summary> |
317 |
<value>A CloudsCommandType enumeration value that specifies how to apply the clouds effect.</value> |
318 |
</member>
|
319 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand"> |
320 |
<summary>Throws colored balls over the image. The resulting color of the ball is a combination of ball color and the color of the pixel where it has fallen with certain opacity. Various parameters control the color and appearance of the balls.</summary> |
321 |
</member>
|
322 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.#ctor"> |
323 |
<summary>Initializes a new ColoredBallsCommand with default parameters.</summary> |
324 |
</member>
|
325 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.GetStringDescription"> |
326 |
<summary>Returns a meaningful name for this command.</summary> |
327 |
<returns>Character string that contains the name of this command.</returns> |
328 |
</member>
|
329 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.ToString"> |
330 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
331 |
<returns>string that contains the name of this method.</returns> |
332 |
</member>
|
333 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.BackGroundColor"> |
334 |
<summary>Gets or sets the background color.</summary> |
335 |
<value>The background color.</value> |
336 |
</member>
|
337 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.BallColorOpacity"> |
338 |
<summary>Gets or sets a value that represents the average ball color opacity.</summary> |
339 |
<value>Value represents average ball color opacity. Valid values range from 0 to 255 for 8-bit , 0 to 4095 for 12-bit and 0 to 65535 for 16-bit.</value> |
340 |
</member>
|
341 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.BallColorOpacityVariation"> |
342 |
<summary>Gets or sets a value that represents the amount of ball color opacity variation.</summary> |
343 |
<value>Value represents ball color opacity variation. Valid values range from 0 to 100. Use 0 to have all pixels assigned the same opacity. Use 100 to have the opacity vary from 0 to 2 X BallColorOpacity.</value> |
344 |
</member>
|
345 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.BallColors"> |
346 |
<summary>Gets or sets the array of Leadtools.RasterColor class objects that contains the ball colors used by this class object.</summary> |
347 |
<value>Array of Leadtools.RasterColor class objects that contains the ball colors used by this class object.</value> |
348 |
</member>
|
349 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.Flags"> |
350 |
<summary>Gets or sets the flags that indicate the background color , shade (or gradient) type, ball type and ball color type.</summary> |
351 |
<value>Flags that indicate the background color , shade (or gradient). type, ball type and ball color type.</value> |
352 |
</member>
|
353 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.HighLightAngle"> |
354 |
<summary>Gets or sets a value that represents the light source direction of the highlight color on the ball. This value is in hundredths of degrees (+/-).</summary> |
355 |
<value>Value that represents the light source direction of the highlight color on the ball. This value is in hundredths of degrees (+/-). A positive value will rotate the highlight color clockwise, while a negative value will rotate the highlight color counter-clockwise. Valid values range from -36000 to + 36000.</value> |
356 |
</member>
|
357 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.HighLightColor"> |
358 |
<summary>Gets or sets the highlight color.</summary> |
359 |
<value>The highlight color.</value> |
360 |
</member>
|
361 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.NumberOfBalls"> |
362 |
<summary>Gets or sets a value that represents the number of balls that will be drawn in the image. Only positive values are accepted.</summary> |
363 |
<value>Value that represents the number of balls that will be drawn in the image. Only positive values are accepted.</value> |
364 |
</member>
|
365 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.Ripple"> |
366 |
<summary>Gets or sets a value that represents the number of shades that are used to produce the background.</summary> |
367 |
<value>Value that represents the number of shades that are used to produce the background. Internally, it is divided by 100. For example, if Ripple = 200 the actual frequency is 2. This value is ignored if ColoredBallsCommandFlags.ShadingSingle is selected in Flags property.</value> |
368 |
</member>
|
369 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.ShadingColor"> |
370 |
<summary>Gets or sets the shade (or gradient) color.</summary> |
371 |
<value>The shade (or gradient) color.</value> |
372 |
</member>
|
373 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.Size"> |
374 |
<summary>Gets or sets a value that represents the average ball size. Only positive values are accepted.</summary> |
375 |
<value>Value represents average ball size, in pixels. Only positive values are accepted.</value> |
376 |
</member>
|
377 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand.SizeVariation"> |
378 |
<summary>Gets or sets a value that represents the amount of ball size variation.</summary> |
379 |
<value>Value that represents the amount of ball size variation. Valid values range from 0 to 100. Use 0 to have all balls the same size. Use 100 to have the size vary from 0 to 2 X Size.</value> |
380 |
</member>
|
381 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilCommand"> |
382 |
<summary>Applies an effect to an image that makes it look like it has been drawn with colored pencils. This method is available in the Imaging Pro and above toolkits.</summary> |
383 |
</member>
|
384 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilCommand.#ctor"> |
385 |
<summary>Initializes a new ColoredPencilCommand class object with default parameters.</summary> |
386 |
</member>
|
387 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilCommand.#ctor(System.Int32,System.Int32)"> |
388 |
<summary>Initializes a new ColoredPencilCommand class object with explicit parameters.</summary> |
389 |
<param name="ratio">Value that represents how much the image colors should be adjusted so they appear to be colored pencil colors. Valid values range from 0 to 100. A value of 0 means that the image will not have any change in pixel values whereas a value of 100 means that the maximum possible amount will be added to the pixel values.</param> |
390 |
<param name="dimension">Value that represents the size of the pencil coloring neighborhood. It is the length, in pixels, of one side of a square. Valid values range from 0 to 100. Increasing this value increases the thickness of the edges that are detected.</param> |
391 |
</member>
|
392 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilCommand.GetStringDescription"> |
393 |
<summary>Returns a meaningful name for this command.</summary> |
394 |
<returns>Character string that contains the name of this command.</returns> |
395 |
</member>
|
396 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilCommand.ToString"> |
397 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
398 |
<returns>String that contains the name of this command.</returns> |
399 |
</member>
|
400 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilCommand.Dimension"> |
401 |
<summary>Gets or sets the value that indicates the size of the pencil coloring neighborhood.</summary> |
402 |
<value>Value that indicates the size of the pencil coloring neighborhood on which the filter is applied. It is the length, in pixels, of one side of a square. Valid values range from 0 to 100. Increasing this value increases the thickness of the edges that are detected.</value> |
403 |
</member>
|
404 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilCommand.Ratio"> |
405 |
<summary>Gets or sets the value that indicates how much the image colors should be adjusted so they appear to be colored pencil colors on which the filter is applied.</summary> |
406 |
<value>Value that indicates the how much the image colors should be adjusted so they appear to be colored pencil colors on which the filter is applied. Valid values range from 0 to 100. A value of 0 means that the image will not have any change in pixel values, whereas a value of 100 means that the maximum possible amount will be added to the pixel values.</value> |
407 |
</member>
|
408 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand"> |
409 |
<summary>Applies an effect to a bitmap that makes it look like it has been drawn with colored pencils. This method is available in the Imaging Pro and above toolkits.</summary> |
410 |
</member>
|
411 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.#ctor"> |
412 |
<summary>Initializes a new ColoredPencilExtendedCommand class object with default parameters.</summary> |
413 |
</member>
|
414 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.GetStringDescription"> |
415 |
<summary>Returns a meaningful name for this command.</summary> |
416 |
<returns>Character string that contains the name of this command.</returns> |
417 |
</member>
|
418 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.ToString"> |
419 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
420 |
<returns>String that contains the name of this command.</returns> |
421 |
</member>
|
422 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.Angle"> |
423 |
<summary>Gets or sets the direction of coloring motion.</summary> |
424 |
<value>Value that represents the direction of the coloring motion, in hundredths of a degree (+/-) This value can be a number from -18000 to 18000. This parameter is ignored when Flags = ColoredPencilExtendedCommandFlags.Artistic. Default value is -45.</value> |
425 |
</member>
|
426 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.Flags"> |
427 |
<summary>Gets or sets the type of coloring method.</summary> |
428 |
<value>Flags that determine which the type of direction to use and whether to combine the resulted bitmap with the original one or not. For valid values, refer to ColoredPencilExtendedCommandFlags. Default value is ColoredPencilExtendedCommandFlags.Artistic | ColoredPencilExtendedCommandFlags.CombineOriginal.</value> |
429 |
</member>
|
430 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.PaperRoughness"> |
431 |
<summary>Gets or sets a percentage which represents the paper surface roughness.</summary> |
432 |
<value>Percentage of paper surface roughness, expressed in tenths of a percent. Valid values are 0 to 1000. Default value is 100.</value> |
433 |
</member>
|
434 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.PencilRoughness"> |
435 |
<summary>Gets or sets the percentage of coloring coverage.</summary> |
436 |
<value>Value that indicates the percentage of coloring coverage (colored pencil roughness), expressed in tenths of a percent. Valid values are 0 to 1000. Default value is 250.</value> |
437 |
</member>
|
438 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.Size"> |
439 |
<summary>Gets or sets the size of the neighborhood used to determine the width of the outlines.</summary> |
440 |
<value>Value that indicates the size of the neighborhood used to determine the width of the outlines. Default value is 5.</value> |
441 |
</member>
|
442 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.Strength"> |
443 |
<summary>Gets or sets the strength factor used to create the "outline". This can be any number that is 0 or greater.</summary> |
444 |
<value>Value that indicates the strength factor used to create the "outline". This can be any number that is 0 or greater. Default value is 4.</value> |
445 |
</member>
|
446 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.StrokeLength"> |
447 |
<summary>Gets or sets the length of colored pencil stroke.</summary> |
448 |
<value>Value that indicates the length of the colored pencil stroke, in pixels. Default value is 15.</value> |
449 |
</member>
|
450 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand.Threshold"> |
451 |
<summary>Gets or sets the threshold value.</summary> |
452 |
<value>Value that indicates the threshold used to determine which pixels are edge pixels (outlines). If the difference determined for a pixel is greater than this value, the pixel is an edge pixel. Valid values range from 0 through 65535 for 64-bit, 48-bit and 16-bit grayscale images and from 0 through 4095 for 12-bit grayscale images. Otherwise, it is from 0 to 255. Use this parameter to control the number of edge pixels found. Default value is 0.</value> |
453 |
</member>
|
454 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.CylinderCommand"> |
455 |
<summary>Warps the image around a cylinder. This command is available in the Imaging Pro and above toolkits.</summary> |
456 |
</member>
|
457 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CylinderCommand.#ctor"> |
458 |
<summary>Initializes a new CylinderCommand class object with default parameters.</summary> |
459 |
</member>
|
460 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CylinderCommand.#ctor(System.Int32,Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType)"> |
461 |
<summary>Initializes a new CylinderCommand class object with explicit parameters.</summary> |
462 |
<param name="value">Amount of stretching where:</param> |
463 |
<param name="type">A value that indicates the cylinder shape.</param> |
464 |
</member>
|
465 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CylinderCommand.GetStringDescription"> |
466 |
<summary>Returns a meaningful name for this command.</summary> |
467 |
<returns>Character string that contains the name of this command.</returns> |
468 |
</member>
|
469 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.CylinderCommand.ToString"> |
470 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
471 |
<returns>String that contains the name of this command.</returns> |
472 |
</member>
|
473 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CylinderCommand.Type"> |
474 |
<summary>Gets or sets a value that indicates the cylinder shape.</summary> |
475 |
<value>A value that indicates the cylinder shape.</value> |
476 |
</member>
|
477 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.CylinderCommand.Value"> |
478 |
<summary>Gets or sets the amount of stretching.</summary> |
479 |
<value>Amount of stretching where:</value> |
480 |
</member>
|
481 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand"> |
482 |
<summary>Splits the image into square or rectangular blocks. If the blocks are square, the command rotates each block by 0, 90, 180, or 270 degrees. If the blocks are rectangular, the command flips the blocks around the X-axis or Y-axis. This command is available in the Imaging Pro and above toolkits.</summary> |
483 |
</member>
|
484 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand.#ctor"> |
485 |
<summary>Initializes a new DiceEffectCommand class object with default parameters.</summary> |
486 |
</member>
|
487 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand.GetStringDescription"> |
488 |
<summary>Returns a meaningful name for this command.</summary> |
489 |
<returns>Character string that contains the name of this command.</returns> |
490 |
</member>
|
491 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand.ToString"> |
492 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
493 |
<returns>String that contains the name of this command.</returns> |
494 |
</member>
|
495 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand.BorderColor"> |
496 |
<summary>Gets or sets the color of the border that will be drawn around the dice blocks.</summary> |
497 |
<value>The color of the border that will be drawn around the dice blocks. This property will be used only if the DiceEffectCommandFlags.Border flag is set.</value> |
498 |
</member>
|
499 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand.Flags"> |
500 |
<summary>Gets or sets flags that specify how to apply the effect.</summary> |
501 |
<value>Value that specifies how to apply the effect.</value> |
502 |
</member>
|
503 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand.Randomize"> |
504 |
<summary>Gets or sets the starting point, or randomize value for the randomization process.</summary> |
505 |
<value>The starting point for the randomization process. Valid values range from 0 through 500. Use 0 to have the command select the value.</value> |
506 |
</member>
|
507 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand.XBlock"> |
508 |
<summary>Gets or sets the width of each block in pixels or the number of blocks per row.</summary> |
509 |
<value>If the DiceEffectCommandFlags.ResizeImage flag is set, this property represents the width of each block, in pixels. If the DiceEffectCommandFlags.Count flag is set, this property represents the number of blocks per row.</value> |
510 |
</member>
|
511 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommand.YBlock"> |
512 |
<summary>Gets or sets the height of each block in pixels or the number of blocks per column.</summary> |
513 |
<value>If the DiceEffectCommandFlags.ResizeImage flag is set, this property represents the height of each block, in pixels. If the DiceEffectCommandFlags.Count flag is set, this property represents the number of blocks per column.</value> |
514 |
</member>
|
515 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand"> |
516 |
<summary>Adds a colored glow to an image's light or dark areas, making these areas shine with a neon glow. This method is available in the Imaging Pro and above toolkits</summary> |
517 |
</member>
|
518 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.#ctor"> |
519 |
<summary>Initializes a new DiffuseGlowCommand class object with default parameters.</summary> |
520 |
</member>
|
521 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.RasterColor)"> |
522 |
<summary>Initializes a new DiffuseGlowCommand class object with explicit parameters.</summary> |
523 |
<param name="glowAmount">Glow intensity, expressed in tenths of a percent. Possible values range from -1000 - 1000. Use positive values to add glow to the brighter regions of the image, and negative values to add glow to the darker regions of the image.</param> |
524 |
<param name="clearAmount">Value that represents how deeply the glow will penetrate into the non-glowing areas, expressed in tenths of a percent. Possible values range from 0 - 1000. A value of 0 indicates total glow diffusion, whereas a value of 1000 indicates the glow does not penetrate into any of the non-glowing areas.</param> |
525 |
<param name="spreadAmount">Value that represents the amount of blur in the glow diffusion, from 0 to 100 pixels. Possible values range from 0 - 1000. A value of 0 indicates none of the glow is diffused, whereas a value of 1000 indicates maximum diffusion.</param> |
526 |
<param name="whiteNoiseRange">Percent of the image to be covered with added pixels, expressed in tenths of a percent. The pixels will be added randomly. Possible values range from 0 - 1000.</param> |
527 |
<param name="glowColor">The RasterColor value that specifies the glow color.</param> |
528 |
</member>
|
529 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.GetStringDescription"> |
530 |
<summary>Returns a meaningful name for this command.</summary> |
531 |
<returns>Character string that contains the name of this command.</returns> |
532 |
</member>
|
533 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.ToString"> |
534 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
535 |
<returns>String that contains the name of this command.</returns> |
536 |
</member>
|
537 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.ClearAmount"> |
538 |
<summary>Gets or sets a value that represents how deeply the glow will penetrate into the non-glowing areas.</summary> |
539 |
<value>Value that represents how deeply the glow will penetrate into the non-glowing areas, expressed in tenths of a percent. Possible values range from 0 - 1000. A value of 0 indicates total glow diffusion, whereas a value of 1000 indicates the glow does not penetrate into any of the non-glowing areas.</value> |
540 |
</member>
|
541 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.GlowAmount"> |
542 |
<summary>Gets or sets the value that indicates the glow intensity.</summary> |
543 |
<value>Value that indicates the glow intensity, expressed in tenths of a percent. Possible values range from -1000 - 1000. Use positive values to add glow to the brighter regions of the image, and negative values to add glow to the darker regions of the image.</value> |
544 |
</member>
|
545 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.GlowColor"> |
546 |
<summary>Gets or sets the value that indicates the glow color.</summary> |
547 |
<value>Value that indicates the glow color.</value> |
548 |
</member>
|
549 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.SpreadAmount"> |
550 |
<summary>Gets or sets the value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels.</summary> |
551 |
<value>Value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels. Possible values range from 0 - 1000. A value of 0 indicates none of the glow is diffused, whereas a value of 1000 indicates maximum diffusion.</value> |
552 |
</member>
|
553 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DiffuseGlowCommand.WhiteNoiseRange"> |
554 |
<summary>Gets or sets the value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent.</summary> |
555 |
<value>Value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent. The pixels will be added randomly. Possible values range from 0 - 1000.</value> |
556 |
</member>
|
557 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand"> |
558 |
<summary>Draws a star on the image. This command is available in the Imaging Pro and above toolkits.</summary> |
559 |
</member>
|
560 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.#ctor"> |
561 |
<summary>Initializes a new DrawStarCommand class object with default parameters.</summary> |
562 |
</member>
|
563 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.GetStringDescription"> |
564 |
<summary>Returns a meaningful name for this command.</summary> |
565 |
<returns>Character string that contains the name of this command.</returns> |
566 |
</member>
|
567 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.ToString"> |
568 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
569 |
<returns>String that contains the name of this command.</returns> |
570 |
</member>
|
571 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.Angle"> |
572 |
<summary>Gets or sets the angle to rotate the star.</summary> |
573 |
<value>Angle to rotate the star. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000. A positive value will rotate the star clockwise, while a negative value will rotate the star counter-clockwise.</value> |
574 |
</member>
|
575 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.AngleOpacity"> |
576 |
<summary>Gets or sets the percent of feathering in towards or outward from the spoke border.</summary> |
577 |
<value>Percent of feathering in towards or outward from the spoke border. The valid range is from -100 to 100.</value> |
578 |
</member>
|
579 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.BorderOpacity"> |
580 |
<summary>Gets or sets the transparency, in percent, of the spoke border.</summary> |
581 |
<value>Transparency, in percent, of the spoke border. The valid range is from -100 to 100.</value> |
582 |
</member>
|
583 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.CenterPoint"> |
584 |
<summary>Get or sets the point structure that contains the star center.</summary> |
585 |
<value>Pointe structure that contains the star center.</value> |
586 |
</member>
|
587 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.DistanceOpacity"> |
588 |
<summary>Gets or sets the percent of feathering in towards or outward from the spoke center.</summary> |
589 |
<value>Percent of feathering in towards or outward from the spoke center. The valid range is from -100 to 100.</value> |
590 |
</member>
|
591 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.Flags"> |
592 |
<summary>Flag that indicates the direction of the rays.</summary> |
593 |
<value>Flag that indicates the direction of the rays.</value> |
594 |
</member>
|
595 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.HoleSize"> |
596 |
<summary>Gets or sets the hole size.</summary> |
597 |
<value>The hole size. This value is given as a percent of the whole star from which the rays start or in which they end. The valid range is from 0 to 100.</value> |
598 |
</member>
|
599 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.LowerColorFill"> |
600 |
<summary>Gets or sets the RasterColor object that specifies lower spoke side color.</summary> |
601 |
<value>RasterColor object that specifies lower spoke side color.</value> |
602 |
</member>
|
603 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.Opacity"> |
604 |
<summary>Gets or sets the transparency, in percent, between the star and the applied image.</summary> |
605 |
<value>Transparency, in percent, between the star and the applied image. The valid range is from 0 to 100.</value> |
606 |
</member>
|
607 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.Phase"> |
608 |
<summary>Gets or sets the angle to shift the star's rays.</summary> |
609 |
<value>Angle to shift the star's rays. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000. A positive value will rotate the rays clockwise, while a negative value will rotate the rays counter-clockwise.</value> |
610 |
</member>
|
611 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.Spoke"> |
612 |
<summary>Gets or sets the number of spokes or rays directed inside or outside the star.</summary> |
613 |
<value>Number of spokes or rays directed inside or outside the star, This property only accepts positive values.</value> |
614 |
</member>
|
615 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.SpokeDivision"> |
616 |
<summary>Gets or sets the percent by which to increment or decrement the size of the low part spoke.</summary> |
617 |
<value>The percent by which to increment or decrement the size of the low part spoke. The valid range is from -100 to 100.</value> |
618 |
</member>
|
619 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.StarHeight"> |
620 |
<summary>Gets or sets the star height.</summary> |
621 |
<value>Star height. This property only accepts positive values.</value> |
622 |
</member>
|
623 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.StarWidth"> |
624 |
<summary>Gets or sets the star width.</summary> |
625 |
<value>Star width. This property only accepts positive values.</value> |
626 |
</member>
|
627 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommand.UpperColorFill"> |
628 |
<summary>Gets or sets the RasterColor object that specifies upper spoke side color.</summary> |
629 |
<value>RasterColor object that specifies upper spoke side color.</value> |
630 |
</member>
|
631 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.DryCommand"> |
632 |
<summary>Simulates painting an image with the watercolor dry brush technique. This command is available in the Imaging Pro and above toolkits.</summary> |
633 |
</member>
|
634 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DryCommand.#ctor"> |
635 |
<summary>Initializes a new DryCommand class object with default parameters.</summary> |
636 |
</member>
|
637 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DryCommand.#ctor(System.Int32)"> |
638 |
<summary>Initializes a new DryCommand class object with explicit parameters.</summary> |
639 |
<param name="dimension">Dimensions of the neighborhood used in creating the effect (Dimension x Dimension), in pixels. This parameter only accepts nonzero positive values.</param> |
640 |
</member>
|
641 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DryCommand.GetStringDescription"> |
642 |
<summary>Returns a meaningful name for this command.</summary> |
643 |
<returns>Character string that contains the name of this command.</returns> |
644 |
</member>
|
645 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.DryCommand.ToString"> |
646 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
647 |
<returns>String that contains the name of this command.</returns> |
648 |
</member>
|
649 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.DryCommand.Dimension"> |
650 |
<summary>Gets or sets the dimensions of the neighborhood used in creating the effect (Dimension x Dimension), in pixels. This property only accepts nonzero positive values.</summary> |
651 |
<value>Dimensions of the neighborhood used in creating the effect (Dimension x Dimension), in pixels.</value> |
652 |
</member>
|
653 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FragmentCommand"> |
654 |
<summary>Averages an image with its shifted copies. This method is available in the Imaging Pro and above toolkits. This method creates four copies of an image. Each copy is shifted by the offset amount into one of the four directions: top, left, bottom and right. Then the image is averaged with its shifted copies.</summary> |
655 |
</member>
|
656 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FragmentCommand.#ctor"> |
657 |
<summary>Initializes a new FragmentCommand with default parameters.</summary> |
658 |
</member>
|
659 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FragmentCommand.#ctor(System.Int32,System.Int32)"> |
660 |
<summary>Initializes a new FragmentCommand with explicit parameters.</summary> |
661 |
<param name="offset">Value that indicates the number of pixels the copied image is shifted.</param> |
662 |
<param name="opacity">Value that indicates the transparency, in percent, of the copy in comparison to the original image. Possible values are range from 0 to 100. A value of 0 means the resulting image will be black. A value of 100 means that each copy's value will comprise 25 of the result.</param> |
663 |
</member>
|
664 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FragmentCommand.GetStringDescription"> |
665 |
<summary>Returns a meaningful name for this command.</summary> |
666 |
<returns>Character string that contains the name of this command.</returns> |
667 |
</member>
|
668 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FragmentCommand.ToString"> |
669 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
670 |
<returns>string that contains the name of this method.</returns> |
671 |
</member>
|
672 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FragmentCommand.Offset"> |
673 |
<summary>Gets or sets the value that indicates the number of pixels the copied image is shifted.</summary> |
674 |
<value>Value that indicates the number of pixels the copied image is shifted.</value> |
675 |
</member>
|
676 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FragmentCommand.Opacity"> |
677 |
<summary>Gets or sets the value that indicates the transparency, in percent.</summary> |
678 |
<value>Value that indicates the transparency, in percent, of the copy in comparison to the original image. The valid range is from 0 to 100. A value of 0 means the resulting image will be black. A value of 100 means that each copy's value will comprise 25 of the result.</value> |
679 |
</member>
|
680 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand"> |
681 |
<summary>Shears the image by the wave drawn using the amplitudes array. This command is available in the Imaging Pro and above toolkits.</summary> |
682 |
</member>
|
683 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand.#ctor"> |
684 |
<summary>Initializes a new FreeHandShearCommand class object with default parameters.</summary> |
685 |
</member>
|
686 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand.GetStringDescription"> |
687 |
<summary>Returns a meaningful name for this command.</summary> |
688 |
<returns>Character string that contains the name of this command.</returns> |
689 |
</member>
|
690 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand.ToString"> |
691 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
692 |
<returns>String that contains the name of this command.</returns> |
693 |
</member>
|
694 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand.Amplitudes"> |
695 |
<summary>Gets or sets an array of integers that represent shear wave values.</summary> |
696 |
<value>Array of integers that represent shear wave values. The real values of the array elements is divided by 1000, and the valid value of each element in the amplitudes array is between -1000 and 1000. These values are generally obtained from the Leadtools.ImageProcessing.Effects.EffectsUtilities.GetCurvePoints(System.Int32\[\],Leadtools.LeadPoint\[\],Leadtools.ImageProcessing.Effects.CurvePointsType) utility method.</value> |
697 |
</member>
|
698 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand.FillColor"> |
699 |
<summary>Specifies the fill color for any exposed areas.</summary> |
700 |
<value>Specifies the fill color for any exposed areas.</value> |
701 |
</member>
|
702 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand.Flags"> |
703 |
<summary>Flags that indicate how to handle exposed areas, and the direction of the shear wave.</summary> |
704 |
<value>Values that indicate how to handle exposed areas, and the direction of the shear wave.</value> |
705 |
</member>
|
706 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommand.Scale"> |
707 |
<summary>Factor used to increase or decrease the various amplitude values in the Amplitudes property.</summary> |
708 |
<value>Factor used to increase or decrease the various amplitude values in the Amplitudes array. Each value in the amplitudes array is multiplied by this factor. The real factor value is the scale value divided by 100. The valid range is from 0 to 100.</value> |
709 |
</member>
|
710 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand"> |
711 |
<summary>Distorts the image by the wave specified in the amplitudes array and the rotation angle. This command is available in the Imaging Pro and above toolkits.</summary> |
712 |
</member>
|
713 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.#ctor"> |
714 |
<summary>Initializes a new FreeHandWaveCommand class object with default parameters.</summary> |
715 |
</member>
|
716 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.GetStringDescription"> |
717 |
<summary>Returns a meaningful name for this command.</summary> |
718 |
<returns>Character string that contains the name of this command.</returns> |
719 |
</member>
|
720 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.ToString"> |
721 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
722 |
<returns>String that contains the name of this command.</returns> |
723 |
</member>
|
724 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.Amplitudes"> |
725 |
<summary>Gets or sets an array of integers that represent wave values.</summary> |
726 |
<value>Array of integers that represent wave values. The real value of the array elements is divided by 1000, and the valid value of each element in the array is between -1000 and 1000. These values are generally obtained from the Leadtools.ImageProcessing.Effects.EffectsUtilities.GetCurvePoints(System.Int32\[\],Leadtools.LeadPoint\[\],Leadtools.ImageProcessing.Effects.CurvePointsType) utility method. They may also be obtained through the FreeHandWave Dialog.</value> |
727 |
</member>
|
728 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.Angle"> |
729 |
<summary>Gets or sets the wave rotation angle in hundredths of a degree (+/-).</summary> |
730 |
<value>Wave rotation angle in hundredths of a degree (+/-). The valid range is from -36000 to 36000. The value in degrees is Angle divided by 100.</value> |
731 |
</member>
|
732 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.FillColor"> |
733 |
<summary>Gets or sets a RasterColor object that specifies the fill color for any exposed areas.</summary> |
734 |
<value>RasterColor object that specifies the fill color for any exposed areas.</value> |
735 |
</member>
|
736 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.Flags"> |
737 |
<summary>Gets or sets a value that indicates how to handle exposed areas, and the type of information contained in the WaveLength property.</summary> |
738 |
<value>Value that indicates how to handle exposed areas, and the type of information contained in the WaveLength property.</value> |
739 |
</member>
|
740 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.Scale"> |
741 |
<summary>Gets or sets a value used to increase or decrease the various amplitude values in the Amplitudes array.</summary> |
742 |
<value>Factor used to increase or decrease the various amplitude values in the Amplitudes array. Each value in the Amplitudes array is multiplied by this factor. The real factor value is the Scale value divided by 100. This property only accepts positive values.</value> |
743 |
</member>
|
744 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommand.WaveLength"> |
745 |
<summary>Gets or sets a value that represents the wave length.</summary> |
746 |
<value>Value that represents the wave length, if FreeHandWaveCommandFlags.Period is set in the Flags property. Possible values range from 1 - 100 and give the wavelength as a percentage of the image dimensions. If FreeHandWaveCommandFlags.Frequency is set in Flags property, this value is the number of repeated waves.</value> |
747 |
</member>
|
748 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommand"> |
749 |
<summary>Wraps the image onto a 3D plane shaped by Curve. This command is available in the Imaging Pro and above toolkits.</summary> |
750 |
</member>
|
751 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommand.#ctor"> |
752 |
<summary>Initializes a new FreePlaneBendCommand class object with default parameters.</summary> |
753 |
</member>
|
754 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommand.GetStringDescription"> |
755 |
<summary>Returns a meaningful name for this command.</summary> |
756 |
<returns>Character string that contains the name of this command.</returns> |
757 |
</member>
|
758 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommand.ToString"> |
759 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
760 |
<returns>String that contains the name of this command.</returns> |
761 |
</member>
|
762 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommand.Curve"> |
763 |
<summary>gets or sets an array of integers that represent surface shape values.</summary> |
764 |
<value>Array of integers that represent surface shape values. Valid values for each element in the Curve array range between -1000 and 1000. Positive values mean the curve is concave in and negative values mean the curve is concave out. The values in this array are divided internally by 1000.</value> |
765 |
</member>
|
766 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommand.FillColor"> |
767 |
<summary>Gets or sets the fill color for any exposed areas.</summary> |
768 |
<value>The fill color for any exposed areas.</value> |
769 |
</member>
|
770 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommand.Flags"> |
771 |
<summary>Gets or sets flags that indicate how to handle exposed areas and the plane along which to stretch the pixels.</summary> |
772 |
<value>Flags that indicate how to handle exposed areas and the plane along which to stretch the pixels. You can use a bit wise OR ( &#166; ) to specify one flag from each group.</value> |
773 |
</member>
|
774 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommand.Scale"> |
775 |
<summary>Gets or sets a factor used to multiply the various amplitude values in the Curve array.</summary> |
776 |
<value>Factor used to multiply the various amplitude values in the Curve array. Each value in the Curve array is multiplied by this factor. For example, if you want to double the size of the amplitude values, use a Scale value of 2; to triple the amplitudes values, use a Scale value of 3, etc. The top practical limit for this parameter is the width and height of the affected image. This property only accepts positive values.</value> |
777 |
</member>
|
778 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand"> |
779 |
<summary>Wraps the image along its radius on a 3D surface shaped by Curve. This command is available in the Imaging Pro and above toolkits.</summary> |
780 |
</member>
|
781 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand.#ctor"> |
782 |
<summary>Initializes a new FreeRadialBendCommand class object with default parameters.</summary> |
783 |
</member>
|
784 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand.GetStringDescription"> |
785 |
<summary>Returns a meaningful name for this command.</summary> |
786 |
<returns>Character string that contains the name of this command.</returns> |
787 |
</member>
|
788 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand.ToString"> |
789 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
790 |
<returns>String that contains the name of this command.</returns> |
791 |
</member>
|
792 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand.CenterPoint"> |
793 |
<summary>Gets or sets a point structure that contains the surface center.</summary> |
794 |
<value>Point structure that contains the surface center.</value> |
795 |
</member>
|
796 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand.Curve"> |
797 |
<summary>Gets or sets an array of integers that represent surface shape values.</summary> |
798 |
<value>Array of integers that represent surface shape values. Valid values for each element in the Curve array range between -1000 and 1000. Positive values mean the curve is concave in and negative values mean the curve is concave out. The values in this array are internally divided by 1000.</value> |
799 |
</member>
|
800 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand.FillColor"> |
801 |
<summary>Gets or sets the fill color for any exposed areas.</summary> |
802 |
<value>The fill color for any exposed areas.</value> |
803 |
</member>
|
804 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand.Flags"> |
805 |
<summary>Gets or sets flags that indicate how to handle peripherally exposed areas and areas exposed inside the surface.</summary> |
806 |
<value>Flags that indicate how to handle peripherally exposed areas and areas exposed inside the surface.</value> |
807 |
</member>
|
808 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommand.Scale"> |
809 |
<summary>Gets or sets a value used to multiply the various amplitude values in the Curve array.</summary> |
810 |
<value>Factor used to multiply the various amplitude values in the Curve array. Each value in the Curve array is multiplied by this factor. For example, if you want to double the size of the amplitude values, use a Scale value of 2; to triple the amplitudes values, use a Scale value of 3, etc. The top practical limit for this property is the width and height of the Run method image. This property only accepts positive values.</value> |
811 |
</member>
|
812 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand"> |
813 |
<summary>Adds light to the image according to a function-based distribution. This light will be generated by one of the following methods: linear, quadratic, sine, cosine, or using freehand points. This method is available in the Imaging Pro and above toolkits.</summary> |
814 |
</member>
|
815 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.#ctor"> |
816 |
<summary>Initializes a new FunctionalLightCommand class object with default parameters.</summary> |
817 |
</member>
|
818 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.GetStringDescription"> |
819 |
<summary>Returns a meaningful name for this command.</summary> |
820 |
<returns>Character string that contains the name of this command.</returns> |
821 |
</member>
|
822 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.ToString"> |
823 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
824 |
<returns>String that contains the name of this command.</returns> |
825 |
</member>
|
826 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.Angle"> |
827 |
<summary>Gets or sets a value that represents the angle, in hundredths of degrees.</summary> |
828 |
<value>Value that represents the angle, in hundredths of degrees. This property is used if the Flags property is set to FunctionalLightCommandFlags.Trigonometry or to FunctionalLightCommandFlags.Freehand. Valid values for this property range from -18000 to 18000. This value is divided internally by 100.</value> |
829 |
</member>
|
830 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.BlueAmplitude"> |
831 |
<summary>Gets or sets a value that represents the amplitude of the blue color.</summary> |
832 |
<value>Value that represents the amplitude of the blue color when the addition operation is used (FunctionalLightCommandFlags.Addition flag is set). This value is ignored when grayscale images are used or when the multiplication operation is used (FunctionalLightCommandFlags.Multiply flag is set). This value is also ignored if the Flags property contains the FunctionalLightCommandFlags.LinearQuadratic flag. Possible values for this property are from 0 -100.</value> |
833 |
</member>
|
834 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.Buffer"> |
835 |
<summary>Gets or sets an array that holds all points that represents the shape drawn by the user.</summary> |
836 |
<value>Array that holds all points that represents the shape drawn by the user. This property is used only if the Flags property is set to FunctionalLightCommandFlags.Freehand. These values should be between -1000 and 1000. They are internally divided by 1000, so the real values are between -1 and 1.</value> |
837 |
</member>
|
838 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.Flags"> |
839 |
<summary>Gets or sets flags that indicate the function to apply to the image.</summary> |
840 |
<value>Value that indicates the function to apply to the image. For a list of available flags, refer to FunctionalLightCommandFlags.</value> |
841 |
</member>
|
842 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.Frequency"> |
843 |
<summary>Gets or set a value that represents the frequency factor.</summary> |
844 |
<value>Value that represents the frequency factor. This property is used if the Flags property is set to FunctionalLightCommandFlags.Trigonometry or to FunctionalLightCommandFlags.Freehand. Valid values range from 1 - 10000. This value is divided internally by 100 (corresponding to a real interval of 0.01 - 100.0).</value> |
845 |
</member>
|
846 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.GreenAmplitude"> |
847 |
<summary>Gets or sets a value that represents the amplitude of the green color.</summary> |
848 |
<value>Value that represents the amplitude of the green color when the addition operation is used (FunctionalLightCommandFlags.Addition flag is set). This value is ignored when grayscale images are used or when the multiplication operation is used (FunctionalLightCommandFlags.Multiply flag is set). This value is also ignored if Flags property contains the FunctionalLightCommandFlags.LinearQuadratic flag. Possible values for GreenAmplitude property are from 0-100.</value> |
849 |
</member>
|
850 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.Origin"> |
851 |
<summary>Gets or sets a point structure that contains the coordinates of the origin, in pixels.</summary> |
852 |
<value>Point structure that contains the coordinates of the origin, in pixels. This property is used if the Flags property is set to FunctionalLightCommandFlags.Trigonometry and FunctionalLightCommandFlags.Circles, or to FunctionalLightCommandFlags.LinearQuadratic.</value> |
853 |
</member>
|
854 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.PhaseShift"> |
855 |
<summary>Gets or sets a value that represents the phase shift angle, in hundredths of degrees.</summary> |
856 |
<value>Value that represents the phase shift angle, in hundredths of degrees. This property is used if the Flags property is set to FunctionalLightCommandFlags.Trigonometry. Possible values for this property are from -18000 to 18000. This value will be divided internally by 100.</value> |
857 |
</member>
|
858 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand.RedAmplitude"> |
859 |
<summary>Gets or sets a value that represents the amplitude of the red color.</summary> |
860 |
<value>If the image is grayscale, this property represents the amplitude of the master channel. If the image is color and the FunctionalLightCommandFlags.Multiply or FunctionalLightCommandFlags.LinearQuadratic flags are set, this property represents the amplitude of each channel. If the image is color and FunctionalLightCommandFlags.Addition flag is used, this represents the amplitude of the red channel. This value is an integer with a value greater than or equal to 0. This value will be multiplied with the results of the selected function (sine, cosine, user buffer , _). The results of the multiplications are then added to the pixel values. These functions as well as the real buffer values are from -1 to 1. Possible values for this property are from 0-100.</value> |
861 |
</member>
|
862 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommand"> |
863 |
<summary>Divides the image into rectangular cells and makes it look as if it is being viewed through glass blocks. This command is available in the Document/Medical and above toolkits.</summary> |
864 |
</member>
|
865 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommand.#ctor"> |
866 |
<summary>Initializes a new GlassEffectCommand class object with default parameters.</summary> |
867 |
</member>
|
868 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommand.#ctor(System.Int32,System.Int32,Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags)"> |
869 |
<summary>Initializes a new GlassEffectCommand class object with explicit parameters.</summary> |
870 |
<param name="cellWidth">Value that represents the width of a cell in pixels or the number of cells present across the width of the image, based on the flags that are set. The valid range is between 2 and half the image width.</param> |
871 |
<param name="cellHeight">Value that represents the height of a cell in pixels or the number of cells present across the height of the image, based on the flags that are set. The valid range is between 2 and half the image height.</param> |
872 |
<param name="flags">Flags that indicate what type of data is in the cellWidth and cellHeight parameters.</param> |
873 |
</member>
|
874 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommand.GetStringDescription"> |
875 |
<summary>Returns a meaningful name for this command.</summary> |
876 |
<returns>Character string that contains the name of this command.</returns> |
877 |
</member>
|
878 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommand.ToString"> |
879 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
880 |
<returns>String that contains the name of this command.</returns> |
881 |
</member>
|
882 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommand.CellHeight"> |
883 |
<summary>Gets or sets a value that represents the height of a cell in pixels or the number of cells present across the height of the image.</summary> |
884 |
<value>Value that represents the height of a cell in pixels or the number of cells present across the height of the image, based on the flags set in the Flags property. The valid range is between 2 and half the image height.</value> |
885 |
</member>
|
886 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommand.CellWidth"> |
887 |
<summary>Gets or sets a value that represents the width of a cell in pixels or the number of cells present across the width of the image.</summary> |
888 |
<value>Value that represents the width of a cell in pixels or the number of cells present across the width of the image, based on the flags set in the Flags property. The valid range is between 2 and half the image width.</value> |
889 |
</member>
|
890 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommand.Flags"> |
891 |
<summary>Flags that indicate what type of data is in the CellWidth and CellHeight properties.</summary> |
892 |
<value>Value that indicates what type of data is in the CellWidth and CellHeight properties.</value> |
893 |
</member>
|
894 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.GlowCommand"> |
895 |
<summary>Makes the colored edges shine with a neon glow. This command is available in the Imaging Proo and above toolkits.</summary> |
896 |
</member>
|
897 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.GlowCommand.#ctor"> |
898 |
<summary>Initializes a new GlowCommand class object with default parameters.</summary> |
899 |
</member>
|
900 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.GlowCommand.#ctor(System.Int32,System.Int32,System.Int32)"> |
901 |
<summary>Initializes a new GlowCommand class object with explicit parameters.</summary> |
902 |
<param name="dimension">Size of the neighborhood used to determine the width of the glow. This parameter only accepts positive values.</param> |
903 |
<param name="brightness">Brightness factor used to create the "glow". This can be any number that is 0 or greater. If it is 0 the image will be black.</param> |
904 |
<param name="threshold">Threshold value used to determine which pixels are edge pixels. If the difference determined for a pixel is greater than this value, the pixel is an edge pixel. Valid values range from 0 through 255. Use this parameter to control the number of edge pixels found.</param> |
905 |
</member>
|
906 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.GlowCommand.GetStringDescription"> |
907 |
<summary>Returns a meaningful name for this command.</summary> |
908 |
<returns>Character string that contains the name of this command.</returns> |
909 |
</member>
|
910 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.GlowCommand.ToString"> |
911 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
912 |
<returns>String that contains the name of this command.</returns> |
913 |
</member>
|
914 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.GlowCommand.Brightness"> |
915 |
<summary>Gets or sets the brightness factor used to create the "glow".</summary> |
916 |
<value>Brightness factor used to create the "glow". This can be any number that is 0 or greater. If it is 0 the image will be black.</value> |
917 |
</member>
|
918 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.GlowCommand.Dimension"> |
919 |
<summary>Gets or sets the size of the neighborhood used to determine the width of the glow.</summary> |
920 |
<value>Size of the neighborhood used to determine the width of the glow. This property only accepts positive values.</value> |
921 |
</member>
|
922 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.GlowCommand.Threshold"> |
923 |
<summary>Gets or sets the threshold value used to determine which pixels are edge pixels.</summary> |
924 |
<value>Threshold value used to determine which pixels are edge pixels. If the difference determined for a pixel is greater than this value, the pixel is an edge pixel. Valid values range from 0 through 255. Use this property to control the number of edge pixels found.</value> |
925 |
</member>
|
926 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ImpressionistCommand"> |
927 |
<summary>Makes the image look like it was painted by an impressionist painter. This command is available in the Imaging Pro and above toolkits.</summary> |
928 |
</member>
|
929 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ImpressionistCommand.#ctor"> |
930 |
<summary>Initializes a new ImpressionistCommand class object with default parameters.</summary> |
931 |
</member>
|
932 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ImpressionistCommand.#ctor(System.Int32,System.Int32)"> |
933 |
<summary>Initializes a new ImpressionistCommand class object with explicit parameters.</summary> |
934 |
<param name="horizontalDimension">Horizontal effect size, in pixels. This parameter only accepts positive values.</param> |
935 |
<param name="verticalDimension">Vertical effect size, in pixels. This parameter only accepts positive values.</param> |
936 |
</member>
|
937 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ImpressionistCommand.GetStringDescription"> |
938 |
<summary>Returns a meaningful name for this command.</summary> |
939 |
<returns>Character string that contains the name of this command.</returns> |
940 |
</member>
|
941 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ImpressionistCommand.ToString"> |
942 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
943 |
<returns>String that contains the name of this command.</returns> |
944 |
</member>
|
945 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ImpressionistCommand.HorizontalDimension"> |
946 |
<summary>Gets or sets the horizontal effect size, in pixels.</summary> |
947 |
<value>Horizontal effect size, in pixels. This property only accepts positive values.</value> |
948 |
</member>
|
949 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ImpressionistCommand.VerticalDimension"> |
950 |
<summary>Gets or sets the vertical effect size, in pixels.</summary> |
951 |
<value>Vertical effect size, in pixels. This property only accepts positive values.</value> |
952 |
</member>
|
953 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand"> |
954 |
<summary>Automatically reduces image size while preserving important features. It can also remove or preserve certain objects chosen by the user without affecting the natural look of the image.</summary> |
955 |
</member>
|
956 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.#ctor"> |
957 |
<summary>Initializes a new IntelligentDownScaleCommand class object with default parameters.</summary> |
958 |
</member>
|
959 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.GetStringDescription"> |
960 |
<summary>Returns a meaningful name for this command.</summary> |
961 |
<returns>Character string that contains the name of this command.</returns> |
962 |
</member>
|
963 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.ToString"> |
964 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
965 |
<returns>String that contains the name of this method.</returns> |
966 |
</member>
|
967 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.DownScalingOrder"> |
968 |
<summary>Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa.</summary> |
969 |
<value>Value that determine whether the processing will start with the width first then the height or vice versa. Pass 0 to start with the height, pass 1 to start with the width.</value> |
970 |
</member>
|
971 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.MaskImage"> |
972 |
<summary>Gets or sets the RasterImage object that references the mask image. The mask image is the same as original image but with colors on certain areas that need to be deleted.</summary> |
973 |
<value>RasterImage object that references mask image. The mask image is the same as original image but with colors on certain areas that need to be deleted. If NULL is passed, then there is no mask image.</value> |
974 |
</member>
|
975 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.NewHeight"> |
976 |
<summary>Gets or sets the new Height.</summary> |
977 |
<value>Value that represents the new height. Range from 1 to the height of the image less 1.</value> |
978 |
</member>
|
979 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.NewWidth"> |
980 |
<summary>Gets or sets the new Width.</summary> |
981 |
<value>Value that represents the new width. Range from 1 to the width of the image less 1.</value> |
982 |
</member>
|
983 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.PreserveObjectColor"> |
984 |
<summary>Gets or sets a value that represents the color of the area to be preserved. To be preserved, the color has to be different than colors in image.</summary> |
985 |
<value>RasterColor value that specifies color of the area in the mask image. To be removed the color has to be different than the rest of the image colors. If no remove color exist, then pass null.</value> |
986 |
</member>
|
987 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.RemoveObjectColor"> |
988 |
<summary>Gets or sets a value that represents the color of the area to be removed, to be removed and it has to be different than colors in image.</summary> |
989 |
<value>RasterColor value that specifies color of the area in the mask image. To be removed, the color has to be different than the rest of the image colors. If no remove color exist, then pass null.</value> |
990 |
</member>
|
991 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.UsePreserveObjectColor"> |
992 |
<summary>Gets or sets the value that indicates whether to used the preserve object color.</summary> |
993 |
<value>True to use the preserve object color specified in PreserveObjectColor property, otherwise it is false.</value> |
994 |
</member>
|
995 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentDownScaleCommand.UseRemoveObjectColor"> |
996 |
<summary>Gets or sets the value that indicates whether to used the remove object color.</summary> |
997 |
<value>true to use the remove object color specified in RemoveObjectColor property, otherwise it is false.</value> |
998 |
</member>
|
999 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand"> |
1000 |
<summary>Automatically increases image size while preserving important features. It can also preserve certain objects chosen by the user without affecting the natural look of the image.</summary> |
1001 |
</member>
|
1002 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.#ctor"> |
1003 |
<summary>Initializes a new IntelligentUpScaleCommand class object with default parameters.</summary> |
1004 |
</member>
|
1005 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.GetStringDescription"> |
1006 |
<summary>Returns a meaningful name for this command.</summary> |
1007 |
<returns>Character string that contains the name of this command.</returns> |
1008 |
</member>
|
1009 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.ToString"> |
1010 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
1011 |
<returns>String that contains the name of this method.</returns> |
1012 |
</member>
|
1013 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.HeightUpScalingFactor"> |
1014 |
<summary>Gets or sets the number of the up scaling process stages for the new height to be achieved.</summary> |
1015 |
<value>The number of up scaling process stages for the new height to be achieved. The recommended range is from 1 to 20. If MaskImage is used, then 1 should be passed.</value> |
1016 |
</member>
|
1017 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.MaskImage"> |
1018 |
<summary>Gets or sets the RasterImage object that references the mask image.</summary> |
1019 |
<value>RasterImage object that references the mask image. If NULL is passed, then there is no mask image.</value> |
1020 |
</member>
|
1021 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.NewHeight"> |
1022 |
<summary>Gets or sets the new Height.</summary> |
1023 |
<value>Value that represents the new height. Possible values range from 1 to the height of the image less 1.</value> |
1024 |
</member>
|
1025 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.NewWidth"> |
1026 |
<summary>Gets or sets the new Width.</summary> |
1027 |
<value>Value that represents the new width. Possible values range from 1 to the width of the image less 1.</value> |
1028 |
</member>
|
1029 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.PreserveObjectColor"> |
1030 |
<summary>Gets or sets a value that represents the color of the preserve color area in order.</summary> |
1031 |
<value>RasterColor value that specifies color of the area in the mask image in order to be removed and it has to be different than the rest of the image colors. If no remove color exist, then pass null.</value> |
1032 |
</member>
|
1033 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.RemoveObjectColor"> |
1034 |
<summary>Gets or sets a value that represents the color of the remove color area.</summary> |
1035 |
<value>RasterColor value that specifies color of the area in the mask image. If no remove color exists, then pass null.</value> |
1036 |
</member>
|
1037 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.UpScalingOrder"> |
1038 |
<summary>Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa.</summary> |
1039 |
<value>Value that determines whether the processing will start with the width first and then the height or vice versa. Pass 0 to start with the height, pass 1 to start with the width.</value> |
1040 |
</member>
|
1041 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.UsePreserveObjectColor"> |
1042 |
<summary>Gets or sets the value that indicates whether to use the preserve object color.</summary> |
1043 |
<value>true to use the preserve object color specified in PreserveObjectColor property, otherwise it is false.</value> |
1044 |
</member>
|
1045 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.UseRemoveObjectColor"> |
1046 |
<summary>Gets or sets the value that indicates whether to use the remove object color.</summary> |
1047 |
<value>True to use the remove object color specified in RemoveObjectColor property, otherwise it is false.</value> |
1048 |
</member>
|
1049 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.IntelligentUpScaleCommand.WidthUpScalingFactor"> |
1050 |
<summary>Gets or sets the number of up scaling process stages for the new width to be achieved.</summary> |
1051 |
<value>The number of the scaling process stages for the new width to be achieved. The recommended range is from 1 to 20. If MaskImage is used, then 1 should be passed.</value> |
1052 |
</member>
|
1053 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommand"> |
1054 |
<summary>Simulates the secondary reflections caused when bright lights are facing the camera lens. The lens flare is refracted into a series of lightened circles that surround the flare. This method is available in the Imaging Pro and above toolkits.</summary> |
1055 |
</member>
|
1056 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommand.#ctor"> |
1057 |
<summary>Initializes a new LensFlareCommand class object with default parameters.</summary> |
1058 |
</member>
|
1059 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommand.GetStringDescription"> |
1060 |
<summary>Returns a meaningful name for this command.</summary> |
1061 |
<returns>Character string that contains the name of this command.</returns> |
1062 |
</member>
|
1063 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommand.ToString"> |
1064 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1065 |
<returns>String that contains the name of this command.</returns> |
1066 |
</member>
|
1067 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommand.Brightness"> |
1068 |
<summary>Gets or sets the brightness of the flare.</summary> |
1069 |
<value>The brightness of the flare. This value is divided internally by 100. This parameter affects the brightness of both the flare, and any lightened circles surrounding the flare. This parameter only accepts positive values.</value> |
1070 |
</member>
|
1071 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommand.CenterPoint"> |
1072 |
<summary>Gets or sets the point around which the effect is centered.</summary> |
1073 |
<value>Point structure that contains the point around which the effect is centered.</value> |
1074 |
</member>
|
1075 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommand.Color"> |
1076 |
<summary>Gets or sets the color of the main flare.</summary> |
1077 |
<value>The color of the main flare.</value> |
1078 |
</member>
|
1079 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommand.Type"> |
1080 |
<summary>Gets or sets a value that indicates the lens type.</summary> |
1081 |
<value>Value that indicates the lens type.</value> |
1082 |
</member>
|
1083 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.LightCommand"> |
1084 |
<summary>Adds many spots of directed light sources to the image. This command is available in the Imaging Pro and above toolkits.</summary> |
1085 |
</member>
|
1086 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LightCommand.#ctor"> |
1087 |
<summary>Initializes a new LightCommand class object with default parameters.</summary> |
1088 |
</member>
|
1089 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LightCommand.#ctor(Leadtools.ImageProcessing.SpecialEffects.LightCommandData,System.Int32,System.Int32,Leadtools.RasterColor)"> |
1090 |
<summary>Initializes a new LightCommand class object with explicit parameters.</summary> |
1091 |
<param name="data">An array of LightCommandData structures that contains information on each light source.</param> |
1092 |
<param name="bright">Value that represents the brightness of the ambient light of the entire image. This can be any number that is 0 or greater. If it is 0 the image will be black. This value is divided internally by 100.</param> |
1093 |
<param name="ambient">Factor used when mixing the ambient color with the image. This property only accepts positive values.</param> |
1094 |
<param name="ambientColor">Specifies the ambient color of the light sources in the LightCommandData array.</param> |
1095 |
</member>
|
1096 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LightCommand.GetStringDescription"> |
1097 |
<summary>Returns a meaningful name for this command.</summary> |
1098 |
<returns>Character string that contains the name of this command.</returns> |
1099 |
</member>
|
1100 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LightCommand.ToString"> |
1101 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1102 |
<returns>String that contains the name of this command.</returns> |
1103 |
</member>
|
1104 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommand.Ambient"> |
1105 |
<summary>Gets or sets the factor used when mixing the ambient color with the image.</summary> |
1106 |
<value>Factor used when mixing the ambient color with the image. This property only accepts positive values.</value> |
1107 |
</member>
|
1108 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommand.AmbientColor"> |
1109 |
<summary>Gets or sets the ambient color of the light sources in the Data property.</summary> |
1110 |
<value>The ambient color of the light sources in the Data property.</value> |
1111 |
</member>
|
1112 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommand.Bright"> |
1113 |
<summary>Gets or sets a value that represents the brightness of the ambient light of the entire image.</summary> |
1114 |
<value>Value that represents the brightness of the ambient light of the entire image. This can be any number that is 0 or greater. If it is 0 the image will be black. This value is divided internally by 100.</value> |
1115 |
</member>
|
1116 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommand.Data"> |
1117 |
<summary>Gets or sets an array of LightCommandData structures that contains information on each light source.</summary> |
1118 |
<value>An array of LightCommandData structures that contains information on each light source.</value> |
1119 |
</member>
|
1120 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.LightCommandDataHelper"> |
1121 |
<summary>Helper methods for the LightCommandData structure.</summary> |
1122 |
</member>
|
1123 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LightCommandDataHelper.#ctor"> |
1124 |
<summary>Initializes a new instance of this class.</summary> |
1125 |
</member>
|
1126 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LightCommandDataHelper.Create(Leadtools.LeadPoint,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.RasterColor,System.Int32,Leadtools.ImageProcessing.SpecialEffects.LightCommandType)"> |
1127 |
<summary>Initializes a new LightCommandData with explicit parameters.</summary> |
1128 |
<param name="centerPoint">Center of the ellipse used to represent the light.</param> |
1129 |
<param name="width">Value that represents the width of the ellipse used to represent the light. This parameter only accepts positive values.</param> |
1130 |
<param name="height">Value that represents the height of the ellipse used to represent the light. This parameter only accepts positive values.</param> |
1131 |
<param name="angle">Angle by which to rotate the ellipse that represents the light. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000. A positive value will rotate the ellipse clockwise, while a negative value will rotate the ellipse counter-clockwise.</param> |
1132 |
<param name="brightness">Intensity or brightness of the light. This parameter only accepts positive values.</param> |
1133 |
<param name="edge">Percentage by which to smooth the light border. The valid range is from 0 to 100.</param> |
1134 |
<param name="fillColor">Specifies the color of the light.</param> |
1135 |
<param name="opacity">Opacity of the light. This parameter only accepts positive values.</param> |
1136 |
<param name="type">Flag that determines the light source type.</param> |
1137 |
<returns>a new LightCommandData with explicit parameters.</returns> |
1138 |
</member>
|
1139 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandDataHelper.Default"> |
1140 |
<summary>Initializes a new LightCommandData with default values.</summary> |
1141 |
<value>A new LightCommandData with default values.</value> |
1142 |
</member>
|
1143 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand"> |
1144 |
<summary>Creates a mosaic effect on an image by dividing an image into rectangular or arc-shaped cells with irregular boundaries and modifying the color of each cell. This method is available in the Imaging Pro and above toolkits.</summary> |
1145 |
</member>
|
1146 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.#ctor"> |
1147 |
<summary>Initializes a new MosaicTilesCommand with default parameters.</summary> |
1148 |
</member>
|
1149 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.GetStringDescription"> |
1150 |
<summary>Returns a meaningful name for this command.</summary> |
1151 |
<returns>Character string that contains the name of this command.</returns> |
1152 |
</member>
|
1153 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.ToString"> |
1154 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
1155 |
<returns>string that contains the name of this method.</returns> |
1156 |
</member>
|
1157 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.BorderColor"> |
1158 |
<summary>Gets or sets the transparency fill color for the tile border areas.</summary> |
1159 |
<value>The transparency fill color for the tile border areas.</value> |
1160 |
</member>
|
1161 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.Flags"> |
1162 |
<summary>Gets or sets the enumeration that contains all flags that are needed by the MosaicTilesCommand.</summary> |
1163 |
<value>An MosaicTilesCommandFlags enumeration value that contains all flags that are needed by the MosaicTilesCommand. These include the values used to select the shape of the tiles and the type of shadowing to perform.</value> |
1164 |
</member>
|
1165 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.Opacity"> |
1166 |
<summary>Gets or sets a value that represents the weight, in percent, given to the image color and the border or tile color when determining the resulting color.</summary> |
1167 |
<value>Value that represents the weight, in percent, given to the image color and the border or tile color when determining the resulting color. For example, if Opacity property is set to 75, then 75 of the image color will be added to 75 of the border (or Tile) color. Final results are clipped if greater than 255. Possible values range from 0 to 100.</value> |
1168 |
</member>
|
1169 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.Origin"> |
1170 |
<summary>Gets or sets the point that represents the center of revolution when polar coordinates are used.</summary> |
1171 |
<value>Point that represents the center of revolution when polar coordinates are used. This property is used if the MosaicTilesCommandFlags.Polar flag is set.</value> |
1172 |
</member>
|
1173 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.PenWidth"> |
1174 |
<summary>Gets or sets a value that indicates the width of the pen used to draw tile boundaries, in logical units.</summary> |
1175 |
<value>Value that indicates the width of the pen used to draw tile boundaries, in logical units. Possible values range from 1 to 15. The pen uses the color stored in the BorderColor property.</value> |
1176 |
</member>
|
1177 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.ShadowAngle"> |
1178 |
<summary>Gets or sets the value that indicates the direction of the light source that produces the shadow.</summary> |
1179 |
<value>Value that indicates the direction of the light source that produces the shadow. This property is used if the MosaicTilesCommandFlags.ShadowRGB flag or the MosaicTilesCommandFlags.ShadowGray flag is set. Valid values are found in ShadowCommandAngle</value> |
1180 |
</member>
|
1181 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.ShadowThreshold"> |
1182 |
<summary>Gets or sets the value that determines which pixels will be affected by the shadow.</summary> |
1183 |
<value>Value that determines which pixels will be affected by the shadow. Possible values range from 0 through 255. Pixel values less than the threshold value will be unaffected. This property will be used if the MosaicTilesCommandFlags.ShadowRGB flag or the MosaicTilesCommandFlags.ShadowGray flag is set.</value> |
1184 |
</member>
|
1185 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.TileHeight"> |
1186 |
<summary>Gets or sets a value that represents the height of the tile.</summary> |
1187 |
<value>Value that represents the height of the tile. The meaning of the value in the TileHeight property differs according to the flags that are set in the Flags proerty. Possible values are:</value> |
1188 |
</member>
|
1189 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.TilesColor"> |
1190 |
<summary>Gets or sets the value that represents the transparency fill color for the tiles.</summary> |
1191 |
<value>The transparency fill color for the tiles.</value> |
1192 |
</member>
|
1193 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommand.TileWidth"> |
1194 |
<summary>Gets or sets a value that represents the width of the tile.</summary> |
1195 |
<value>Value that represents the width of the tile. The meaning of the value in the TileWidth property differs according to the flags that are set in the Flags property. Possible values are:</value> |
1196 |
</member>
|
1197 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.OceanCommand"> |
1198 |
<summary>Reflects the image on an ocean surface. This command is available in the Imaging Proo and above toolkits.</summary> |
1199 |
</member>
|
1200 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.OceanCommand.#ctor"> |
1201 |
<summary>Initializes a new OceanCommand class object with default parameters.</summary> |
1202 |
</member>
|
1203 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.OceanCommand.#ctor(System.Int32,System.Int32,System.Boolean)"> |
1204 |
<summary>Initializes a new OceanCommand class object with explicit parameters.</summary> |
1205 |
<param name="amplitude">Wave magnitude, in pixels. This parameter only accepts positive values.</param> |
1206 |
<param name="frequency">Number of repeated waves. This parameter only accepts positive values.</param> |
1207 |
<param name="lowerTransparency">Flag that indicates the transparency direction. Possible values are:</param> |
1208 |
</member>
|
1209 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.OceanCommand.GetStringDescription"> |
1210 |
<summary>Returns a meaningful name for this command.</summary> |
1211 |
<returns>Character string that contains the name of this command.</returns> |
1212 |
</member>
|
1213 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.OceanCommand.ToString"> |
1214 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1215 |
<returns>String that contains the name of this command.</returns> |
1216 |
</member>
|
1217 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.OceanCommand.Amplitude"> |
1218 |
<summary>Gets or sets the wave magnitude, in pixels.</summary> |
1219 |
<value>Wave magnitude, in pixels. This property only accepts positive values.</value> |
1220 |
</member>
|
1221 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.OceanCommand.Frequency"> |
1222 |
<summary>Gets or sets the number of repeated waves.</summary> |
1223 |
<value>Number of repeated waves. This property only accepts positive values.</value> |
1224 |
</member>
|
1225 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.OceanCommand.LowerTransparency"> |
1226 |
<summary>Flag that indicates the transparency direction.</summary> |
1227 |
<value>Enumeration that indicates the transparency direction. Possible values are:</value> |
1228 |
</member>
|
1229 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand"> |
1230 |
<summary>Uses a pseudo-random number generator in order to create a Perlin noise, and then procedurally transforms that noise into a texture. This command is available in the Imaging Pro and above toolkits.</summary> |
1231 |
</member>
|
1232 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.#ctor"> |
1233 |
<summary>Initializes a new PerlinCommand class object with default parameters.</summary> |
1234 |
</member>
|
1235 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.GetStringDescription"> |
1236 |
<summary>Returns a meaningful name for this command.</summary> |
1237 |
<returns>Character string that contains the name of this command.</returns> |
1238 |
</member>
|
1239 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.ToString"> |
1240 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1241 |
<returns>String that contains the name of this command.</returns> |
1242 |
</member>
|
1243 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.Backcolor"> |
1244 |
<summary>Gets or sets the background color.</summary> |
1245 |
<value>The background color.</value> |
1246 |
</member>
|
1247 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.DenLayout"> |
1248 |
<summary>Gets or sets the value that represents the density of the layout for the produced noise.</summary> |
1249 |
<value>Value that represents the density of the layout for the produced noise. Possible values range from 0 through 100. When using a low DenLayout value the noise will appear with light color.</value> |
1250 |
</member>
|
1251 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.FreqLayout"> |
1252 |
<summary>Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image.</summary> |
1253 |
<value>Value that indicates the frequency of the circles or lines to be created for the noise image. This parameter is used if the PF_Circle or PF_Line flag is set. Possible values range from 0 through 100. Increase this value to increase the number of circles or lines drawn.</value> |
1254 |
</member>
|
1255 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.Frequency"> |
1256 |
<summary>Gets or sets the value that indicates the frequency component for both the x and y axis.</summary> |
1257 |
<value>Value that indicates the frequency component for both the x and y axis. Possible values range from 0 to 16. No noise is created if the value is 0. Increasing this value increases the noise.</value> |
1258 |
</member>
|
1259 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.Iteration"> |
1260 |
<summary>Gets or sets the value that indicates the number of iterations that will be calculated.</summary> |
1261 |
<value>Value that indicates the number of iterations that will be calculated. Possible values range from 0 to 8. No noise is created if the value is 0. Increasing this value increases the detail in the noise, as well as computation time.</value> |
1262 |
</member>
|
1263 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.Opacity"> |
1264 |
<summary>Gets or sets the value that indicates the percentage to be used when combining the original image with the noise.</summary> |
1265 |
<value>Value that indicates the percentage to be used when combining the original image with the noise. Possible values range from 0 through 100. This parameter is used if the PF_Combine or PF_Difference flag is set. A value of 0 indicates that no noise is being used and a value of 100 represents a mix of noise and image.</value> |
1266 |
</member>
|
1267 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.PerlinColor"> |
1268 |
<summary>Gets or sets the foreground color.</summary> |
1269 |
<value>The foreground color.</value> |
1270 |
</member>
|
1271 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.PerlinFlags"> |
1272 |
<summary>Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise.</summary> |
1273 |
<value>Flags that indicate how to apply the effect, and which layout pattern to use for the noise.</value> |
1274 |
</member>
|
1275 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.Seed"> |
1276 |
<summary>Gets or sets the value that represents the initial seeding value for the pseudo-randomization process. Use 0 for automatic seeding.</summary> |
1277 |
<value>Value that represents the initial seeding value for the pseudo-randomization process on which the filter is applied. Use 0 for automatic seeding. If other parameters are kept the same, each seed value always produces the same effect. Each seed value produces an effect different from all of the other seed values. Possible values are 0 or greater.</value> |
1278 |
</member>
|
1279 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.XCircle"> |
1280 |
<summary>Gets or sets the value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles.</summary> |
1281 |
<value>Value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles. Possible values range from 0 to the width of the image. This parameter is only used if the PF_Circle flag is set.</value> |
1282 |
</member>
|
1283 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerlinCommand.YCircle"> |
1284 |
<summary>Gets or sets the value that indicates the y coordinate, in pixels and in image coordinates, for the center point of the concentric circles.</summary> |
1285 |
<value>Value that indicates the y coordinate, in pixels and in image coordinates, for the center point of the concentric circles. Possible values range from 0 to the height of the image. This parameter is only used if the PF_Circle flag is set.</value> |
1286 |
</member>
|
1287 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommand"> |
1288 |
<summary>Gives the image a 3-D depth, as if it exists on a flat plane skewed into different shapes. This command is available in the Imaging Pro and above toolkits.</summary> |
1289 |
</member>
|
1290 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommand.#ctor"> |
1291 |
<summary>Initializes a new PerspectiveCommand with default parameters.</summary> |
1292 |
</member>
|
1293 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommand.GetStringDescription"> |
1294 |
<summary>Returns a meaningful name for this command.</summary> |
1295 |
<returns>Character string that contains the name of this command.</returns> |
1296 |
</member>
|
1297 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommand.ToString"> |
1298 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
1299 |
<returns>string that contains the name of this method.</returns> |
1300 |
</member>
|
1301 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommand.CornerPoints"> |
1302 |
<summary>Array of Leadtools.LeadPoint values that determine the new locations of image corners.</summary> |
1303 |
<value>Array of Leadtools.LeadPoint values that determine the new locations of image corners. It should contain four points; points at indices 0, 1, 2 and 3 determine the new locations of left-top, right-top, left-bottom and right-bottom image corners respectively. The new locations of image corners should keep the relative relation between corners: for example, the point at index 1 should be to the right of the point at index 0 and up from the point at index 3. Also, the point at index 2 should be to the left of the point at index 3 and down from the point at index 0 and so on. All new locations should be inside the image.</value> |
1304 |
</member>
|
1305 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommand.FillColor"> |
1306 |
<summary>Gets or sets the background color.</summary> |
1307 |
<value>The background color.</value> |
1308 |
</member>
|
1309 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommand.Type"> |
1310 |
<summary>Gets or sets a value that indicates the type of background to be used.</summary> |
1311 |
<value>A PerspectiveCommandType enumeration value that indicates the type of background to be used.</value> |
1312 |
</member>
|
1313 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand"> |
1314 |
<summary>Divides the image into rectangular or circular cells and then recreates the image by filling those cells with the minimum, maximum, or average pixel value, depending upon the effect that was selected. This command is available in the Imaging Pro and above toolkits.</summary> |
1315 |
</member>
|
1316 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand.#ctor"> |
1317 |
<summary>Initializes a new PixelateCommand class object with default parameters.</summary> |
1318 |
</member>
|
1319 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand.GetStringDescription"> |
1320 |
<summary>Returns a meaningful name for this command.</summary> |
1321 |
<returns>Character string that contains the name of this command.</returns> |
1322 |
</member>
|
1323 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand.ToString"> |
1324 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1325 |
<returns>String that contains the name of this command.</returns> |
1326 |
</member>
|
1327 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand.CellHeight"> |
1328 |
<summary>Gets or sets a value that represents the height of a rectangular cell.</summary> |
1329 |
<value>Value that represents the height of a rectangular cell, the number of rectangular cells present across the height of the image, the number of cells along the radius of a circular cell, or the length of each cell along the radius of a circular cell, based on the flags set in the Flags property.</value> |
1330 |
</member>
|
1331 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand.CellWidth"> |
1332 |
<summary>Gets or sets a value that represents the width of a rectangular cell.</summary> |
1333 |
<value>Value that represents the width of a rectangular cell, the number of rectangular cells present across the width of the image, the number of cells around the center point of a circular cell, or the length in degrees of each cell around the center point of a circular cell, based on the flags set in the Flags property.</value> |
1334 |
</member>
|
1335 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand.CenterPoint"> |
1336 |
<summary>Gets or sets a point structure that contains the center of revolution when circular cells are used.</summary> |
1337 |
<value>Point structure that contains the center of revolution when circular cells are used. This property will be ignored if the PixelateCommandFlags.Rectangle flag is set in Flags property.</value> |
1338 |
</member>
|
1339 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand.Flags"> |
1340 |
<summary>Flag that indicates the values used to fill the cells, the shape of the cells, and what type of data is in the CellWidth and CellHeight properties.</summary> |
1341 |
<value>Flag that indicates the values used to fill the cells, the shape of the cells, and what type of data is in the CellWidth and CellHeight properties.</value> |
1342 |
</member>
|
1343 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PixelateCommand.Opacity"> |
1344 |
<summary>Gets ors sets a value that represents how transparent the cells are, compared to the original pixels. This is a percentage.</summary> |
1345 |
<value>Value that represents how transparent the cells are, compared to the original pixels. This is a percentage. Possible values are 0 - 100. (0 is total transparency and 100 is total opacity.)</value> |
1346 |
</member>
|
1347 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand"> |
1348 |
<summary>Places the image on parallel planes along the Z-axis, and bends the planes toward the center point. This command is available in the Imaging Pro and above toolkits.</summary> |
1349 |
</member>
|
1350 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.#ctor"> |
1351 |
<summary>Initializes a new PlaneBendCommand class object with default parameters.</summary> |
1352 |
</member>
|
1353 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.GetStringDescription"> |
1354 |
<summary>Returns a meaningful name for this command.</summary> |
1355 |
<returns>Character string that contains the name of this command.</returns> |
1356 |
</member>
|
1357 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.ToString"> |
1358 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1359 |
<returns>String that contains the name of this command.</returns> |
1360 |
</member>
|
1361 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.BendFactor"> |
1362 |
<summary>Gets or sets the plane's bending value.</summary> |
1363 |
<value>The plane's bending value. The range starts at 100 and increases indefinitely. If BendFactor equals 100 the planes will not be bent.If BendFactor > 100 planes will be bent. The value of this property is internally divided by 100. This property only accepts positive values.</value> |
1364 |
</member>
|
1365 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.BrightColor"> |
1366 |
<summary>Gets or sets the color of an external light source that shines on the displayed images.</summary> |
1367 |
<value>The color of an external light source that shines on the displayed images.</value> |
1368 |
</member>
|
1369 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.BrightLength"> |
1370 |
<summary>Gets or sets a value that indicates how much the brightness changes as you move along the Z axis.</summary> |
1371 |
<value>Value that indicates how much the brightness changes as you move along the Z axis. This property is internally multiplied by 50.</value> |
1372 |
</member>
|
1373 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.CenterPoint"> |
1374 |
<summary>Gets or sets the point at which the camera or viewer is looking.</summary> |
1375 |
<value>Point structure that contains the point at which the camera or viewer is looking. This is also the point toward which the images will be bent. It may be outside the image borders.</value> |
1376 |
</member>
|
1377 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.Distance"> |
1378 |
<summary>Gets or sets the camera distance from the viewing screen, in pixels.</summary> |
1379 |
<value>Camera distance from the viewing screen, in pixels.</value> |
1380 |
</member>
|
1381 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.EndBright"> |
1382 |
<summary>Gets or sets a value that indicates the brightness of an external light source on the last image displayed.</summary> |
1383 |
<value>Value that indicates the brightness of an external light source on the last image displayed. Possible values range from 0 to 100. A value of 0 indicates no external light displayed on the image. A value of 100 indicates an external light source with full brightness is displayed on the image.</value> |
1384 |
</member>
|
1385 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.FillColor"> |
1386 |
<summary>Gets or sets the background color.</summary> |
1387 |
<value>The background color.</value> |
1388 |
</member>
|
1389 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.Flags"> |
1390 |
<summary>Gets or sets flags that indicate the background color and the planes to be shown.</summary> |
1391 |
<value>Flags that indicate the background color and the planes to be shown. You can use a bit wise OR ( &#166; ) to specify one flag from each group.</value> |
1392 |
</member>
|
1393 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.PlaneOffset"> |
1394 |
<summary>Gets or sets the distance between the parallel planes.</summary> |
1395 |
<value>Distance between the parallel planes. This property only accepts positive values.</value> |
1396 |
</member>
|
1397 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.PyramidAngle"> |
1398 |
<summary>Gets or sets the view angle, off the Z-axis.</summary> |
1399 |
<value>The view angle, off the Z-axis. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000.</value> |
1400 |
</member>
|
1401 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.Repeat"> |
1402 |
<summary>Gets or sets the number of times the image repeats along the Z-axis.</summary> |
1403 |
<value>Number of times the image repeats along the Z-axis. If Repeat equals -1 the image will be infinitely repeated. Its range starts from -1.</value> |
1404 |
</member>
|
1405 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.StartBright"> |
1406 |
<summary>Gets or sets a value that indicates the brightness of an external light source on the first image displayed.</summary> |
1407 |
<value>Value that indicates the brightness of an external light source on the first image displayed. Possible values range from 0 to 100. A value of 0 indicates no external light displayed on the image. A value of 100 indicates an external light source with full brightness is displayed on the image.</value> |
1408 |
</member>
|
1409 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.Stretch"> |
1410 |
<summary>Gets or sets a value that indicates whether to expand or compress the image, and by how much.</summary> |
1411 |
<value>Value that indicates whether to expand or compress the image, and by how much. If Stretch < 100 image will be expanded. If Stretch > 100 the image will be compressed. Use 100 to maintain the image's dimensions. The value of this property is internally divided by 100. This property only accepts positive values.</value> |
1412 |
</member>
|
1413 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneBendCommand.ZValue"> |
1414 |
<summary>Gets or sets the viewing screen offset on the Z-axis, in pixels.</summary> |
1415 |
<value>Viewing screen offset on the Z-axis, in pixels.</value> |
1416 |
</member>
|
1417 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand"> |
1418 |
<summary>Places the image on parallel planes along the Z-axis. This command is available in the Imaging Pro and above toolkits.</summary> |
1419 |
</member>
|
1420 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.#ctor"> |
1421 |
<summary>Initializes a new PlaneCommand class object with default parameters.</summary> |
1422 |
</member>
|
1423 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.GetStringDescription"> |
1424 |
<summary>Returns a meaningful name for this command.</summary> |
1425 |
<returns>Character string that contains the name of this command.</returns> |
1426 |
</member>
|
1427 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.ToString"> |
1428 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1429 |
<returns>String that contains the name of this command.</returns> |
1430 |
</member>
|
1431 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.BrightColor"> |
1432 |
<summary>Gets or sets the color of an external light source that shines on the displayed images.</summary> |
1433 |
<value>The color of an external light source that shines on the displayed images.</value> |
1434 |
</member>
|
1435 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.BrightLength"> |
1436 |
<summary>Gets or sets a value that indicates how much the brightness changes as you move along the Z axis.</summary> |
1437 |
<value>Value that indicates how much the brightness changes as you move along the Z axis. This property is internally multiplied by 50.</value> |
1438 |
</member>
|
1439 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.CenterPoint"> |
1440 |
<summary>Point structure that contains the point at which the camera or viewer is looking.</summary> |
1441 |
<value>Point structure that contains the point at which the camera or viewer is looking. This is also the point toward which the images will be bent. It may be outside the image borders.</value> |
1442 |
</member>
|
1443 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.Distance"> |
1444 |
<summary>Gets or sets the camera distance from the viewing screen, in pixels.</summary> |
1445 |
<value>Camera distance from the viewing screen, in pixels.</value> |
1446 |
</member>
|
1447 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.EndBright"> |
1448 |
<summary>Gets or sets a value that indicates the brightness of an external light source on the last image displayed.</summary> |
1449 |
<value>Value that indicates the brightness of an external light source on the last image displayed. Possible values range from 0 to 100. A value of 0 indicates no external light displayed on the image. A value of 100 indicates an external light source with full brightness is displayed on the image.</value> |
1450 |
</member>
|
1451 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.FillColor"> |
1452 |
<summary>Gets or sets the background color.</summary> |
1453 |
<value>The background color.</value> |
1454 |
</member>
|
1455 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.Flags"> |
1456 |
<summary>Gets or sets flags that indicate the background color and the planes to be shown.</summary> |
1457 |
<value>Flags that indicate the background color and the planes to be shown. You can use a bit wise OR ( &#166; ) to specify one flag from each group.</value> |
1458 |
</member>
|
1459 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.PlaneOffset"> |
1460 |
<summary>Gets or sets the distance between the parallel planes.</summary> |
1461 |
<value>Distance between the parallel planes. This property only accepts positive values.</value> |
1462 |
</member>
|
1463 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.PyramidAngle"> |
1464 |
<summary>Gets or sets the view angle, off the Z-axis.</summary> |
1465 |
<value>The view angle, off the Z-axis. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000.</value> |
1466 |
</member>
|
1467 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.Repeat"> |
1468 |
<summary>Gets or sets the number of times the image repeats along the Z-axis.</summary> |
1469 |
<value>Number of times the image repeats along the Z-axis. If Repeat equals -1 the image will be infinitely repeated. Its range starts from -1.</value> |
1470 |
</member>
|
1471 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.StartBright"> |
1472 |
<summary>Gets or sets a value that indicates the brightness of an external light source on the first image displayed.</summary> |
1473 |
<value>Value that indicates the brightness of an external light source on the first image displayed. Possible values range from 0 to 100. A value of 0 indicates no external light displayed on the image. A value of 100 indicates an external light source with full brightness is displayed on the image.</value> |
1474 |
</member>
|
1475 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.Stretch"> |
1476 |
<summary>Gets or sets a value that indicates whether to expand or compress the image, and by how much.</summary> |
1477 |
<value>Value that indicates whether to expand or compress the image, and by how much. If Stretch < 100 image will be expanded. If Stretch > 100 the image will be compressed. Use 100 to maintain the image's dimensions. The value of this property is internally divided by 100. This property only accepts positive values.</value> |
1478 |
</member>
|
1479 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlaneCommand.ZValue"> |
1480 |
<summary>gets or sets the viewing screen offset on the Z-axis, in pixels.</summary> |
1481 |
<value>Viewing screen offset on the Z-axis, in pixels.</value> |
1482 |
</member>
|
1483 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand"> |
1484 |
<summary>Applies color patterns that blend into each other like plasma. This command is available in the Imaging Pro and above toolkits.</summary> |
1485 |
</member>
|
1486 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.#ctor"> |
1487 |
<summary>Initializes a new PlasmaCommand with default parameters.</summary> |
1488 |
</member>
|
1489 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.GetStringDescription"> |
1490 |
<summary>Returns a meaningful name for this command.</summary> |
1491 |
<returns>Character string that contains the name of this command.</returns> |
1492 |
</member>
|
1493 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.ToString"> |
1494 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
1495 |
<returns>String that contains the name of this method.</returns> |
1496 |
</member>
|
1497 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.BlueFrequency"> |
1498 |
<summary>Gets or sets the frequency of blue color.</summary> |
1499 |
<value>Value that indicates which frequencies of blue color should be used to create plasma patterns. Valid range for the 16, 48, and 64-bit images is from 0 to 65535 and for 12-bit images from 0 to 4095. Otherwise, it is from 0 to 255. Use 0 to turn off processing for the blue frequencies.</value> |
1500 |
</member>
|
1501 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.Flags"> |
1502 |
<summary>Gets or sets the type of plasma effect, and the color pattern to use.</summary> |
1503 |
<value>Enumeration that indicates which type of plasma effect to create, and which color pattern to use.</value> |
1504 |
</member>
|
1505 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.GreenFrequency"> |
1506 |
<summary>Gets or sets the frequency of green color.</summary> |
1507 |
<value>Value that indicates which frequencies of green color should be used to create plasma patterns. Valid range for the 16, 48, and 64-bit images is from 0 to 65535 and for 12-bit images from 0 to 4095. Otherwise, it is from 0 to 255. Use 0 to turn off processing for the green frequencies.</value> |
1508 |
</member>
|
1509 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.Opacity"> |
1510 |
<summary>Gets or sets the blending percent between plasma color and original image.</summary> |
1511 |
<value>A percentage value that indicates the amount of blending between the plasma color patterns and the original image. Possible values range from 0 to 100. Use 0 when not using an image, and 100 when not using the plasma values.</value> |
1512 |
</member>
|
1513 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.RedFrequency"> |
1514 |
<summary>Gets or sets the frequency of red color.</summary> |
1515 |
<value>Value that indicates which frequencies of red color should be used to create plasma patterns. Valid range for the 16, 48, and 64-bit images is from 0 to 65535 and for 12-bit images from 0 to 4095. Otherwise, it is from 0 to 255. Use 0 to turn off processing for the red frequencies.</value> |
1516 |
</member>
|
1517 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.Shift"> |
1518 |
<summary>Gets or sets the amount of color-shift in plasma color pattern.</summary> |
1519 |
<value>The amount of color shift in the plasma color pattern. Valid range for the 16, 48, and 64-bit images is from 0 to 65535 and for 12-bit images from 0 to 4095. Otherwise, it is from 0 to 255. A value of 0 means there is no color shift.</value> |
1520 |
</member>
|
1521 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommand.Size"> |
1522 |
<summary>Gets or sets the size of plasma.</summary> |
1523 |
<value>Value greater than 0 that represents the plasma size. (The value is divided internally by 100). The value, after it has been divided by 100, represents the size in pixels.</value> |
1524 |
</member>
|
1525 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PointillistCommand"> |
1526 |
<summary>Converts image colors into randomly placed dots to create a pointillist painting. This command is available in the Imaging Pro and above toolkits.</summary> |
1527 |
</member>
|
1528 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PointillistCommand.#ctor"> |
1529 |
<summary>Initializes a new PointillistCommand with default parameters.</summary> |
1530 |
</member>
|
1531 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PointillistCommand.GetStringDescription"> |
1532 |
<summary>Returns a meaningful name for this command.</summary> |
1533 |
<returns>Character string that contains the name of this command.</returns> |
1534 |
</member>
|
1535 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PointillistCommand.ToString"> |
1536 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
1537 |
<returns>string that contains the name of this method.</returns> |
1538 |
</member>
|
1539 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PointillistCommand.FillColor"> |
1540 |
<summary>Gets or sets background color.</summary> |
1541 |
<value>The background color.</value> |
1542 |
</member>
|
1543 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PointillistCommand.Flags"> |
1544 |
<summary>Gets or sets the flags that indicate the background color and dots type.</summary> |
1545 |
<value>Flags that indicate the background color and dots type.</value> |
1546 |
</member>
|
1547 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PointillistCommand.Size"> |
1548 |
<summary>Gets or sets a value that represents the dot size.</summary> |
1549 |
<value>Value represents the dot size. Only positive values are accepted.</value> |
1550 |
</member>
|
1551 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PolarCommand"> |
1552 |
<summary>Converts the image from rectangular to polar coordinates and vice versa. This command is available in the Imaging Pro and above toolkits.</summary> |
1553 |
</member>
|
1554 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PolarCommand.#ctor"> |
1555 |
<summary>Initializes a new PolarCommand class object with default parameters.</summary> |
1556 |
</member>
|
1557 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PolarCommand.#ctor(Leadtools.RasterColor,Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags)"> |
1558 |
<summary>Initializes a new PolarCommand class object with explicit parameters.</summary> |
1559 |
<param name="fillColor">Specifies the fill color for any exposed areas.</param> |
1560 |
<param name="flags">Flag that indicates how to handle exposed areas and the type of conversion.</param> |
1561 |
</member>
|
1562 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PolarCommand.GetStringDescription"> |
1563 |
<summary>Returns a meaningful name for this command.</summary> |
1564 |
<returns>Character string that contains the name of this command.</returns> |
1565 |
</member>
|
1566 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PolarCommand.ToString"> |
1567 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1568 |
<returns>String that contains the name of this command.</returns> |
1569 |
</member>
|
1570 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PolarCommand.FillColor"> |
1571 |
<summary>Gets or sets the fill color for any exposed areas.</summary> |
1572 |
<value>The fill color for any exposed areas.</value> |
1573 |
</member>
|
1574 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PolarCommand.Flags"> |
1575 |
<summary>Gets or sets flags that indicate how to handle exposed areas and the type of conversion.</summary> |
1576 |
<value>Flags that indicate how to handle exposed areas and the type of conversion.</value> |
1577 |
</member>
|
1578 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PunchCommand"> |
1579 |
<summary>Warps the image by pinching it toward the center or expanding the image away from its center. This command is available in the Imaging Pro and above toolkits.</summary> |
1580 |
</member>
|
1581 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PunchCommand.#ctor"> |
1582 |
<summary>Initializes a new PunchCommand class object with default parameters.</summary> |
1583 |
</member>
|
1584 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PunchCommand.GetStringDescription"> |
1585 |
<summary>Returns a meaningful name for this command.</summary> |
1586 |
<returns>Character string that contains the name of this command.</returns> |
1587 |
</member>
|
1588 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PunchCommand.ToString"> |
1589 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1590 |
<returns>String that contains the name of this command.</returns> |
1591 |
</member>
|
1592 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PunchCommand.CenterPoint"> |
1593 |
<summary>Point structure that contains the point around which the image will be pinched or punched.</summary> |
1594 |
<value>The point around which the image will be pinched or punched.</value> |
1595 |
</member>
|
1596 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PunchCommand.FillColor"> |
1597 |
<summary>Gets or sets the fill color for any exposed areas.</summary> |
1598 |
<value>The fill color for any exposed areas.</value> |
1599 |
</member>
|
1600 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PunchCommand.Flags"> |
1601 |
<summary>Gets or sets a flags that indicate how to handle exposed areas, both centrally and peripherally.</summary> |
1602 |
<value>Value that indicates how to handle exposed areas, both centrally and peripherally.</value> |
1603 |
</member>
|
1604 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PunchCommand.Stress"> |
1605 |
<summary>Gets or sets the amount of punching intensity.</summary> |
1606 |
<value>Amount of punching intensity. This value is ignored when the Value property is less than 0. Valid values range from 0 to 1000.</value> |
1607 |
</member>
|
1608 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PunchCommand.Value"> |
1609 |
<summary>Gets or sets the amount of stretching.</summary> |
1610 |
<value>Amount of stretching where :</value> |
1611 |
</member>
|
1612 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand"> |
1613 |
<summary>Splits the image into square blocks and randomizes these blocks inside the image. This command is available in the Imaging Pro and above toolkits.</summary> |
1614 |
</member>
|
1615 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand.#ctor"> |
1616 |
<summary>Initializes a new PuzzleEffectCommand class object with default parameters.</summary> |
1617 |
</member>
|
1618 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand.GetStringDescription"> |
1619 |
<summary>Returns a meaningful name for this command.</summary> |
1620 |
<returns>Character string that contains the name of this command.</returns> |
1621 |
</member>
|
1622 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand.ToString"> |
1623 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1624 |
<returns>String that contains the name of this command.</returns> |
1625 |
</member>
|
1626 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand.BorderColor"> |
1627 |
<summary>Gets or sets the color of the border that will be drawn around the blocks.</summary> |
1628 |
<value>If the PuzzleEffectCommandFlags.Border flag is set in the Flags property, this value represents the color of the border that will be drawn around the blocks. This property is ignored if the PuzzleEffectCommandFlags.Border flag is not set.</value> |
1629 |
</member>
|
1630 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand.Flags"> |
1631 |
<summary>Gets or sets flags that specify how to apply the puzzle effect.</summary> |
1632 |
<value>Flags that specify how to apply the puzzle effect.</value> |
1633 |
</member>
|
1634 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand.Randomize"> |
1635 |
<summary>Gets or sets the starting point for the randomization process.</summary> |
1636 |
<value>The starting point for the randomization process. Valid values range from 0 through 500. Use 0 to have the command select the starting point. Only positive values are accepted.</value> |
1637 |
</member>
|
1638 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand.XBlock"> |
1639 |
<summary>Gets or sets the width of the each block in pixels or the number of blocks per row.</summary> |
1640 |
<value>If the PuzzleEffectCommandFlags.Size flag is set, this value represents the width of the each block, in pixels. If the PuzzleEffectCommandFlags.Count flag is set, it represents the number of blocks per row. Only positive values are accepted.</value> |
1641 |
</member>
|
1642 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommand.YBlock"> |
1643 |
<summary>Gets or sets the height of the each block in pixels or the number of blocks per column.</summary> |
1644 |
<value>If the PuzzleEffectCommandFlags.Size flag is set, this value represents the height of the each block, in pixels. If the PuzzleEffectCommandFlags.Count flag is set, it represents the number of blocks per column. Only positive values are accepted.</value> |
1645 |
</member>
|
1646 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RadialBlurCommand"> |
1647 |
<summary>Blurs the image by rotating the pixels around the center point. This command is available in the Imaging Pro and above toolkits.</summary> |
1648 |
</member>
|
1649 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RadialBlurCommand.#ctor"> |
1650 |
<summary>Initializes a new RadialBlurCommand class object with default parameters.</summary> |
1651 |
</member>
|
1652 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RadialBlurCommand.#ctor(System.Int32,System.Int32,Leadtools.LeadPoint)"> |
1653 |
<summary>Initializes a new RadialBlurCommand class object with explicit parameters.</summary> |
1654 |
<param name="dimension">An integer that represents the size of the neighborhood used in blurring. Increasing this value will increase the amount of blurring. Valid values are range in between 1 and 100.</param> |
1655 |
<param name="stress">An integer that represents the amount of the blur intensity. Valid values are range in between 1 and 100.</param> |
1656 |
<param name="centerPoint">The point around which the pixels are rotated.</param> |
1657 |
</member>
|
1658 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RadialBlurCommand.GetStringDescription"> |
1659 |
<summary>Returns a meaningful name for this command.</summary> |
1660 |
<returns>Character string that contains the name of this command.</returns> |
1661 |
</member>
|
1662 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RadialBlurCommand.ToString"> |
1663 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1664 |
<returns>String that contains the name of this command.</returns> |
1665 |
</member>
|
1666 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialBlurCommand.CenterPoint"> |
1667 |
<summary>Gets or sets a point structure that contains the point around which the pixels are rotated.</summary> |
1668 |
<value>The point around which the pixels are rotated.</value> |
1669 |
</member>
|
1670 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialBlurCommand.Dimension"> |
1671 |
<summary>Gets or sets an integer that represents the size of the neighborhood used in blurring. Increasing this value will increase the amount of blurring.</summary> |
1672 |
<value>An integer that represents the size of the neighborhood used in blurring. Increasing this value will increase the amount of blurring. Valid values are range in between 1 and 100.</value> |
1673 |
</member>
|
1674 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialBlurCommand.Stress"> |
1675 |
<summary>Gets or sets an integer that represents the amount of the blur intensity.</summary> |
1676 |
<value>An integer that represents the amount of the blur intensity. Valid values are range in between 1 and 100.</value> |
1677 |
</member>
|
1678 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand"> |
1679 |
<summary>Distorts the image using a wave radiating from the center. This command is available in the Imaging Pro and above toolkits.</summary> |
1680 |
</member>
|
1681 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.#ctor"> |
1682 |
<summary>Initializes a new RadialWaveCommand class object with default parameters.</summary> |
1683 |
</member>
|
1684 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.GetStringDescription"> |
1685 |
<summary>Returns a meaningful name for this command.</summary> |
1686 |
<returns>Character string that contains the name of this command.</returns> |
1687 |
</member>
|
1688 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.ToString"> |
1689 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1690 |
<returns>String that contains the name of this command.</returns> |
1691 |
</member>
|
1692 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.Amplitude"> |
1693 |
<summary>Gets or sets an integer that represents the magnitude of the wave.</summary> |
1694 |
<value>An integer that represents the magnitude of the wave. Valid values range from 0 to 100.</value> |
1695 |
</member>
|
1696 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.CenterPoint"> |
1697 |
<summary>Gets or sets a point structure that contains the point from which the wave radiates.</summary> |
1698 |
<value>Point from which the wave radiates.</value> |
1699 |
</member>
|
1700 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.FillColor"> |
1701 |
<summary>Gets or sets the fill color for any exposed areas.</summary> |
1702 |
<value>The fill color for any exposed areas.</value> |
1703 |
</member>
|
1704 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.Flags"> |
1705 |
<summary>Flags that indicate how to handle exposed areas, the type of information in the WaveLength property.</summary> |
1706 |
<value>Flags that indicate how to handle exposed areas, the type of information in the WaveLength property.</value> |
1707 |
</member>
|
1708 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.Phase"> |
1709 |
<summary>Gets or sets the Wave phase shift, in hundredths of degrees.</summary> |
1710 |
<value>Wave phase shift, in hundredths of degrees. The valid range is from -36000 to 36000 (The value in degrees is Phase divided by 100).</value> |
1711 |
</member>
|
1712 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommand.WaveLength"> |
1713 |
<summary>Gets or sets a value that represents the wave length.</summary> |
1714 |
<value>Value that represents the wave length, if RadialWaveCommand.Period is set in the Flags property. Possible values range from 1 - 100 and give the wavelength as a percentage of the image dimensions. If the RadialWaveCommandFlags.Frequency flag is set in the Flags property, this value is the number of repeated waves.</value> |
1715 |
</member>
|
1716 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RevEffectCommand"> |
1717 |
<summary>Adds a pseudo-3D wave effect to the image by drawing lines across the image, basing the line's height at each point on its brightness at that point. This command is available in the Imaging Pro and above toolkits.</summary> |
1718 |
</member>
|
1719 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RevEffectCommand.#ctor"> |
1720 |
<summary>Initializes a new RevEffectCommand class object with default parameters.</summary> |
1721 |
</member>
|
1722 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RevEffectCommand.#ctor(System.Int32,System.Int32)"> |
1723 |
<summary>Initializes a new RevEffectCommand class object with explicit parameters.</summary> |
1724 |
<param name="lineSpace">The space (in pixels) between each wave. This parameter only accepts positive values.</param> |
1725 |
<param name="maximumHeight">The maximum height (in pixels) that the wave can reach. This parameter only accepts positive values.</param> |
1726 |
</member>
|
1727 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RevEffectCommand.GetStringDescription"> |
1728 |
<summary>Returns a meaningful name for this command.</summary> |
1729 |
<returns>Character string that contains the name of this command.</returns> |
1730 |
</member>
|
1731 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RevEffectCommand.ToString"> |
1732 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1733 |
<returns>String that contains the name of this command.</returns> |
1734 |
</member>
|
1735 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RevEffectCommand.LineSpace"> |
1736 |
<summary>Gets or sets a value that indicates the space (in pixels) between each wave.</summary> |
1737 |
<value>The space (in pixels) between each wave. This property only accepts positive values.</value> |
1738 |
</member>
|
1739 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RevEffectCommand.MaximumHeight"> |
1740 |
<summary>Gets or sets the maximum height (in pixels) that the wave can reach.</summary> |
1741 |
<value>The maximum height (in pixels) that the wave can reach. This property only accepts positive values.</value> |
1742 |
</member>
|
1743 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand"> |
1744 |
<summary>Divides the image into the specified number of rings. Each ring is rotated according to a rotation angle. The rotation angle for each ring will be chosen randomly by the command or can be passed to the command. This command is available in the Imaging Pro and above toolkits.</summary> |
1745 |
</member>
|
1746 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.#ctor"> |
1747 |
<summary>Initializes a new RingEffectCommand class object with default parameters.</summary> |
1748 |
</member>
|
1749 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.GetStringDescription"> |
1750 |
<summary>Returns a meaningful name for this command.</summary> |
1751 |
<returns>Character string that contains the name of this command.</returns> |
1752 |
</member>
|
1753 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.ToString"> |
1754 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1755 |
<returns>String that contains the name of this command.</returns> |
1756 |
</member>
|
1757 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.Angle"> |
1758 |
<summary>Gets or sets the rotation angle value for each ring compared to the inner ring, in hundredths of degrees.</summary> |
1759 |
<value>The rotation angle value for each ring compared to the inner ring, in hundredths of degrees. This property is used only if the Flags property contains the RingEffectCommandFlags.FixedAngle flag. The range of the acceptable values is from -18000 to 18000. This value is divided internally by 100.</value> |
1760 |
</member>
|
1761 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.Color"> |
1762 |
<summary>Gets or sets the color used to fill the undefined area.</summary> |
1763 |
<value>Color used to fill the undefined area. This property is used only if the Flags property contains the RingEffectCommandFlags.Color flag.</value> |
1764 |
</member>
|
1765 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.Flags"> |
1766 |
<summary>Gets or sets a value that controls the behavior of this command.</summary> |
1767 |
<value>Value which controls the behavior of this command. These flags can be OR-ed together with any other flag, unless otherwise specified.</value> |
1768 |
</member>
|
1769 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.Origin"> |
1770 |
<summary>Gets or sets the coordinates (in pixels) for the origin of the rings.</summary> |
1771 |
<value>Coordinates (in pixels) for the origin of the rings. Only positive values are accepted.</value> |
1772 |
</member>
|
1773 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.Radius"> |
1774 |
<summary>Gets or sets the width of each ring in pixels or the maximum radius.</summary> |
1775 |
<value>If the RingEffectCommandFlags.Radius flag is set in the Flags property, this is the width of each ring, in pixels. If the RingEffectCommandFlags.MaxRadius flag is set in the Flags property, this is the maximum radius, in pixels. In this latter case, the width of each ring is equal to ((Radius property)/ (RingCount property + 1)). Only positive values are accepted.</value> |
1776 |
</member>
|
1777 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.Randomize"> |
1778 |
<summary>Gets or sets the starting point for the randomization process.</summary> |
1779 |
<value>The starting point for the randomization process. Valid range is 0-500. If 0, the command will pick the starting point. If > 0, this value will be the starting point. Only positive values are accepted.</value> |
1780 |
</member>
|
1781 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommand.RingCount"> |
1782 |
<summary>Gets or sets the number of rings.</summary> |
1783 |
<value>Number of rings. Only positive values are accepted.</value> |
1784 |
</member>
|
1785 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RippleCommand"> |
1786 |
<summary>Warps the image in concentric rings. This command is available in the Imaging Pro and above toolkits.</summary> |
1787 |
</member>
|
1788 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.#ctor"> |
1789 |
<summary>Initializes a new RippleCommand class object with default parameters.</summary> |
1790 |
</member>
|
1791 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.GetStringDescription"> |
1792 |
<summary>Returns a meaningful name for this command.</summary> |
1793 |
<returns>Character string that contains the name of this command.</returns> |
1794 |
</member>
|
1795 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.ToString"> |
1796 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1797 |
<returns>String that contains the name of this command.</returns> |
1798 |
</member>
|
1799 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.Amplitude"> |
1800 |
<summary>Gets or sets the wave magnitude(amount of displacement).</summary> |
1801 |
<value>Wave magnitude(amount of displacement). Only positive values are accepted.</value> |
1802 |
</member>
|
1803 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.Attenuation"> |
1804 |
<summary>Gets or sets the attenuation value. The attenuation value indicates how rapidly the wave amplitude decays as the wave travels along the radial line.</summary> |
1805 |
<value>Attenuation value. The attenuation value indicates how rapidly the wave amplitude decays as the wave travels along the radial line. The values range from 0 - 1000.</value> |
1806 |
</member>
|
1807 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.CenterPoint"> |
1808 |
<summary>Gets or sets the center of the Ripple wave.</summary> |
1809 |
<value>The center of the Ripple wave.</value> |
1810 |
</member>
|
1811 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.FillColor"> |
1812 |
<summary>Gets or sets the fill color for any exposed areas.</summary> |
1813 |
<value>The fill color for any exposed areas.</value> |
1814 |
</member>
|
1815 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.Frequency"> |
1816 |
<summary>Gets or sets the number of repeated waves along the radial line.</summary> |
1817 |
<value>Number of repeated waves along the radial line. Only positive values are accepted.</value> |
1818 |
</member>
|
1819 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.Phase"> |
1820 |
<summary>Gets or sets the wave phase shift, in hundredths of degrees.</summary> |
1821 |
<value>Wave phase shift, in hundredths of degrees. The valid range is from -36000 to 36000 (The value in degrees is Phase property divided by 100).</value> |
1822 |
</member>
|
1823 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RippleCommand.Type"> |
1824 |
<summary>Gets or sets a flag that indicates how to handle exposed areas.</summary> |
1825 |
<value>Value that indicates how to handle exposed areas.</value> |
1826 |
</member>
|
1827 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand"> |
1828 |
<summary>Segments the image into rectangular or rounded rectangular tiles and fills them with a color chosen randomly from the colors of the tile's pixels. This method is available in the Imaging Pro and above toolkits.</summary> |
1829 |
</member>
|
1830 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.#ctor"> |
1831 |
<summary>Initializes a new RomanMosaicCommand with default parameters.</summary> |
1832 |
</member>
|
1833 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.GetStringDescription"> |
1834 |
<summary>Returns a meaningful name for this command.</summary> |
1835 |
<returns>Character string that contains the name of this command.</returns> |
1836 |
</member>
|
1837 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.ToString"> |
1838 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
1839 |
<returns>string that contains the name of this method.</returns> |
1840 |
</member>
|
1841 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.Border"> |
1842 |
<summary>Gets or sets the value that indicates the border width, in pixels.</summary> |
1843 |
<value>Value that indicates the border width, in pixels. The valid range is from 1 to 15.</value> |
1844 |
</member>
|
1845 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.Color"> |
1846 |
<summary>Gets or sets the value that represents the value which specifies the fill color to be used in between the tiles.</summary> |
1847 |
<value>Represents the value that specifies the fill color to be used in between the tiles.</value> |
1848 |
</member>
|
1849 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.Flags"> |
1850 |
<summary>Gets or sets the enumeration that contains all flags that are needed by the RomanMosaicCommand. It is indicate the values used to select the shape of the tiles and the type of shadow.</summary> |
1851 |
<value>Enumeration contains all flags that are needed by the RomanMosaicCommand. It is indicate the values used to select the shape of the tiles and the type of shadow.</value> |
1852 |
</member>
|
1853 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.ShadowAngle"> |
1854 |
<summary>Gets or sets the value indicating the direction of the light source that produces the shadow.</summary> |
1855 |
<value>Value indicating the direction of the light source that produces the shadow. This property is used if the RomanMosaicCommandFlags.ColoredShadow flag or the RomanMosaicCommandFlags.GrayShadow flag is set. Valid values are found in ShadowCommandAngle</value> |
1856 |
</member>
|
1857 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.ShadowThresh"> |
1858 |
<summary>Gets or sets the value that determines which pixels will be affected by the shadow.</summary> |
1859 |
<value>Value that determines which pixels will be affected by the shadow. Possible values range from 0 through 255. Pixel values less than the threshold value will be unaffected. This member will be used if the RomanMosaicCommandFlags.ColoredShadow flag or the RomanMosaicCommandFlags.GrayShadow flag is set.</value> |
1860 |
</member>
|
1861 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.TileHeight"> |
1862 |
<summary>Gets or sets the value that indicates the height of the tile.</summary> |
1863 |
<value>Value that indicates the height of the tile. The meaning of the TileHeight property differs according to the flags that are set in the Flags property. Possible values are:</value> |
1864 |
</member>
|
1865 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommand.TileWidth"> |
1866 |
<summary>Gets or sets the value that indicates the width of the tile, in pixels.</summary> |
1867 |
<value>Value that indicates the width of the tile, in pixels. The meaning of the TileWidth property differs according to the flags that are set in the Flags property. Possible values are:</value> |
1868 |
</member>
|
1869 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ShadowCommand"> |
1870 |
<summary>Adds shadows to the image. This command is available in the Imaging Pro and above toolkits.</summary> |
1871 |
</member>
|
1872 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ShadowCommand.#ctor"> |
1873 |
<summary>Initializes a new ShadowCommand class object with default parameters.</summary> |
1874 |
</member>
|
1875 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ShadowCommand.#ctor(Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle,System.Int32,Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType)"> |
1876 |
<summary>Initializes a new ShadowCommand class object with explicit parameters.</summary> |
1877 |
<param name="angle">Angle value indicating the direction of the light source producing the shadow.</param> |
1878 |
<param name="threshold">Threshold value used to determine which pixels will be affected . Valid values range from 0 through 255. When Type = ShadowCommandType.ColoredShadow, any component (R, G, or B) of a pixel with a value less than the Threshold value is not affected. When Type = ShadowCommandType.GrayShadow, any pixel where the master channel value is less than the Threshold value is not affected.</param> |
1879 |
<param name="type">Type of the shadow.</param> |
1880 |
</member>
|
1881 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ShadowCommand.GetStringDescription"> |
1882 |
<summary>Returns a meaningful name for this command.</summary> |
1883 |
<returns>Character string that contains the name of this command.</returns> |
1884 |
</member>
|
1885 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ShadowCommand.ToString"> |
1886 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1887 |
<returns>String that contains the name of this command.</returns> |
1888 |
</member>
|
1889 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ShadowCommand.Angle"> |
1890 |
<summary>Gets or sets a value indicating the direction of the light source producing the shadow.</summary> |
1891 |
<value>Angle value indicating the direction of the light source producing the shadow.</value> |
1892 |
</member>
|
1893 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ShadowCommand.Threshold"> |
1894 |
<summary>Gets or sets a threshold value used to determine which pixels will be affected.</summary> |
1895 |
<value>Threshold value used to determine which pixels will be affected. Valid values range from 0 through 255. When Type = ShadowCommandType.ColoredShadow, any component (R, G, or B) of a pixel with a value less than the Threshold value is not affected. When Type = ShadowCommandType.GrayShadow, any pixel where the master channel value is less than the Threshold value is not affected.</value> |
1896 |
</member>
|
1897 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ShadowCommand.Type"> |
1898 |
<summary>Gets or sets a value that represents the type of the shadow.</summary> |
1899 |
<value>Type of the shadow.</value> |
1900 |
</member>
|
1901 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.SphereCommand"> |
1902 |
<summary>Warps the image around a 3D spherical shape. This command is available in the Imaging Pro and above toolkits.</summary> |
1903 |
</member>
|
1904 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.SphereCommand.#ctor"> |
1905 |
<summary>Initializes a new SphereCommand class object with default parameters.</summary> |
1906 |
</member>
|
1907 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.SphereCommand.GetStringDescription"> |
1908 |
<summary>Returns a meaningful name for this command.</summary> |
1909 |
<returns>Character string that contains the name of this command.</returns> |
1910 |
</member>
|
1911 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.SphereCommand.ToString"> |
1912 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1913 |
<returns>String that contains the name of this command.</returns> |
1914 |
</member>
|
1915 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.SphereCommand.CenterPoint"> |
1916 |
<summary>Gets or sets a point structure that contains the center of the sphere.</summary> |
1917 |
<value>Point structure that contains the center of the sphere.</value> |
1918 |
</member>
|
1919 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.SphereCommand.FillColor"> |
1920 |
<summary>Gets or sets the fill color for any exposed areas.</summary> |
1921 |
<value>The fill color for any exposed areas.</value> |
1922 |
</member>
|
1923 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.SphereCommand.Flags"> |
1924 |
<summary>Gets or sets a value that indicates how to handle exposed areas outside the sphere and inside the sphere.</summary> |
1925 |
<value>Value that indicates how to handle exposed areas outside the sphere and inside the sphere.</value> |
1926 |
</member>
|
1927 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.SphereCommand.Value"> |
1928 |
<summary>Gets or sets the amount of stretching.</summary> |
1929 |
<value>Amount of stretching where:</value> |
1930 |
</member>
|
1931 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.SwirlCommand"> |
1932 |
<summary>Spins the image according to the rotation angle to produce a swirl pattern. This command is available in the Imaging Pro and above toolkits.</summary> |
1933 |
</member>
|
1934 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.SwirlCommand.#ctor"> |
1935 |
<summary>Initializes a new SwirlCommand class object with default parameters.</summary> |
1936 |
</member>
|
1937 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.SwirlCommand.#ctor(System.Int32,Leadtools.LeadPoint)"> |
1938 |
<summary>Initializes a new SwirlCommand class object with explicit parameters.</summary> |
1939 |
<param name="angle">The degree of rotation. This value is in degrees (0_360_720, etc.).</param> |
1940 |
<param name="centerPoint">The center of the swirl.</param> |
1941 |
</member>
|
1942 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.SwirlCommand.GetStringDescription"> |
1943 |
<summary>Returns a meaningful name for this command.</summary> |
1944 |
<returns>Character string that contains the name of this command.</returns> |
1945 |
</member>
|
1946 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.SwirlCommand.ToString"> |
1947 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1948 |
<returns>String that contains the name of this command.</returns> |
1949 |
</member>
|
1950 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.SwirlCommand.Angle"> |
1951 |
<summary>Gets or sets the degree of rotation.</summary> |
1952 |
<value>The degree of rotation. This value is in degrees (0_360_720, etc.).</value> |
1953 |
</member>
|
1954 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.SwirlCommand.CenterPoint"> |
1955 |
<summary>Gets or sets a point structure that contains the center of the swirl.</summary> |
1956 |
<value>Point structure that contains the center of the swirl.</value> |
1957 |
</member>
|
1958 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand"> |
1959 |
<summary>Places the image inside a tunnel along the Z-axis. This command is available in the Imaging Pro and above toolkits.</summary> |
1960 |
</member>
|
1961 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.#ctor"> |
1962 |
<summary>Initializes a new TunnelCommand class object with default parameters.</summary> |
1963 |
</member>
|
1964 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.GetStringDescription"> |
1965 |
<summary>Returns a meaningful name for this command.</summary> |
1966 |
<returns>Character string that contains the name of this command.</returns> |
1967 |
</member>
|
1968 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.ToString"> |
1969 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1970 |
<returns>String that contains the name of this command.</returns> |
1971 |
</member>
|
1972 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.BrightColor"> |
1973 |
<summary>Gets or sets the color of an external light source that shines in the tunnel.</summary> |
1974 |
<value>The color of an external light source that shines in the tunnel.</value> |
1975 |
</member>
|
1976 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.BrightLength"> |
1977 |
<summary>Gets or sets a value that indicates how much the brightness changes as you move along the Z axis.</summary> |
1978 |
<value>Value that indicates how much the brightness changes as you move along the Z axis. This property is internally multiplied by 50. This property only accepts positive values.</value> |
1979 |
</member>
|
1980 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.CenterPoint"> |
1981 |
<summary>Gets or sets a point structure that contains the point at which the camera or viewer is looking.</summary> |
1982 |
<value>Point structure that contains the point at which the camera or viewer is looking. It may be outside the image borders.</value> |
1983 |
</member>
|
1984 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.Distance"> |
1985 |
<summary>Gets or sets the camera distance from the viewing screen.</summary> |
1986 |
<value>Camera distance from the viewing screen, in pixels.</value> |
1987 |
</member>
|
1988 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.EndBright"> |
1989 |
<summary>Gets or sets a value that indicates the brightness of an external light source at the end of the tunnel.</summary> |
1990 |
<value>Value that indicates the brightness of an external light source at the end of the tunnel. Possible values range from 0 to 100. A value of 0 indicates no external light displayed at the end of the tunnel. A value of 100 indicates an external light source with full brightness is displayed on the image.</value> |
1991 |
</member>
|
1992 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.FillColor"> |
1993 |
<summary>Gets or sets the background color.</summary> |
1994 |
<value>The background color.</value> |
1995 |
</member>
|
1996 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.Flags"> |
1997 |
<summary>Gets or sets flags that indicate the background color and which image dimension extends along the Z-axis.</summary> |
1998 |
<value>Flags that indicate the background color and which image dimension extends along the Z-axis.</value> |
1999 |
</member>
|
2000 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.Radius"> |
2001 |
<summary>Gets or sets the tunnel radius.</summary> |
2002 |
<value>Tunnel radius. This property only accepts positive values.</value> |
2003 |
</member>
|
2004 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.Repeat"> |
2005 |
<summary>Gets or sets the number of times the image repeats along the Z-axis.</summary> |
2006 |
<value>Number of times the image repeats along the Z-axis. If Repeat equals -1 the image will be infinitely repeated. Its range starts at -1.</value> |
2007 |
</member>
|
2008 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.RotationOffset"> |
2009 |
<summary>Gets or sets a value that rotates the tunnel around the Z-axis in pixel steps.</summary> |
2010 |
<value>Rotates the tunnel around the Z-axis in pixel steps. If TunnelCommandFlags.WidthAxis option is set then the image width is along the Z-axis and RotationOffset set to the image height is equivalent to a complete cycle. If TunnelCommandFlags.HeightAxis option is set, then the image height is along the Z-axis and RotationOffset set to the image width is equivalent to a complete cycle.</value> |
2011 |
</member>
|
2012 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.StartBright"> |
2013 |
<summary>Gets or sets a value that indicates the brightness of an external light source at the beginning of the tunnel.</summary> |
2014 |
<value>Value that indicates the brightness of an external light source at the beginning of the tunnel. Possible values range from 0 to 100. A value of 0 indicates no external light is displayed at the beginning of the tunnel. A value of 100 indicates an external light source with full brightness is displayed.</value> |
2015 |
</member>
|
2016 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.Stretch"> |
2017 |
<summary>Gets or sets a value that indicates whether to expand or compress the image, and by how much.</summary> |
2018 |
<value>Value that indicates whether to expand or compress the image, and by how much. If Stretch < 100 image will be expanded. If Stretch > 100 the image will be compressed. Use 100 to maintain the image's dimensions. The value of this property is internally divided by 100. This property only accepts positive values.</value> |
2019 |
</member>
|
2020 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.TunnelCommand.ZValue"> |
2021 |
<summary>Gets or sets a value that represents the viewing screen offset on the Z-axis.</summary> |
2022 |
<value>Viewing screen offset on the Z-axis, in pixels. This property only accepts positive values.</value> |
2023 |
</member>
|
2024 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand"> |
2025 |
<summary>Draws a specified shape and feathers it to the image. This method is available in the Imaging Pro and above toolkits.</summary> |
2026 |
</member>
|
2027 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.#ctor"> |
2028 |
<summary>Initializes a new VignnetCommand with default parameters.</summary> |
2029 |
</member>
|
2030 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.GetStringDescription"> |
2031 |
<summary>Returns a meaningful name for this command.</summary> |
2032 |
<returns>Character string that contains the name of this command.</returns> |
2033 |
</member>
|
2034 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.ToString"> |
2035 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
2036 |
<returns>string that contains the name of this method.</returns> |
2037 |
</member>
|
2038 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.Fading"> |
2039 |
<summary>Gets or sets the value that represents the percent of feathering in towards or outward from the vignette object.</summary> |
2040 |
<value>Represents the percent of feathering in towards or outward from the vignette object. Negative values mean that the feathering will start outside the boundaries of the object and increase toward the object. Positive values mean that the feathering will start on the boundaries of the object and increase away from the object. Possible values range from -100 to 100.</value> |
2041 |
</member>
|
2042 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.FadingRate"> |
2043 |
<summary>Gets or sets the value that represents the value which indicates the fading rate.</summary> |
2044 |
<value>Represents the value that indicates the fading rate. This value is used to controlling the fading process. It will be divided by 100 internally. The valid range is from 0 to 100.</value> |
2045 |
</member>
|
2046 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.Flags"> |
2047 |
<summary>Gets or sets the enumeration that contains all the flags that are needed by the VignnetCommand. It includes the values used to select the shape of the vignette object and the type of color filling.</summary> |
2048 |
<value>Enumeration containing all flags that are needed by the VignnetCommand. It includes the values used to select the shape of the vignette object and the type of color filling.</value> |
2049 |
</member>
|
2050 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.Height"> |
2051 |
<summary>Gets or sets the value that represents the height in pixels of the vignette ellipse or rectangle objects.</summary> |
2052 |
<value>Represents the value that indicates the height in pixels of the vignette ellipse or rectangle objects.This property is ignored if the VignnetCommandFlags.Circle or VignnetCommandFlags.Square flag is set.</value> |
2053 |
</member>
|
2054 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.Origin"> |
2055 |
<summary>Gets or sets the center point for all vignette objects (circle, ellipse, rectangle, and square).</summary> |
2056 |
<value>Center point for all vignette objects (circle, ellipse, rectangle, and square).</value> |
2057 |
</member>
|
2058 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.VignetteColor"> |
2059 |
<summary>Gets or sets the value that represents the vignette object color.</summary> |
2060 |
<value>Represents the value that specifies the vignette object color.</value> |
2061 |
</member>
|
2062 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.VignnetCommand.Width"> |
2063 |
<summary>Gets or sets the value that represents the value which indicates the dimension of the vignette object in pixels.</summary> |
2064 |
<value>Represents the value that indicates the dimension of the vignette object in pixels.</value> |
2065 |
</member>
|
2066 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.WaveCommand"> |
2067 |
<summary>Distorts the image with two perpendicular waves at the specified angle and with the specified wave type. This command is available in the Imaging Pro and above toolkits.</summary> |
2068 |
</member>
|
2069 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.#ctor"> |
2070 |
<summary>Initializes a new WaveCommand class object with default parameters.</summary> |
2071 |
</member>
|
2072 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.GetStringDescription"> |
2073 |
<summary>Returns a meaningful name for this command.</summary> |
2074 |
<returns>Character string that contains the name of this command.</returns> |
2075 |
</member>
|
2076 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.ToString"> |
2077 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
2078 |
<returns>String that contains the name of this command.</returns> |
2079 |
</member>
|
2080 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.Amplitude"> |
2081 |
<summary>Gets or sets the wave's magnitude.</summary> |
2082 |
<value>Wave's magnitude. This property only accepts positive values.</value> |
2083 |
</member>
|
2084 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.Angle"> |
2085 |
<summary>Gets or sets the wave's rotation angle in hundredths of degrees.</summary> |
2086 |
<value>Wave's rotation angle in hundredths of degrees. The valid range is from -18000 to 18000 (The value in degrees is nAngle divided by 100).</value> |
2087 |
</member>
|
2088 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.FillColor"> |
2089 |
<summary>Gets or sets the fill color for any exposed areas.</summary> |
2090 |
<value>The fill color for any exposed areas.</value> |
2091 |
</member>
|
2092 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.Flags"> |
2093 |
<summary>Gets or sets flags that indicate how to handle exposed areas, the type of information in the WaveLength property and the wave type.</summary> |
2094 |
<value>Value that indicates how to handle exposed areas, the type of information in the WaveLength property and the wave type.</value> |
2095 |
</member>
|
2096 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.HorizontalFactor"> |
2097 |
<summary>Gets or sets the size of the horizontal wave.</summary> |
2098 |
<value>Size of the horizontal wave, given as a percentage. The valid range is from 0 to 100.</value> |
2099 |
</member>
|
2100 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.VerticalFactor"> |
2101 |
<summary>Gets or sets the size of the vertical wave.</summary> |
2102 |
<value>Size of the vertical wave, given as a percentage. The valid range is from 0 to 100.</value> |
2103 |
</member>
|
2104 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WaveCommand.WaveLength"> |
2105 |
<summary>Gets or sets a value that represents the wave length.</summary> |
2106 |
<value>Value that represents the wave length, if the WaveCommandFlags.Period flag is set in the Flags property. Possible values range from 1 - 100 and give the wavelength as a percentage of the image dimensions. If the WaveCommandFlags.Frequency flag is set in the Flags property, this value is the number of repeated waves.</value> |
2107 |
</member>
|
2108 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.WindCommand"> |
2109 |
<summary>Creates thin lines, directed along the specified angle, on the affected image. This method is available in the Imaging Pro and above toolkits.</summary> |
2110 |
</member>
|
2111 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.WindCommand.#ctor"> |
2112 |
<summary>Initializes a new WindCommand class object with default parameters.</summary> |
2113 |
</member>
|
2114 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.WindCommand.#ctor(System.Int32,System.Int32,System.Int32)"> |
2115 |
<summary>Initializes a new WindCommand class object with explicit parameters.</summary> |
2116 |
<param name="dimension">Size, in pixels, of the thin lines used to create the wind effect. This parameter only accepts positive values.</param> |
2117 |
<param name="angle">Direction of the thin lines used to create the wind effect, in hundredths of a degree. Possible values range form -36000 to 36000. (The value in degrees divided by 100).</param> |
2118 |
<param name="opacity">Density, of the thin lines used to create the wind effect. The valid range is from 0 to 100.</param> |
2119 |
</member>
|
2120 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.WindCommand.GetStringDescription"> |
2121 |
<summary>Returns a meaningful name for this command.</summary> |
2122 |
<returns>Character string that contains the name of this command.</returns> |
2123 |
</member>
|
2124 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.WindCommand.ToString"> |
2125 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
2126 |
<returns>String that contains the name of this command.</returns> |
2127 |
</member>
|
2128 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WindCommand.Angle"> |
2129 |
<summary>Gets or sets the direction of the thin lines used to create the wind effect, in hundredths of a degree.</summary> |
2130 |
<value>Direction of the thin lines used to create the wind effect, in hundredths of a degree. Possible values range form -36000 to 36000. (The value in degrees divided by 100).</value> |
2131 |
</member>
|
2132 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WindCommand.Dimension"> |
2133 |
<summary>Gets or sets the size, in pixels, of the thin lines used to create the wind effect.</summary> |
2134 |
<value>Size, in pixels, of the thin lines used to create the wind effect. This property only accepts positive values.</value> |
2135 |
</member>
|
2136 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.WindCommand.Opacity"> |
2137 |
<summary>Gets or sets the density, of the thin lines used to create the wind effect.</summary> |
2138 |
<value>Density, of the thin lines used to create the wind effect. The valid range is from 0 to 100.</value> |
2139 |
</member>
|
2140 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand"> |
2141 |
<summary>Radially distorts the image by creating waves that twist the image around a specified center. This command is available in the Imaging Pro and above toolkits.</summary> |
2142 |
</member>
|
2143 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.#ctor"> |
2144 |
<summary>Initializes a new ZigZagCommand class object with default parameters.</summary> |
2145 |
</member>
|
2146 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.GetStringDescription"> |
2147 |
<summary>Returns a meaningful name for this command.</summary> |
2148 |
<returns>Character string that contains the name of this command.</returns> |
2149 |
</member>
|
2150 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.ToString"> |
2151 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
2152 |
<returns>String that contains the name of this command.</returns> |
2153 |
</member>
|
2154 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.Amplitude"> |
2155 |
<summary>Gets or sets the value that indicates the non-zero value that represents the magnitude of the wave (amount of displacement) on which the filter is applied, if ZigZagCommandFlags.RadialWave is set in the flags parameter.</summary> |
2156 |
<value>Value that indicates the non-zero value that represents the magnitude of the wave (amount of displacement) on which the filter is applied, if ZigZagCommandFlags.RadialWave is set in the flags parameter. The valid range is from 1 - 100.</value> |
2157 |
</member>
|
2158 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.Attenuation"> |
2159 |
<summary>Gets or sets the value that indicates the attenuation value that indicates how rapidly the wave amplitude decays as the wave travels along the radial line on which the filter is applied.</summary> |
2160 |
<value>Value that indicates the attenuation value that indicates how rapidly the wave amplitude decays as the wave travels along the radial line on which the filter is applied. The valid range is from 0 - 1000.</value> |
2161 |
</member>
|
2162 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.CenterPoint"> |
2163 |
<summary>Gets or sets the value that indicates the center of the zigzag wave on which the filter is applied.</summary> |
2164 |
<value>Value that indicates the center of the zigzag wave on which the filter is applied.</value> |
2165 |
</member>
|
2166 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.FillColor"> |
2167 |
<summary>Gets or sets the value that indicates the RasterColor value that specifies the fill color for any exposed areas on which the filter is applied.</summary> |
2168 |
<value>Value that indicates the RasterColor value that specifies the fill color for any exposed areas on which the filter is applied.</value> |
2169 |
</member>
|
2170 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.Flags"> |
2171 |
<summary>Gets or sets flags that indicate how to handle exposed areas, and the wave radiation type.</summary> |
2172 |
<value>Flags that indicate how to handle exposed areas, and the wave radiation type.</value> |
2173 |
</member>
|
2174 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.Frequency"> |
2175 |
<summary>Gets or sets the value that indicates number of times the waves repeat along the radial line on which the filter is applied.</summary> |
2176 |
<value>Value that indicates number of times the waves repeat along the radial line on which the filter is applied.</value> |
2177 |
</member>
|
2178 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommand.Phase"> |
2179 |
<summary>Gets or sets the value that indicates wave phase shift, in hundredths of degrees on which the filter is applied.</summary> |
2180 |
<value>Value that indicates the wave phase shift, in hundredths of degrees on which the filter is applied. The valid range is from -36000 to 36000 (The value in degrees is phase divided by 100).</value> |
2181 |
</member>
|
2182 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ZoomBlurCommand"> |
2183 |
<summary>Blurs the image along radial lines starting from a specific center point. This command is available in the Imaging Pro and above toolkits.</summary> |
2184 |
</member>
|
2185 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZoomBlurCommand.#ctor"> |
2186 |
<summary>Initializes a new ZoomBlurCommand class object with default parameters.</summary> |
2187 |
</member>
|
2188 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZoomBlurCommand.#ctor(System.Int32,System.Int32,Leadtools.LeadPoint)"> |
2189 |
<summary>Initializes a new ZoomBlurCommand class object with explicit parameters.</summary> |
2190 |
<param name="dimension">A value that represents the amount of the blur. Only positive values are accepted.</param> |
2191 |
<param name="stress">A value that represents the amount of the blur intensity. Only positive values are accepted.</param> |
2192 |
<param name="centerPoint">The center point from which to blur the image.</param> |
2193 |
</member>
|
2194 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZoomBlurCommand.GetStringDescription"> |
2195 |
<summary>Returns a meaningful name for this command.</summary> |
2196 |
<returns>Character string that contains the name of this command.</returns> |
2197 |
</member>
|
2198 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZoomBlurCommand.ToString"> |
2199 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
2200 |
<returns>String that contains the name of this command.</returns> |
2201 |
</member>
|
2202 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomBlurCommand.CenterPoint"> |
2203 |
<summary>Gets or sets a point structure that contains the center point from which to blur the image.</summary> |
2204 |
<value>The center point from which to blur the image.</value> |
2205 |
</member>
|
2206 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomBlurCommand.Dimension"> |
2207 |
<summary>Gets or sets a value that represents the amount of the blur.</summary> |
2208 |
<value>A value that represents the amount of the blur. Only positive values are accepted.</value> |
2209 |
</member>
|
2210 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomBlurCommand.Stress"> |
2211 |
<summary>Gets or sets a value that represents the amount of the blur intensity.</summary> |
2212 |
<value>A value that represents the amount of the blur intensity. Only positive values are accepted.</value> |
2213 |
</member>
|
2214 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand"> |
2215 |
<summary>Distorts the image with a wave zoomed from the specified center. This command is available in the Imaging Pro and above toolkits.</summary> |
2216 |
</member>
|
2217 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.#ctor"> |
2218 |
<summary>Initializes a new ZoomWaveCommand class object with default parameters.</summary> |
2219 |
</member>
|
2220 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.GetStringDescription"> |
2221 |
<summary>Returns a meaningful name for this command.</summary> |
2222 |
<returns>Character string that contains the name of this command.</returns> |
2223 |
</member>
|
2224 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.ToString"> |
2225 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
2226 |
<returns>String that contains the name of this command.</returns> |
2227 |
</member>
|
2228 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.Amplitude"> |
2229 |
<summary>Gets or sets the zoom wave magnitude.</summary> |
2230 |
<value>Zoom wave magnitude.</value> |
2231 |
</member>
|
2232 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.CenterPoint"> |
2233 |
<summary>Center point from which the wave is zoomed.</summary> |
2234 |
<value>Center point from which the wave is zoomed.</value> |
2235 |
</member>
|
2236 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.FillColor"> |
2237 |
<summary>Gets or sets the RasterColor object that specifies the fill color for any exposed areas.</summary> |
2238 |
<value>RasterColor object that specifies the fill color for any exposed areas.</value> |
2239 |
</member>
|
2240 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.Frequency"> |
2241 |
<summary>Gets or sets the number of repeated waves along the radial line.</summary> |
2242 |
<value>The number of repeated waves along the radial line. This property only accepts positive values.</value> |
2243 |
</member>
|
2244 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.Phase"> |
2245 |
<summary>Gets or sets the wave phase shift.</summary> |
2246 |
<value>Wave phase shift. The valid range is from -36000 to 36000. The real value is divided by 100.</value> |
2247 |
</member>
|
2248 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.Type"> |
2249 |
<summary>Gets or sets a value that indicates how to handle exposed areas.</summary> |
2250 |
<value>Value that indicates how to handle exposed areas.</value> |
2251 |
</member>
|
2252 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommand.ZoomFactor"> |
2253 |
<summary>Gets or sets the percentage the wave grows as it moves from the image center.</summary> |
2254 |
<value>The percentage the wave grows as it moves from the image center. The valid range is from 0 to 100.</value> |
2255 |
</member>
|
2256 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags"> |
2257 |
<summary>Flags that indicate the distortion type and the distortion color.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2258 |
</member>
|
2259 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.AddNothing"> |
2260 |
<summary></summary> |
2261 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2262 |
</member>
|
2263 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.DustInverse"> |
2264 |
<summary></summary> |
2265 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2266 |
</member>
|
2267 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.PitsInverse"> |
2268 |
<summary></summary> |
2269 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2270 |
</member>
|
2271 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.ScratchInverse"> |
2272 |
<summary></summary> |
2273 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2274 |
</member>
|
2275 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.AddVerticalScratch"> |
2276 |
<summary></summary> |
2277 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2278 |
</member>
|
2279 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.AddHorizontalScratch"> |
2280 |
<summary></summary> |
2281 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2282 |
</member>
|
2283 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.AddDust"> |
2284 |
<summary></summary> |
2285 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2286 |
</member>
|
2287 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.AddPits"> |
2288 |
<summary></summary> |
2289 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2290 |
</member>
|
2291 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.ScratchColor"> |
2292 |
<summary></summary> |
2293 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2294 |
</member>
|
2295 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.DustColor"> |
2296 |
<summary></summary> |
2297 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2298 |
</member>
|
2299 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.PitsColor"> |
2300 |
<summary></summary> |
2301 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2302 |
</member>
|
2303 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags"> |
2304 |
<summary>Flags that indicate how to handle peripherally exposed areas, how to handle centrally exposed areas and the type of bending.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2305 |
</member>
|
2306 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.Color"> |
2307 |
<summary></summary> |
2308 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2309 |
</member>
|
2310 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.Normal"> |
2311 |
<summary></summary> |
2312 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2313 |
</member>
|
2314 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.Rotate"> |
2315 |
<summary></summary> |
2316 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2317 |
</member>
|
2318 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.Repeat"> |
2319 |
<summary></summary> |
2320 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2321 |
</member>
|
2322 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.NoChange"> |
2323 |
<summary></summary> |
2324 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2325 |
</member>
|
2326 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.WithoutRotate"> |
2327 |
<summary></summary> |
2328 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2329 |
</member>
|
2330 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.Horizontal"> |
2331 |
<summary></summary> |
2332 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2333 |
</member>
|
2334 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BendCommandFlags.Vertical"> |
2335 |
<summary></summary> |
2336 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2337 |
</member>
|
2338 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags"> |
2339 |
<summary>Flags that determine the type of brick edge to use, and which mortar style to use.</summary> |
2340 |
</member>
|
2341 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.None"> |
2342 |
<summary></summary> |
2343 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2344 |
</member>
|
2345 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.SolidEdges"> |
2346 |
<summary></summary> |
2347 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2348 |
</member>
|
2349 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.TransparentMortar"> |
2350 |
<summary></summary> |
2351 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2352 |
</member>
|
2353 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.SmoothedOutEdges"> |
2354 |
<summary></summary> |
2355 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2356 |
</member>
|
2357 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.SmoothedInEdges"> |
2358 |
<summary></summary> |
2359 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2360 |
</member>
|
2361 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.ColoredMortar"> |
2362 |
<summary></summary> |
2363 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2364 |
</member>
|
2365 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags"> |
2366 |
<summary>Flags that identify how to distribute the canvas image with respect to the image and how to handle resizing.</summary> |
2367 |
</member>
|
2368 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags.ResizeNormal"> |
2369 |
<summary></summary> |
2370 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2371 |
</member>
|
2372 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags.TileFit"> |
2373 |
<summary></summary> |
2374 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2375 |
</member>
|
2376 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags.ResizeResample"> |
2377 |
<summary></summary> |
2378 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2379 |
</member>
|
2380 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags.ResizeBicubic"> |
2381 |
<summary></summary> |
2382 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2383 |
</member>
|
2384 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CanvasCommandFlags.TileShift"> |
2385 |
<summary></summary> |
2386 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2387 |
</member>
|
2388 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.CloudsCommandType"> |
2389 |
<summary>This enumeration contains all the flags that are needed by the CloudsCommand and specifies how to apply the clouds effect to an image.</summary> |
2390 |
</member>
|
2391 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CloudsCommandType.Pure"> |
2392 |
<summary></summary> |
2393 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2394 |
</member>
|
2395 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CloudsCommandType.Difference"> |
2396 |
<summary></summary> |
2397 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2398 |
</member>
|
2399 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CloudsCommandType.Opacity"> |
2400 |
<summary></summary> |
2401 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2402 |
</member>
|
2403 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags"> |
2404 |
<summary>Flags that indicate the background color , shade (or gradient) type, ball type and ball color type.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2405 |
</member>
|
2406 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.None"> |
2407 |
<summary></summary> |
2408 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2409 |
</member>
|
2410 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.ShadingSingle"> |
2411 |
<summary></summary> |
2412 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2413 |
</member>
|
2414 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.ShadingLeftRight"> |
2415 |
<summary></summary> |
2416 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2417 |
</member>
|
2418 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.ShadingTopBottom"> |
2419 |
<summary></summary> |
2420 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2421 |
</member>
|
2422 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.ShadingCircular"> |
2423 |
<summary></summary> |
2424 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2425 |
</member>
|
2426 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.ShadingElliptical"> |
2427 |
<summary></summary> |
2428 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2429 |
</member>
|
2430 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.Sticker"> |
2431 |
<summary></summary> |
2432 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2433 |
</member>
|
2434 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.Ball"> |
2435 |
<summary></summary> |
2436 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2437 |
</member>
|
2438 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.BackGroundImage"> |
2439 |
<summary></summary> |
2440 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2441 |
</member>
|
2442 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.BackGroundColor"> |
2443 |
<summary></summary> |
2444 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2445 |
</member>
|
2446 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.BallsColorMask"> |
2447 |
<summary></summary> |
2448 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2449 |
</member>
|
2450 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.BallsColorOpacity"> |
2451 |
<summary></summary> |
2452 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2453 |
</member>
|
2454 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommandFlags"> |
2455 |
<summary>This enumeration specifies the different types of coloring methods.</summary> |
2456 |
</member>
|
2457 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommandFlags.Artistic"> |
2458 |
<summary></summary> |
2459 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2460 |
</member>
|
2461 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommandFlags.Directional"> |
2462 |
<summary></summary> |
2463 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2464 |
</member>
|
2465 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommandFlags.CombineOriginal"> |
2466 |
<summary></summary> |
2467 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2468 |
</member>
|
2469 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType"> |
2470 |
<summary>A value that indicates the cylinder shape.</summary> |
2471 |
</member>
|
2472 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType.Horizontal"> |
2473 |
<summary></summary> |
2474 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2475 |
</member>
|
2476 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType.Vertical"> |
2477 |
<summary></summary> |
2478 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2479 |
</member>
|
2480 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommandFlags"> |
2481 |
<summary>This enumeration indicates how to apply the Dice effect to an image.</summary> |
2482 |
</member>
|
2483 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommandFlags.None"> |
2484 |
<summary></summary> |
2485 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2486 |
</member>
|
2487 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommandFlags.Border"> |
2488 |
<summary></summary> |
2489 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2490 |
</member>
|
2491 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommandFlags.Size"> |
2492 |
<summary></summary> |
2493 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2494 |
</member>
|
2495 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommandFlags.Count"> |
2496 |
<summary></summary> |
2497 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2498 |
</member>
|
2499 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.DiceEffectCommandFlags.ResizeImage"> |
2500 |
<summary></summary> |
2501 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2502 |
</member>
|
2503 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags"> |
2504 |
<summary>Flags that indicate the direction of the rays.</summary> |
2505 |
</member>
|
2506 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags.Inside"> |
2507 |
<summary></summary> |
2508 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2509 |
</member>
|
2510 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags.Outside"> |
2511 |
<summary></summary> |
2512 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2513 |
</member>
|
2514 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.DrawStarCommandFlags.Inner"> |
2515 |
<summary></summary> |
2516 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2517 |
</member>
|
2518 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags"> |
2519 |
<summary>Flags that indicate how to handle exposed areas, and the direction of the shear wave.</summary> |
2520 |
</member>
|
2521 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags.Color"> |
2522 |
<summary></summary> |
2523 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2524 |
</member>
|
2525 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags.Horizontal"> |
2526 |
<summary></summary> |
2527 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2528 |
</member>
|
2529 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags.Repeat"> |
2530 |
<summary></summary> |
2531 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2532 |
</member>
|
2533 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags.NoChange"> |
2534 |
<summary></summary> |
2535 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2536 |
</member>
|
2537 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandShearCommandFlags.Vertical"> |
2538 |
<summary></summary> |
2539 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2540 |
</member>
|
2541 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommandFlags"> |
2542 |
<summary>Flags that indicate how to handle exposed areas and the type of information contained in WaveLength property or waveLength parameter.</summary> |
2543 |
</member>
|
2544 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommandFlags.Color"> |
2545 |
<summary></summary> |
2546 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2547 |
</member>
|
2548 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommandFlags.Period"> |
2549 |
<summary></summary> |
2550 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2551 |
</member>
|
2552 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommandFlags.Repeat"> |
2553 |
<summary></summary> |
2554 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2555 |
</member>
|
2556 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommandFlags.NoChange"> |
2557 |
<summary></summary> |
2558 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2559 |
</member>
|
2560 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeHandWaveCommandFlags.Frequency"> |
2561 |
<summary></summary> |
2562 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2563 |
</member>
|
2564 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags"> |
2565 |
<summary>Flags that indicate how to handle exposed areas and the plane along which to stretch the pixels.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2566 |
</member>
|
2567 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags.Color"> |
2568 |
<summary></summary> |
2569 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2570 |
</member>
|
2571 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags.Repeat"> |
2572 |
<summary></summary> |
2573 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2574 |
</member>
|
2575 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags.NoChange"> |
2576 |
<summary></summary> |
2577 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2578 |
</member>
|
2579 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags.Horizontal"> |
2580 |
<summary></summary> |
2581 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2582 |
</member>
|
2583 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags.Vertical"> |
2584 |
<summary></summary> |
2585 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2586 |
</member>
|
2587 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreePlaneBendCommandFlags.HorizontalVertical"> |
2588 |
<summary></summary> |
2589 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2590 |
</member>
|
2591 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags"> |
2592 |
<summary>Flags that indicate how to handle peripherally exposed areas and areas exposed inside the surface.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2593 |
</member>
|
2594 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags.Color"> |
2595 |
<summary></summary> |
2596 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2597 |
</member>
|
2598 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags.Rotate"> |
2599 |
<summary></summary> |
2600 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2601 |
</member>
|
2602 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags.Repeat"> |
2603 |
<summary></summary> |
2604 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2605 |
</member>
|
2606 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags.NoChange"> |
2607 |
<summary></summary> |
2608 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2609 |
</member>
|
2610 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FreeRadialBendCommandFlags.WithoutRotate"> |
2611 |
<summary></summary> |
2612 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2613 |
</member>
|
2614 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags"> |
2615 |
<summary>Enumeration used to determine which function will be applied to the image, FreeHandLight, Free Light, or Trigonometry Light.</summary> |
2616 |
</member>
|
2617 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.None"> |
2618 |
<summary></summary> |
2619 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2620 |
</member>
|
2621 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.LinearInner"> |
2622 |
<summary></summary> |
2623 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2624 |
</member>
|
2625 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.LinearOuter"> |
2626 |
<summary></summary> |
2627 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2628 |
</member>
|
2629 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.QuadraticInner"> |
2630 |
<summary></summary> |
2631 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2632 |
</member>
|
2633 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.QuadraticOuter"> |
2634 |
<summary></summary> |
2635 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2636 |
</member>
|
2637 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.Unidirection"> |
2638 |
<summary>A sine or cosine function will generate the light as lines.</summary> |
2639 |
</member>
|
2640 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.Circles"> |
2641 |
<summary></summary> |
2642 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2643 |
</member>
|
2644 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.Addition"> |
2645 |
<summary></summary> |
2646 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2647 |
</member>
|
2648 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.Multiply"> |
2649 |
<summary></summary> |
2650 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2651 |
</member>
|
2652 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.LinearQuadratic"> |
2653 |
<summary></summary> |
2654 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2655 |
</member>
|
2656 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.Trigonometry"> |
2657 |
<summary></summary> |
2658 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2659 |
</member>
|
2660 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommandFlags.Freehand"> |
2661 |
<summary></summary> |
2662 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2663 |
</member>
|
2664 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags"> |
2665 |
<summary>Enumeration that indicates what type of data is in the CellWidth and CellHeight properties or the cellWidth and cellHeight parameters.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2666 |
</member>
|
2667 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags.None"> |
2668 |
<summary></summary> |
2669 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2670 |
</member>
|
2671 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags.WidthFrequency"> |
2672 |
<summary></summary> |
2673 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2674 |
</member>
|
2675 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags.WidthPeriod"> |
2676 |
<summary></summary> |
2677 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2678 |
</member>
|
2679 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags.HeightFrequency"> |
2680 |
<summary></summary> |
2681 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2682 |
</member>
|
2683 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.GlassEffectCommandFlags.HeightPeriod"> |
2684 |
<summary></summary> |
2685 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2686 |
</member>
|
2687 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommandType"> |
2688 |
<summary>Enumeration that indicates the lens type</summary> |
2689 |
</member>
|
2690 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommandType.Type1"> |
2691 |
<summary></summary> |
2692 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2693 |
</member>
|
2694 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommandType.Type2"> |
2695 |
<summary></summary> |
2696 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2697 |
</member>
|
2698 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.LensFlareCommandType.Type3"> |
2699 |
<summary></summary> |
2700 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2701 |
</member>
|
2702 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.LightCommandType"> |
2703 |
<summary>Enumeration that determines the light source type.</summary> |
2704 |
</member>
|
2705 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.LightCommandType.Spot"> |
2706 |
<summary></summary> |
2707 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2708 |
</member>
|
2709 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.LightCommandType.Directional"> |
2710 |
<summary></summary> |
2711 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2712 |
</member>
|
2713 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags"> |
2714 |
<summary>This enumeration contains all flags that are needed by the MosaicTilesCommand. It indicates whether to use arc-shaped or rectangular-shaped tiles, and what type of shadowing to use, if any.</summary> |
2715 |
</member>
|
2716 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags.Cartesian"> |
2717 |
<summary></summary> |
2718 |
<platforms>NET</platforms> |
2719 |
</member>
|
2720 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags.ShadowFlat"> |
2721 |
<summary></summary> |
2722 |
<platforms>NET</platforms> |
2723 |
</member>
|
2724 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags.Polar"> |
2725 |
<summary></summary> |
2726 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2727 |
</member>
|
2728 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags.ShadowRGB"> |
2729 |
<summary></summary> |
2730 |
<platforms>NET</platforms> |
2731 |
</member>
|
2732 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags.ShadowGray"> |
2733 |
<summary></summary> |
2734 |
<platforms>NET</platforms> |
2735 |
</member>
|
2736 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType"> |
2737 |
<summary>Flags that indicate how to apply the effect, and which layout pattern to use for the noise.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2738 |
</member>
|
2739 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType.PF_Circle"> |
2740 |
<summary></summary> |
2741 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2742 |
</member>
|
2743 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType.PF_Pure"> |
2744 |
<summary></summary> |
2745 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2746 |
</member>
|
2747 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType.PF_Combine"> |
2748 |
<summary></summary> |
2749 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2750 |
</member>
|
2751 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType.PF_Difference"> |
2752 |
<summary></summary> |
2753 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2754 |
</member>
|
2755 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType.PF_Line"> |
2756 |
<summary></summary> |
2757 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2758 |
</member>
|
2759 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType.PF_Random"> |
2760 |
<summary></summary> |
2761 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2762 |
</member>
|
2763 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommandType"> |
2764 |
<summary>This enumeration will contains all types needed to indicate which background is selected.</summary> |
2765 |
</member>
|
2766 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommandType.Image"> |
2767 |
<summary></summary> |
2768 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2769 |
</member>
|
2770 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PerspectiveCommandType.Color"> |
2771 |
<summary></summary> |
2772 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2773 |
</member>
|
2774 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags"> |
2775 |
<summary>Enumerated values that indicate the values used to fill the cells, the shape of the cells, and what type of data is in the CellWidth and CellHeight properties of PixelateCommand class or the cellWidth and cellHeight parameters of the Constructor of the PixelateCommand class .</summary> |
2776 |
</member>
|
2777 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.Maximum"> |
2778 |
<summary></summary> |
2779 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2780 |
</member>
|
2781 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.Minimum"> |
2782 |
<summary></summary> |
2783 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2784 |
</member>
|
2785 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.Average"> |
2786 |
<summary></summary> |
2787 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2788 |
</member>
|
2789 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.Rectangle"> |
2790 |
<summary></summary> |
2791 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2792 |
</member>
|
2793 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.Radial"> |
2794 |
<summary></summary> |
2795 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2796 |
</member>
|
2797 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.WidthFrequency"> |
2798 |
<summary></summary> |
2799 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2800 |
</member>
|
2801 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.WidthPeriod"> |
2802 |
<summary></summary> |
2803 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2804 |
</member>
|
2805 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.HeightFrequency"> |
2806 |
<summary></summary> |
2807 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2808 |
</member>
|
2809 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PixelateCommandFlags.HeightPeriod"> |
2810 |
<summary></summary> |
2811 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2812 |
</member>
|
2813 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags"> |
2814 |
<summary>Enumeration that indicates the background color and the planes to be shown. You can use a bit wise OR ( &#166; ) to specify one flag from each group.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2815 |
</member>
|
2816 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.None"> |
2817 |
<summary></summary> |
2818 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2819 |
</member>
|
2820 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.Color"> |
2821 |
<summary></summary> |
2822 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2823 |
</member>
|
2824 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.NoChange"> |
2825 |
<summary></summary> |
2826 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2827 |
</member>
|
2828 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.Left"> |
2829 |
<summary></summary> |
2830 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2831 |
</member>
|
2832 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.Right"> |
2833 |
<summary></summary> |
2834 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2835 |
</member>
|
2836 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.Up"> |
2837 |
<summary></summary> |
2838 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2839 |
</member>
|
2840 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlaneCommandFlags.Down"> |
2841 |
<summary></summary> |
2842 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2843 |
</member>
|
2844 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags"> |
2845 |
<summary>Enumeration that indicates the type of plasma effect, and the color pattern to use.</summary> |
2846 |
</member>
|
2847 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Hue"> |
2848 |
<summary></summary> |
2849 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2850 |
</member>
|
2851 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Vertical"> |
2852 |
<summary></summary> |
2853 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2854 |
</member>
|
2855 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Horizontal"> |
2856 |
<summary></summary> |
2857 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2858 |
</member>
|
2859 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Diagonal"> |
2860 |
<summary></summary> |
2861 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2862 |
</member>
|
2863 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Cross"> |
2864 |
<summary></summary> |
2865 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2866 |
</member>
|
2867 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Circular"> |
2868 |
<summary></summary> |
2869 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2870 |
</member>
|
2871 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Random1"> |
2872 |
<summary></summary> |
2873 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2874 |
</member>
|
2875 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Random2"> |
2876 |
<summary></summary> |
2877 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2878 |
</member>
|
2879 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Rgb1"> |
2880 |
<summary></summary> |
2881 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2882 |
</member>
|
2883 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.Rgb2"> |
2884 |
<summary></summary> |
2885 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2886 |
</member>
|
2887 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.CustomColor"> |
2888 |
<summary></summary> |
2889 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2890 |
</member>
|
2891 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags"> |
2892 |
<summary>Flags that indicate the background color and dots type.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
2893 |
</member>
|
2894 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags.None"> |
2895 |
<summary></summary> |
2896 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2897 |
</member>
|
2898 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags.BackGroundImage"> |
2899 |
<summary></summary> |
2900 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2901 |
</member>
|
2902 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags.BackGroundColor"> |
2903 |
<summary></summary> |
2904 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2905 |
</member>
|
2906 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags.Sticker"> |
2907 |
<summary></summary> |
2908 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2909 |
</member>
|
2910 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PointillistCommandFlags.Point"> |
2911 |
<summary></summary> |
2912 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2913 |
</member>
|
2914 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags"> |
2915 |
<summary>This enumeration indicates how to handle exposed areas and the type of conversion.</summary> |
2916 |
</member>
|
2917 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags.CartToPolar"> |
2918 |
<summary></summary> |
2919 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2920 |
</member>
|
2921 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags.Color"> |
2922 |
<summary></summary> |
2923 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2924 |
</member>
|
2925 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags.Repeat"> |
2926 |
<summary></summary> |
2927 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2928 |
</member>
|
2929 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags.NoChange"> |
2930 |
<summary></summary> |
2931 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2932 |
</member>
|
2933 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PolarCommandFlags.PolarToCart"> |
2934 |
<summary></summary> |
2935 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2936 |
</member>
|
2937 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags"> |
2938 |
<summary>Enumeration that indicates how to handle exposed areas, both centrally and peripherally.</summary> |
2939 |
</member>
|
2940 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags.Color"> |
2941 |
<summary></summary> |
2942 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2943 |
</member>
|
2944 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags.Rotate"> |
2945 |
<summary></summary> |
2946 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2947 |
</member>
|
2948 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags.Repeat"> |
2949 |
<summary></summary> |
2950 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2951 |
</member>
|
2952 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags.NoChange"> |
2953 |
<summary></summary> |
2954 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2955 |
</member>
|
2956 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PunchCommandFlags.WithoutRotate"> |
2957 |
<summary></summary> |
2958 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2959 |
</member>
|
2960 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommandFlags"> |
2961 |
<summary>This enumeration indicates how to apply the puzzle effect to an image.</summary> |
2962 |
</member>
|
2963 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommandFlags.None"> |
2964 |
<summary></summary> |
2965 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2966 |
</member>
|
2967 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommandFlags.Border"> |
2968 |
<summary></summary> |
2969 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2970 |
</member>
|
2971 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommandFlags.Shuffle"> |
2972 |
<summary></summary> |
2973 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2974 |
</member>
|
2975 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommandFlags.Size"> |
2976 |
<summary></summary> |
2977 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2978 |
</member>
|
2979 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommandFlags.Count"> |
2980 |
<summary></summary> |
2981 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2982 |
</member>
|
2983 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.PuzzleEffectCommandFlags.Resize"> |
2984 |
<summary></summary> |
2985 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2986 |
</member>
|
2987 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommandFlags"> |
2988 |
<summary>Enumeration that indicates how to handle exposed areas, the type of information in the WaveLength property or waveLength parameter if you are using the appropriate Constructor, and the wave type.</summary> |
2989 |
</member>
|
2990 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommandFlags.Color"> |
2991 |
<summary></summary> |
2992 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2993 |
</member>
|
2994 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommandFlags.Period"> |
2995 |
<summary></summary> |
2996 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
2997 |
</member>
|
2998 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommandFlags.Repeat"> |
2999 |
<summary></summary> |
3000 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3001 |
</member>
|
3002 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommandFlags.NoChange"> |
3003 |
<summary></summary> |
3004 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3005 |
</member>
|
3006 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RadialWaveCommandFlags.Frequency"> |
3007 |
<summary></summary> |
3008 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3009 |
</member>
|
3010 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags"> |
3011 |
<summary>This enumeration controls the RingEffectCommand behavior. These values can be OR-ed together, unless otherwise specified</summary> |
3012 |
</member>
|
3013 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags.Color"> |
3014 |
<summary></summary> |
3015 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3016 |
</member>
|
3017 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags.Repeat"> |
3018 |
<summary></summary> |
3019 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3020 |
</member>
|
3021 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags.NoChange"> |
3022 |
<summary></summary> |
3023 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3024 |
</member>
|
3025 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags.FixedAngle"> |
3026 |
<summary></summary> |
3027 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3028 |
</member>
|
3029 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags.Radius"> |
3030 |
<summary></summary> |
3031 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3032 |
</member>
|
3033 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RingEffectCommandFlags.MaxRadius"> |
3034 |
<summary></summary> |
3035 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3036 |
</member>
|
3037 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RippleCommandType"> |
3038 |
<summary>This enumeration indicates how to handle exposed areas.</summary> |
3039 |
</member>
|
3040 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RippleCommandType.Color"> |
3041 |
<summary></summary> |
3042 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3043 |
</member>
|
3044 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RippleCommandType.Repeat"> |
3045 |
<summary></summary> |
3046 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3047 |
</member>
|
3048 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RippleCommandType.NoChange"> |
3049 |
<summary></summary> |
3050 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3051 |
</member>
|
3052 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommandFlags"> |
3053 |
<summary>This enumeration contains all flags that are needed by the RomanMosaicCommand. It is indicate the values used to select the shape of the tiles and the type of shadow.</summary> |
3054 |
</member>
|
3055 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommandFlags.Flat"> |
3056 |
<summary></summary> |
3057 |
<platforms>NET</platforms> |
3058 |
</member>
|
3059 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommandFlags.Rectangular"> |
3060 |
<summary></summary> |
3061 |
<platforms>NET</platforms> |
3062 |
</member>
|
3063 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommandFlags.Circular"> |
3064 |
<summary></summary> |
3065 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3066 |
</member>
|
3067 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommandFlags.Both"> |
3068 |
<summary></summary> |
3069 |
<platforms>NET</platforms> |
3070 |
</member>
|
3071 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommandFlags.ColoredShadow"> |
3072 |
<summary></summary> |
3073 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3074 |
</member>
|
3075 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommandFlags.GrayShadow"> |
3076 |
<summary></summary> |
3077 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3078 |
</member>
|
3079 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle"> |
3080 |
<summary>Enumerated value indicating the direction of the light source producing the shadow.</summary> |
3081 |
</member>
|
3082 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.East"> |
3083 |
<summary></summary> |
3084 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3085 |
</member>
|
3086 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.NorthEast"> |
3087 |
<summary></summary> |
3088 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3089 |
</member>
|
3090 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.North"> |
3091 |
<summary></summary> |
3092 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3093 |
</member>
|
3094 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.NorthWest"> |
3095 |
<summary></summary> |
3096 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3097 |
</member>
|
3098 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.West"> |
3099 |
<summary></summary> |
3100 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3101 |
</member>
|
3102 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.SouthWest"> |
3103 |
<summary></summary> |
3104 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3105 |
</member>
|
3106 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.South"> |
3107 |
<summary></summary> |
3108 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3109 |
</member>
|
3110 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.SouthEast"> |
3111 |
<summary></summary> |
3112 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3113 |
</member>
|
3114 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType"> |
3115 |
<summary>Enumerated values that indicate the type of the shadow.</summary> |
3116 |
</member>
|
3117 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType.ColoredShadow"> |
3118 |
<summary></summary> |
3119 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3120 |
</member>
|
3121 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType.GrayShadow"> |
3122 |
<summary></summary> |
3123 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3124 |
</member>
|
3125 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.SphereCommandFlags"> |
3126 |
<summary>This enumeration indicates how to handle exposed areas outside the sphere and inside the sphere.</summary> |
3127 |
</member>
|
3128 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.SphereCommandFlags.Color"> |
3129 |
<summary></summary> |
3130 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3131 |
</member>
|
3132 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.SphereCommandFlags.Rotate"> |
3133 |
<summary></summary> |
3134 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3135 |
</member>
|
3136 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.SphereCommandFlags.Repeat"> |
3137 |
<summary></summary> |
3138 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3139 |
</member>
|
3140 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.SphereCommandFlags.NoChange"> |
3141 |
<summary></summary> |
3142 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3143 |
</member>
|
3144 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.SphereCommandFlags.WithoutRotate"> |
3145 |
<summary></summary> |
3146 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3147 |
</member>
|
3148 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags"> |
3149 |
<summary>Flags that indicate the background color and which image dimension extends along the Z-axis.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
3150 |
</member>
|
3151 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.None"> |
3152 |
<summary></summary> |
3153 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3154 |
</member>
|
3155 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.Color"> |
3156 |
<summary></summary> |
3157 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3158 |
</member>
|
3159 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.NoChange"> |
3160 |
<summary></summary> |
3161 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3162 |
</member>
|
3163 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.WidthAxis"> |
3164 |
<summary></summary> |
3165 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3166 |
</member>
|
3167 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.HeightAxis"> |
3168 |
<summary></summary> |
3169 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3170 |
</member>
|
3171 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags"> |
3172 |
<summary>This enumeration contains all flags that are needed by the VignnetCommand. It includes values used to select the shape of the vignette object and the type of color filling.</summary> |
3173 |
</member>
|
3174 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags.Fillin"> |
3175 |
<summary></summary> |
3176 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3177 |
</member>
|
3178 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags.Square"> |
3179 |
<summary></summary> |
3180 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3181 |
</member>
|
3182 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags.Rectangle"> |
3183 |
<summary></summary> |
3184 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3185 |
</member>
|
3186 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags.Circle"> |
3187 |
<summary></summary> |
3188 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3189 |
</member>
|
3190 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags.Ellipse"> |
3191 |
<summary></summary> |
3192 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3193 |
</member>
|
3194 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.VignnetCommandFlags.FillOut"> |
3195 |
<summary></summary> |
3196 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3197 |
</member>
|
3198 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags"> |
3199 |
<summary>Flags that indicate how to handle exposed areas, the type of information in the WaveLength property of the WaveCommand class, or the waveLength parameter of the appropriate WaveCommand Constructor, and the wave type.</summary> |
3200 |
</member>
|
3201 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.Color"> |
3202 |
<summary></summary> |
3203 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3204 |
</member>
|
3205 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.Period"> |
3206 |
<summary></summary> |
3207 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3208 |
</member>
|
3209 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.SinWave"> |
3210 |
<summary></summary> |
3211 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3212 |
</member>
|
3213 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.Repeat"> |
3214 |
<summary></summary> |
3215 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3216 |
</member>
|
3217 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.NoChange"> |
3218 |
<summary></summary> |
3219 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3220 |
</member>
|
3221 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.Frequency"> |
3222 |
<summary></summary> |
3223 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3224 |
</member>
|
3225 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.CosWave"> |
3226 |
<summary></summary> |
3227 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3228 |
</member>
|
3229 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.SquareWave"> |
3230 |
<summary></summary> |
3231 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3232 |
</member>
|
3233 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.WaveCommandFlags.TriangleWave"> |
3234 |
<summary></summary> |
3235 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3236 |
</member>
|
3237 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags"> |
3238 |
<summary>Flags that indicate how to handle exposed areas, and the wave radiation type.This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
3239 |
</member>
|
3240 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags.Color"> |
3241 |
<summary></summary> |
3242 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3243 |
</member>
|
3244 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags.RadialWave"> |
3245 |
<summary></summary> |
3246 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3247 |
</member>
|
3248 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags.Repeat"> |
3249 |
<summary></summary> |
3250 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3251 |
</member>
|
3252 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags.NoChange"> |
3253 |
<summary></summary> |
3254 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3255 |
</member>
|
3256 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ZigZagCommandFlags.PondRippleWave"> |
3257 |
<summary></summary> |
3258 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3259 |
</member>
|
3260 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommandType"> |
3261 |
<summary>Flags that indicate how to handle exposed areas</summary> |
3262 |
</member>
|
3263 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommandType.Color"> |
3264 |
<summary></summary> |
3265 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3266 |
</member>
|
3267 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommandType.Repeat"> |
3268 |
<summary></summary> |
3269 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3270 |
</member>
|
3271 |
<member name="F:Leadtools.ImageProcessing.SpecialEffects.ZoomWaveCommandType.NoChange"> |
3272 |
<summary></summary> |
3273 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
3274 |
</member>
|
3275 |
<member name="T:Leadtools.ImageProcessing.SpecialEffects.LightCommandData"> |
3276 |
<summary>Defines the information used by LightCommand.</summary> |
3277 |
</member>
|
3278 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.#ctor(Leadtools.LeadPoint,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.RasterColor,System.Int32,Leadtools.ImageProcessing.SpecialEffects.LightCommandType)"> |
3279 |
<summary>Initializes a new instance of LightCommandData with the specified parameters.</summary> |
3280 |
<param name="centerPoint">Center of the ellipse used to represent the light</param> |
3281 |
<param name="width">Width of the ellipse</param> |
3282 |
<param name="height">Height of the ellipse</param> |
3283 |
<param name="angle">Angle by which to rotate the ellipse</param> |
3284 |
<param name="brightness">Intensity or brightness of the light</param> |
3285 |
<param name="edge">Percentage by which to smooth the light border</param> |
3286 |
<param name="fillColor">Color of the light</param> |
3287 |
<param name="opacity">Opacity of the light</param> |
3288 |
<param name="type">Light source type</param> |
3289 |
</member>
|
3290 |
<member name="M:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.#ctor(Leadtools.LeadPoint,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.RasterColor,System.Int32,Leadtools.ImageProcessing.SpecialEffects.LightCommandType)"> |
3291 |
<summary>Initializes a new LightCommandData with explicit parameters.</summary> |
3292 |
<param name="centerPoint">Center of the ellipse used to represent the light.</param> |
3293 |
<param name="width">Value that represents the width of the ellipse used to represent the light. This parameter only accepts positive values.</param> |
3294 |
<param name="height">Value that represents the height of the ellipse used to represent the light. This parameter only accepts positive values.</param> |
3295 |
<param name="angle">Angle by which to rotate the ellipse that represents the light. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000. A positive value will rotate the ellipse clockwise, while a negative value will rotate the ellipse counter-clockwise.</param> |
3296 |
<param name="brightness">Intensity or brightness of the light. This parameter only accepts positive values.</param> |
3297 |
<param name="edge">Percentage by which to smooth the light border. The valid range is from 0 to 100.</param> |
3298 |
<param name="fillColor">Specifies the color of the light.</param> |
3299 |
<param name="opacity">Opacity of the light. This parameter only accepts positive values.</param> |
3300 |
<param name="type">Flag that determines the light source type.</param> |
3301 |
</member>
|
3302 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.Angle"> |
3303 |
<summary>Gets or sets the angle by which to rotate the ellipse that represents the light.</summary> |
3304 |
<value>Angle by which to rotate the ellipse that represents the light. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000. A positive value will rotate the ellipse clockwise, while a negative value will rotate the ellipse counter-clockwise.</value> |
3305 |
</member>
|
3306 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.Brightness"> |
3307 |
<summary>Gets or sets the intensity or brightness of the light.</summary> |
3308 |
<value>Intensity or brightness of the light. This property only accepts positive values.</value> |
3309 |
</member>
|
3310 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.CenterPoint"> |
3311 |
<summary>Gets or sets a point structure that contains the center of the ellipse used to represent the light.</summary> |
3312 |
<value>Point structure that contains the center of the ellipse used to represent the light. This property only accepts positive values.</value> |
3313 |
</member>
|
3314 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.Edge"> |
3315 |
<summary>Gets or sets the percentage by which to smooth the light border.</summary> |
3316 |
<value>Percentage by which to smooth the light border. The valid range is from 0 to 100.</value> |
3317 |
</member>
|
3318 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.Empty"> |
3319 |
<summary>Initializes a new LightCommandData class object with default parameters.</summary> |
3320 |
<value>A new LightCommandData class object with default parameters.</value> |
3321 |
</member>
|
3322 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.FillColor"> |
3323 |
<summary>Gets or sets the color of the light.</summary> |
3324 |
<value>The color of the light.</value> |
3325 |
</member>
|
3326 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.Height"> |
3327 |
<summary>Gets or sets a value that represents the height of the ellipse used to represent the light.</summary> |
3328 |
<value>Value that represents the height of the ellipse used to represent the light.</value> |
3329 |
</member>
|
3330 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.Opacity"> |
3331 |
<summary>Gets or sets the opacity of the light.</summary> |
3332 |
<value>Opacity of the light. This property only accepts positive values.</value> |
3333 |
</member>
|
3334 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.Type"> |
3335 |
<summary>Gets or sets a flag that determines the light source type.</summary> |
3336 |
<value>Value that determines the light source type.</value> |
3337 |
</member>
|
3338 |
<member name="P:Leadtools.ImageProcessing.SpecialEffects.LightCommandData.Width"> |
3339 |
<summary>Gets or sets a value that represents the width of the ellipse used to represent the light.</summary> |
3340 |
<value>Value that represents the width of the ellipse used to represent the light. This property only accepts positive values.</value> |
3341 |
</member>
|
3342 |
</members>
|
3343 |
</doc>
|