markus / KCOM / bin / Debug / Leadtools.ImageProcessing.Effects.xml @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (170 KB)
1 |
<?xml version="1.0" encoding="utf-8"?>
|
---|---|
2 |
<doc>
|
3 |
<assembly>
|
4 |
<name>Leadtools.ImageProcessing.Effects</name> |
5 |
</assembly>
|
6 |
<members>
|
7 |
<member name="T:Leadtools.ImageProcessing.Effects.AddMessageCommand"> |
8 |
<summary>Adds a message (text or file) to the image. This command is available in the Document/Medical Toolkits.</summary> |
9 |
</member>
|
10 |
<member name="M:Leadtools.ImageProcessing.Effects.AddMessageCommand.#ctor"> |
11 |
<summary>Initializes a new AddMessageCommand class object with default parameters.</summary> |
12 |
</member>
|
13 |
<member name="M:Leadtools.ImageProcessing.Effects.AddMessageCommand.#ctor(System.String,System.String,System.String,Leadtools.LeadPoint)"> |
14 |
<summary>Initializes a new AddMessageCommand class object with explicit parameters.</summary> |
15 |
<param name="message">String that will be added to the image. If you want to add a file, set this parameter to null.</param> |
16 |
<param name="password">String that contains the password that will be used when adding the message to the image. To use the default password set this parameter to null. The default password is, "LEAD Technologies".</param> |
17 |
<param name="fileName">String that contains the name of the file that will be added to the image. When adding a file to the image this string contains the name of the file that will be added, and the message parameter must be set to null, otherwise this parameter has no effect.</param> |
18 |
<param name="start">LeadPoint at which the message will be added to the image.</param> |
19 |
</member>
|
20 |
<member name="M:Leadtools.ImageProcessing.Effects.AddMessageCommand.GetStringDescription"> |
21 |
<summary>Returns a meaningful name for this command.</summary> |
22 |
<returns>Character string that contains the name of this command.</returns> |
23 |
</member>
|
24 |
<member name="M:Leadtools.ImageProcessing.Effects.AddMessageCommand.ToString"> |
25 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
26 |
<returns>String that contains the name of this method.</returns> |
27 |
</member>
|
28 |
<member name="P:Leadtools.ImageProcessing.Effects.AddMessageCommand.FileName"> |
29 |
<summary>Gets or sets a string that contains the name of the file that will be added to the image.</summary> |
30 |
<value>String that contains the name of the file that will be added to the image. When adding a message to the image this string contains the name of the file that will be added, and the message property must be set to null, otherwise this parameter has no effect.</value> |
31 |
</member>
|
32 |
<member name="P:Leadtools.ImageProcessing.Effects.AddMessageCommand.Message"> |
33 |
<summary>Gets or sets the string that will be added to the image.</summary> |
34 |
<value>String that will be added to the image. If you want to add a file, set this property to null.</value> |
35 |
</member>
|
36 |
<member name="P:Leadtools.ImageProcessing.Effects.AddMessageCommand.Password"> |
37 |
<summary>Gets or sets the string that contains the password that will be used when adding the message to the image.</summary> |
38 |
<value>Password that will be used when adding the message to the image. To use the default password set this property to null. The default password is, "LEAD Technologies".</value> |
39 |
</member>
|
40 |
<member name="P:Leadtools.ImageProcessing.Effects.AddMessageCommand.Start"> |
41 |
<summary>Gets or sets the point at which the message will be added to the image.</summary> |
42 |
<value>LeadPoint at which the message will be added to the image.</value> |
43 |
</member>
|
44 |
<member name="T:Leadtools.ImageProcessing.Effects.AddNoiseCommand"> |
45 |
<summary>Adds random pixels to an image, letting you specify the percentage of coverage and the color plane.</summary> |
46 |
</member>
|
47 |
<member name="M:Leadtools.ImageProcessing.Effects.AddNoiseCommand.#ctor"> |
48 |
<summary>Initializes a new AddNoiseCommand class object with default parameters.</summary> |
49 |
</member>
|
50 |
<member name="M:Leadtools.ImageProcessing.Effects.AddNoiseCommand.#ctor(System.Int32,Leadtools.RasterColorChannel)"> |
51 |
<summary>Initializes a new AddNoiseCommand class object with explicit parameters.</summary> |
52 |
<param name="range">Percentage of coverage, expressed in tenths of a percent. Valid values are 0 to 1000.</param> |
53 |
<param name="channel">value that represents the color plane to which to add the noise.</param> |
54 |
</member>
|
55 |
<member name="M:Leadtools.ImageProcessing.Effects.AddNoiseCommand.GetStringDescription"> |
56 |
<summary>Returns a meaningful name for this command.</summary> |
57 |
<returns>Character string that contains the name of this command.</returns> |
58 |
</member>
|
59 |
<member name="M:Leadtools.ImageProcessing.Effects.AddNoiseCommand.ToString"> |
60 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
61 |
<returns>String that is the name of this method.</returns> |
62 |
</member>
|
63 |
<member name="P:Leadtools.ImageProcessing.Effects.AddNoiseCommand.Channel"> |
64 |
<summary>Gets or sets a value that represents the color plane to which to add the noise.</summary> |
65 |
<value>Color plane constant. This plane will be affected by the noise.</value> |
66 |
</member>
|
67 |
<member name="P:Leadtools.ImageProcessing.Effects.AddNoiseCommand.Range"> |
68 |
<summary>Gets or sets a value that represents the percentage of coverage, expressed in tenths of a percent.</summary> |
69 |
<value>Percentage of coverage, expressed in tenths of a percent. Valid values are 0 to 1000.</value> |
70 |
</member>
|
71 |
<member name="T:Leadtools.ImageProcessing.Effects.AlphaBlendCommand"> |
72 |
<summary>Combines image data from two images, using a specific opacity value.</summary> |
73 |
</member>
|
74 |
<member name="M:Leadtools.ImageProcessing.Effects.AlphaBlendCommand.#ctor"> |
75 |
<summary>Initializes a new AlphaBlendCommand class object with default parameters.</summary> |
76 |
</member>
|
77 |
<member name="M:Leadtools.ImageProcessing.Effects.AlphaBlendCommand.#ctor(Leadtools.RasterImage,Leadtools.LeadPoint,Leadtools.LeadRect,System.Int32)"> |
78 |
<summary>Initializes a new AlphaBlendCommand class object with explicit parameters.</summary> |
79 |
<param name="sourceImage">RasterImage object that references the source image.</param> |
80 |
<param name="sourcePoint">LeadPoint structure that contains the origin of the source rectangle. The width and height are the same width and height for the destination rectangle.</param> |
81 |
<param name="destinationRect">LeadRect structure that contains the destination rectangle.</param> |
82 |
<param name="opacity">Opacity value used when combining the areas from the source and affected images. This value is between 0 and 255.</param> |
83 |
</member>
|
84 |
<member name="M:Leadtools.ImageProcessing.Effects.AlphaBlendCommand.GetStringDescription"> |
85 |
<summary>Returns a meaningful name for this command.</summary> |
86 |
<returns>Character string that contains the name of this command.</returns> |
87 |
</member>
|
88 |
<member name="M:Leadtools.ImageProcessing.Effects.AlphaBlendCommand.ToString"> |
89 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
90 |
<returns>string that is the name of this method.</returns> |
91 |
</member>
|
92 |
<member name="P:Leadtools.ImageProcessing.Effects.AlphaBlendCommand.DestinationRectangle"> |
93 |
<summary>Gets or sets the rectangle structure that contains the destination rectangle.</summary> |
94 |
<value>LeadRect structure that contains the destination rectangle.</value> |
95 |
</member>
|
96 |
<member name="P:Leadtools.ImageProcessing.Effects.AlphaBlendCommand.Opacity"> |
97 |
<summary>Gets or sets the opacity value used when combining the areas from the source and destination images.</summary> |
98 |
<value>The valid range is from 0 - 65535 for 64-bit, 48-bit and 16-bit grayscale images and from 0 - 4095 for 12-bit grayscale images. Otherwise, it is from 0 to 255.</value> |
99 |
</member>
|
100 |
<member name="P:Leadtools.ImageProcessing.Effects.AlphaBlendCommand.SourceImage"> |
101 |
<summary>Gets or sets the RasterImage object that references the source image.</summary> |
102 |
<value>RasterImage object that references the source image.</value> |
103 |
</member>
|
104 |
<member name="P:Leadtools.ImageProcessing.Effects.AlphaBlendCommand.SourcePoint"> |
105 |
<summary>Gets or sets the point structure that contains the origin of the source rectangle.</summary> |
106 |
<value>LeadPoint structure that contain the origin of the source rectangle. the Width and Height are the same Width and Height for the destination rectangle.</value> |
107 |
</member>
|
108 |
<member name="T:Leadtools.ImageProcessing.Effects.AntiAliasingCommand"> |
109 |
<summary>Applies an anti-aliasing filter to the specified image. This method is available in the Document/Medical Toolkits.</summary> |
110 |
</member>
|
111 |
<member name="M:Leadtools.ImageProcessing.Effects.AntiAliasingCommand.#ctor"> |
112 |
<summary>Initializes a new AntiAliasingCommand class object with default parameters.</summary> |
113 |
</member>
|
114 |
<member name="M:Leadtools.ImageProcessing.Effects.AntiAliasingCommand.#ctor(System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.AntiAliasingCommandType)"> |
115 |
<summary>Initializes a new AntiAliasingCommand class object with explicit parameters.</summary> |
116 |
<param name="threshold">Threshold value that indicates which pixels to smooth. The application of the anti-aliasing filter on the image associates a value with each pixel. Only pixels with values above this threshold are smoothed. This parameter only accepts positive values.</param> |
117 |
<param name="dimension">Value that indicates the size of the anti-aliasing mask. For example, a value of three indicates an anti-aliasing mask of 3 X 3. This parameter only accepts positive values.</param> |
118 |
<param name="filter">Flag that indicates the type of anti-aliasing filter to use.</param> |
119 |
</member>
|
120 |
<member name="M:Leadtools.ImageProcessing.Effects.AntiAliasingCommand.GetStringDescription"> |
121 |
<summary>Returns a meaningful name for this command.</summary> |
122 |
<returns>Character string that contains the name of this command.</returns> |
123 |
</member>
|
124 |
<member name="M:Leadtools.ImageProcessing.Effects.AntiAliasingCommand.ToString"> |
125 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
126 |
<returns>String that contains the name of this method.</returns> |
127 |
</member>
|
128 |
<member name="P:Leadtools.ImageProcessing.Effects.AntiAliasingCommand.Dimension"> |
129 |
<summary>Gets or sets a value that indicates the size of the anti-aliasing mask.</summary> |
130 |
<value>Value that indicates the size of the anti-aliasing mask. For example, a value of three indicates an anti-aliasing mask of 3 X 3. This parameter only accepts positive values.</value> |
131 |
</member>
|
132 |
<member name="P:Leadtools.ImageProcessing.Effects.AntiAliasingCommand.Filter"> |
133 |
<summary>Gets or sets a value that indicates the type of anti-aliasing filter to use.</summary> |
134 |
<value>Value that indicates the type of anti-aliasing filter to use.</value> |
135 |
</member>
|
136 |
<member name="P:Leadtools.ImageProcessing.Effects.AntiAliasingCommand.Threshold"> |
137 |
<summary>Gets or sets the threshold value that indicates which pixels to smooth.</summary> |
138 |
<value>Threshold value that indicates which pixels to smooth. The application of the anti-aliasing filter on the image associates a value with each pixel. Only pixels with values above this threshold are smoothed. This parameter only accepts positive values.</value> |
139 |
</member>
|
140 |
<member name="T:Leadtools.ImageProcessing.Effects.AverageCommand"> |
141 |
<summary>Changes the color of each pixel in an image to the average color of pixels in its neighborhood. This results in a blur effect.</summary> |
142 |
</member>
|
143 |
<member name="M:Leadtools.ImageProcessing.Effects.AverageCommand.#ctor"> |
144 |
<summary>Initializes a new AverageCommand class object with default parameters.</summary> |
145 |
</member>
|
146 |
<member name="M:Leadtools.ImageProcessing.Effects.AverageCommand.#ctor(System.Int32)"> |
147 |
<summary>Initializes a new AverageCommand class object with explicit parameters.</summary> |
148 |
<param name="dimension">Size of the averaging neighborhood. It is the length, in pixels, of one side of a square.</param> |
149 |
</member>
|
150 |
<member name="M:Leadtools.ImageProcessing.Effects.AverageCommand.GetStringDescription"> |
151 |
<summary>Returns a meaningful name for this command.</summary> |
152 |
<returns>Character string that contains the name of this command.</returns> |
153 |
</member>
|
154 |
<member name="M:Leadtools.ImageProcessing.Effects.AverageCommand.ToString"> |
155 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
156 |
<returns>String that contains the name of this method.</returns> |
157 |
</member>
|
158 |
<member name="P:Leadtools.ImageProcessing.Effects.AverageCommand.Dimension"> |
159 |
<summary>Gets or sets the size of the averaging neighborhood.</summary> |
160 |
<value>Size of the averaging neighborhood. It is the length, in pixels, of one side of a square.</value> |
161 |
</member>
|
162 |
<member name="T:Leadtools.ImageProcessing.Effects.BinaryFilterCommand"> |
163 |
<summary>Imposes a binary filter on an image. This command is available in the Document/Medical Toolkits.</summary> |
164 |
</member>
|
165 |
<member name="M:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.#ctor"> |
166 |
<summary>Initializes a new BinaryFilterCommand class object with default parameters.</summary> |
167 |
</member>
|
168 |
<member name="M:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.#ctor(Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined)"> |
169 |
<summary>Initializes a new BinaryFilterCommand class object with a predefined binary filter.</summary> |
170 |
<param name="predefined">A BinaryFilterCommandPredefined enumeration value that specifies which predefined binary filter to use.</param> |
171 |
</member>
|
172 |
<member name="M:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.#ctor(System.Boolean,System.Int32[])"> |
173 |
<summary>Initializes a new BinaryFilterCommand class object with the specified parameters.</summary> |
174 |
<param name="maximum">Value that represents the maximum value.</param> |
175 |
<param name="matrix">Array of filter coefficients.</param> |
176 |
</member>
|
177 |
<member name="M:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.GetStringDescription"> |
178 |
<summary>Returns a meaningful name for this command.</summary> |
179 |
<returns>Character string that contains the name of this command.</returns> |
180 |
</member>
|
181 |
<member name="M:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.ToString"> |
182 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
183 |
<returns>String that contains the name of this method.</returns> |
184 |
</member>
|
185 |
<member name="P:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.Dimension"> |
186 |
<summary>Gets the dimensions of the filter.</summary> |
187 |
<value>The size (number of rows and columns) of the matrix</value> |
188 |
</member>
|
189 |
<member name="P:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.Matrix"> |
190 |
<summary>Gets or sets an array of filter coefficients.</summary> |
191 |
<value>Array of filter coefficients.</value> |
192 |
</member>
|
193 |
<member name="P:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.matrixLength"> |
194 |
<summary>Gets or sets the length of the matrix array</summary> |
195 |
<value>A Int32 that specifies the length of the array in the Matrix property.</value> |
196 |
</member>
|
197 |
<member name="P:Leadtools.ImageProcessing.Effects.BinaryFilterCommand.Maximum"> |
198 |
<summary>Gets or sets the maximum value.</summary> |
199 |
<value>true to erode black objects and false to dilate black objects</value> |
200 |
</member>
|
201 |
<member name="T:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand"> |
202 |
<summary>Shows the effect of using an enlarged halftone screen on each image channel. The filter divides the image into rectangles and replaces each rectangle with circles. Each channel has a separate grid of circles, and has its own angle setting. The size of each circle is proportional to the brightness of the rectangle that it is replacing. This method is available in the Document/Medical toolkits.</summary> |
203 |
</member>
|
204 |
<member name="M:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.#ctor"> |
205 |
<summary>Initializes a new ColorHalftoneCommand with default parameters.</summary> |
206 |
</member>
|
207 |
<member name="M:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"> |
208 |
<summary>Initializes a new ColorHalftoneCommand with explicit parameters.</summary> |
209 |
<param name="maximumRadius">Maximum dot(i.e. circle) size, in pixels. This value should not be less than 5.</param> |
210 |
<param name="cyanAngle">Cyan screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.</param> |
211 |
<param name="magentaAngle">Magenta screen angle, in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.</param> |
212 |
<param name="yellowAngle">Yellow screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.</param> |
213 |
<param name="blackAngle">Black screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.</param> |
214 |
</member>
|
215 |
<member name="M:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.GetStringDescription"> |
216 |
<summary>Returns a meaningful name for this command.</summary> |
217 |
<returns>Character string that contains the name of this command.</returns> |
218 |
</member>
|
219 |
<member name="M:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.ToString"> |
220 |
<summary>Overridden. Returns a meaningful name for this class.</summary> |
221 |
<returns>string that is the name of this method.</returns> |
222 |
</member>
|
223 |
<member name="P:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.BlackAngle"> |
224 |
<summary>Gets or sets a value that represents the black screen angle in a hundredths of degrees (+/-).</summary> |
225 |
<value>Value represents the black screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.</value> |
226 |
</member>
|
227 |
<member name="P:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.CyanAngle"> |
228 |
<summary>Gets or sets a value that represents the cyan screen angle in a hundredths of degrees (+/-).</summary> |
229 |
<value>Value represents the cyan screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise.</value> |
230 |
</member>
|
231 |
<member name="P:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.MagentaAngle"> |
232 |
<summary>Gets or sets a value that represents the magenta screen angle in a hundredths of degrees (+/-).</summary> |
233 |
<value>Value that represents the magenta screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.</value> |
234 |
</member>
|
235 |
<member name="P:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.MaximumRadius"> |
236 |
<summary>Gets or sets a value that represents the maximum dot size, in pixels.</summary> |
237 |
<value>Value that represents the maximum dot size. This value should not be less than 5.</value> |
238 |
</member>
|
239 |
<member name="P:Leadtools.ImageProcessing.Effects.ColorHalftoneCommand.YellowAngle"> |
240 |
<summary>Gets or sets a value that represents the yellow screen angle in a hundredths of degrees (+/-).</summary> |
241 |
<value>Value that represents the yellow screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.</value> |
242 |
</member>
|
243 |
<member name="T:Leadtools.ImageProcessing.Effects.CombineCommand"> |
244 |
<summary>Combines image data from two images (source and destination), letting you specify the areas to be combined, the operations to be performed when combining the data, and which color planes (R or G or B or R, G, and B) are used.</summary> |
245 |
</member>
|
246 |
<member name="M:Leadtools.ImageProcessing.Effects.CombineCommand.#ctor"> |
247 |
<summary>Initializes a new CombineCommand class object with default parameters.</summary> |
248 |
</member>
|
249 |
<member name="M:Leadtools.ImageProcessing.Effects.CombineCommand.#ctor(Leadtools.RasterImage,Leadtools.LeadRect,Leadtools.LeadPoint,Leadtools.ImageProcessing.Effects.CombineCommandFlags)"> |
250 |
<summary>Initializes a new CombineCommand class object with explicit parameters.</summary> |
251 |
<param name="sourceImage">RasterImage object that references the source image, which is combined with the destination image.</param> |
252 |
<param name="destinationRectangle">LeadRect structure that contains the destination rectangle.</param> |
253 |
<param name="sourcePoint">LeadPoint structure that contains the origin of the source rectangle. The width and height of the source rectangle are the same as the destination rectangle.</param> |
254 |
<param name="flags">Flags from seven groups that define treatment of the source, treatment of the destination, the operation to use when combining the data, treatment of the resulting image, and the color plane for the destination, source and resulting images. The flags apply only to the defined rectangles (not necessarily the whole image). You can use a bitwise OR ( &#166; ) to specify one flag from each group.</param> |
255 |
<param name=" (L_UINT) (r)) + (5 ">#define CalcGrayValue16(r, g, b) ((L_UINT16) (((2 * (L_UINT32) (r)) + (5 * (L_UINT32) (g)) + (L_UINT32) (b) + 4) / 8))</param> |
256 |
<param name=" (L_UINT32) (r)) + (5 ">```</param> |
257 |
</member>
|
258 |
<member name="M:Leadtools.ImageProcessing.Effects.CombineCommand.GetStringDescription"> |
259 |
<summary>Returns a meaningful name for this command.</summary> |
260 |
<returns>Character string that contains the name of this command.</returns> |
261 |
</member>
|
262 |
<member name="M:Leadtools.ImageProcessing.Effects.CombineCommand.ToString"> |
263 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
264 |
<returns>String that contains the name of this method.</returns> |
265 |
</member>
|
266 |
<member name="P:Leadtools.ImageProcessing.Effects.CombineCommand.DestinationRectangle"> |
267 |
<summary>Gets or sets the rectangle structure that contains the destination rectangle.</summary> |
268 |
<value>Rectangle structure that contains the destination rectangle.</value> |
269 |
</member>
|
270 |
<member name="P:Leadtools.ImageProcessing.Effects.CombineCommand.Flags"> |
271 |
<summary>Gets or sets flags from seven groups that define treatment of the source, treatment of the destination, the operation to use when combining the data, treatment of the resulting image, and the color planes for the destination, source and resulting images.</summary> |
272 |
<value>Value that represents the flags. The flags apply only to the defined rectangles (not necessarily the entire image). You can use a bitwise OR ( &#166; ) to specify one flag from each group.</value> |
273 |
</member>
|
274 |
<member name="P:Leadtools.ImageProcessing.Effects.CombineCommand.SourceImage"> |
275 |
<summary>Gets or sets the RasterImage object that references the source image.</summary> |
276 |
<value>RasterImage object that references the source image, which is combined with the destination image.</value> |
277 |
</member>
|
278 |
<member name="P:Leadtools.ImageProcessing.Effects.CombineCommand.SourcePoint"> |
279 |
<summary>Gets or sets a point structure that contains the origin of the source rectangle.</summary> |
280 |
<value>Point structure that contains the origin of the source rectangle. The width and height of the source rectangle are the same as those of the destination rectangle.</value> |
281 |
</member>
|
282 |
<member name="T:Leadtools.ImageProcessing.Effects.ContourFilterCommand"> |
283 |
<summary>Performs a contour segment filter on the source image. This command is available in the Document/Medical Toolkits.</summary> |
284 |
</member>
|
285 |
<member name="M:Leadtools.ImageProcessing.Effects.ContourFilterCommand.#ctor"> |
286 |
<summary>Initializes a new ContourFilterCommand class object with default parameters.</summary> |
287 |
</member>
|
288 |
<member name="M:Leadtools.ImageProcessing.Effects.ContourFilterCommand.#ctor(System.Int32,System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.ContourFilterCommandType)"> |
289 |
<summary>Initializes a new ContourFilterCommand class object with explicit parameters.</summary> |
290 |
<param name="threshold">Threshold of the gradient magnitude. Values below this will be considered as background, and will be set to 0. Values can be from 1 to 254. A lower threshold provides a better quality image. Default is 15.</param> |
291 |
<param name="deltaDirection">Maximum angle for the thinning algorithm. Values can be from 1 to 64. Default is 35.</param> |
292 |
<param name="maximumError">Maximum error for approximation algorithm. Values can be from 0 to 255. Default is 5. This parameter is only valid if the type parameter is set to ApproxColor.</param> |
293 |
<param name="type">Flag that controls the resulting image. This value tells the command what process to complete before returning.</param> |
294 |
</member>
|
295 |
<member name="M:Leadtools.ImageProcessing.Effects.ContourFilterCommand.GetStringDescription"> |
296 |
<summary>Returns a meaningful name for this command.</summary> |
297 |
<returns>Character string that contains the name of this command.</returns> |
298 |
</member>
|
299 |
<member name="M:Leadtools.ImageProcessing.Effects.ContourFilterCommand.ToString"> |
300 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
301 |
<returns>String that contains the name of this command.</returns> |
302 |
</member>
|
303 |
<member name="P:Leadtools.ImageProcessing.Effects.ContourFilterCommand.DeltaDirection"> |
304 |
<summary>Gets or sets the maximum angle for the thinning algorithm.</summary> |
305 |
<value>Maximum angle for the thinning algorithm. Values can be from 1 to 64. Default is 35.</value> |
306 |
</member>
|
307 |
<member name="P:Leadtools.ImageProcessing.Effects.ContourFilterCommand.MaximumError"> |
308 |
<summary>Gets or sets the maximum error for the approximation algorithm.</summary> |
309 |
<value>Maximum error for the approximation algorithm. Values can be from 0 to 255. Default is 5. This property is only valid if the Type property is set to ApproxColor.</value> |
310 |
</member>
|
311 |
<member name="P:Leadtools.ImageProcessing.Effects.ContourFilterCommand.Threshold"> |
312 |
<summary>Gets or sets the threshold of the gradient magnitude.</summary> |
313 |
<value>Threshold of the gradient magnitude. Values below this will be considered as background, and will be set to 0. Values can be from 1 to 254. A lower threshold provides a better quality image. Default is 15.</value> |
314 |
</member>
|
315 |
<member name="P:Leadtools.ImageProcessing.Effects.ContourFilterCommand.Type"> |
316 |
<summary>Gets or sets a value that controls the resulting image.</summary> |
317 |
<value>Enumerated value that controls the resulting image. This value tells the method what process to complete before returning.</value> |
318 |
</member>
|
319 |
<member name="T:Leadtools.ImageProcessing.Effects.CubismCommand"> |
320 |
<summary>Remaps the image into a collection of rotated rectangles (cubic faces) so that it appears to have been created in the Cubist art style.</summary> |
321 |
</member>
|
322 |
<member name="M:Leadtools.ImageProcessing.Effects.CubismCommand.#ctor"> |
323 |
<summary>Initializes a new CubismCommand class object with default parameters.</summary> |
324 |
</member>
|
325 |
<member name="M:Leadtools.ImageProcessing.Effects.CubismCommand.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.RasterColor,Leadtools.ImageProcessing.Effects.CubismCommandFlags)"> |
326 |
<summary>Initializes a new CubismCommand class object with explicit parameters.</summary> |
327 |
<param name="space">Space between cubes, in pixels. As this value decreases the concentration of cubes increases and vice versa. The valid range is from 1 to the image or region dimension that is minimum, that is the minimum value of the height and width. This parameter only accepts positive values.</param> |
328 |
<param name="length">Cube side length, in pixels. This parameter only accepts positive values.</param> |
329 |
<param name="brightness">A value that indicates the brightness of the image. This value can be a number between -1000 and 1000. Negative values darken the image and positive values lighten the image.</param> |
330 |
<param name="angle">The cube's angle of orientation, in hundredths of a degree (+/-). This value is ignored if the CubismCommandFlags.Random flag has been set in the flags parameter. Possible values are from -36000 to 36000.</param> |
331 |
<param name="fillColor">Specifies the background color. This value is ignored if the CubismCommandFlags.Background flag has been set in the flags parameter.</param> |
332 |
<param name="flags">Flags that indicate the background color, cube shape and cube orientation. You can use a bit wise OR ( &#166; ) to specify one flag from each group.</param> |
333 |
</member>
|
334 |
<member name="M:Leadtools.ImageProcessing.Effects.CubismCommand.GetStringDescription"> |
335 |
<summary>Returns a meaningful name for this command.</summary> |
336 |
<returns>Character string that contains the name of this command.</returns> |
337 |
</member>
|
338 |
<member name="M:Leadtools.ImageProcessing.Effects.CubismCommand.ToString"> |
339 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
340 |
<returns>String that contains the name of this command.</returns> |
341 |
</member>
|
342 |
<member name="P:Leadtools.ImageProcessing.Effects.CubismCommand.Angle"> |
343 |
<summary>Gets or sets the cube's angle of orientation.</summary> |
344 |
<value>The cube's angle of orientation, in hundredths of a degree (+/-). This value is ignored if the CubismCommandFlags.Random flag has been set in the Flags property. Possible values are from -36000 to 36000.</value> |
345 |
</member>
|
346 |
<member name="P:Leadtools.ImageProcessing.Effects.CubismCommand.Brightness"> |
347 |
<summary>Gets or sets a value that indicates the brightness of the image.</summary> |
348 |
<value>A value that indicates the brightness of the image. This value can be a number between -1000 and 1000. Negative values darken the image and positive values lighten the image.</value> |
349 |
</member>
|
350 |
<member name="P:Leadtools.ImageProcessing.Effects.CubismCommand.FillColor"> |
351 |
<summary>Gets or sets the background color.</summary> |
352 |
<value>Value that represents the background color. This value is ignored if the CubismCommandFlags.Background flag has been set in the Flags property.</value> |
353 |
</member>
|
354 |
<member name="P:Leadtools.ImageProcessing.Effects.CubismCommand.Flags"> |
355 |
<summary>Gets or sets flags that indicate the background color, cube shape and cube orientation.</summary> |
356 |
<value>Flags that indicate the background color, cube shape and cube orientation. You can use a bit wise OR ( &#166; ) to specify one flag from each group.</value> |
357 |
</member>
|
358 |
<member name="P:Leadtools.ImageProcessing.Effects.CubismCommand.Length"> |
359 |
<summary>Gets or sets a value that represents the cube side length, in pixels.</summary> |
360 |
<value>Cube side length, in pixels. This property only accepts positive values.</value> |
361 |
</member>
|
362 |
<member name="P:Leadtools.ImageProcessing.Effects.CubismCommand.Space"> |
363 |
<summary>Gets or sets a value that represents the space between cubes.</summary> |
364 |
<value>Value that represents the space between cubes, in pixels. As this value decreases the concentration of cubes increases and vice versa. The valid range is from 1 to the image or region dimension that is minimum, that is the minimum value of the height and width. This property only accepts positive values.</value> |
365 |
</member>
|
366 |
<member name="T:Leadtools.ImageProcessing.Effects.DeinterlaceCommand"> |
367 |
<summary>Deinterlaces video source images by removing the black lines.</summary> |
368 |
</member>
|
369 |
<member name="M:Leadtools.ImageProcessing.Effects.DeinterlaceCommand.#ctor"> |
370 |
<summary>Initializes a new DeinterlaceCommand class object with default parameters.</summary> |
371 |
</member>
|
372 |
<member name="M:Leadtools.ImageProcessing.Effects.DeinterlaceCommand.#ctor(Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags)"> |
373 |
<summary>Initializes a new DeinterlaceCommand class object with explicit parameters.</summary> |
374 |
<param name="flags">Flags that indicate how to deinterlace the image and whether to remove odd lines or even lines. You can use a bit wise OR ( &#166; ) to specify one flag from each group.</param> |
375 |
</member>
|
376 |
<member name="M:Leadtools.ImageProcessing.Effects.DeinterlaceCommand.GetStringDescription"> |
377 |
<summary>Returns a meaningful name for this command.</summary> |
378 |
<returns>Character string that contains the name of this command.</returns> |
379 |
</member>
|
380 |
<member name="M:Leadtools.ImageProcessing.Effects.DeinterlaceCommand.ToString"> |
381 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
382 |
<returns>String that contains the name of this command.</returns> |
383 |
</member>
|
384 |
<member name="P:Leadtools.ImageProcessing.Effects.DeinterlaceCommand.Flags"> |
385 |
<summary>Gets or sets flags that indicate how to deinterlace the image and whether to remove odd lines or even lines.</summary> |
386 |
<value>Flags that indicate how to deinterlace the image and whether to remove odd lines or even lines. You can use a bit wise OR ( &#166; ) to specify one flag from each group.</value> |
387 |
</member>
|
388 |
<member name="T:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand"> |
389 |
<summary>Detects the variation of colors in the specified direction using statistical indices. It is similar to EdgeDetectStatisticalCommand, but this command allows you to specify the direction angle.</summary> |
390 |
</member>
|
391 |
<member name="M:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.#ctor"> |
392 |
<summary>Initializes a new DirectionEdgeStatisticalCommand class object with default parameters.</summary> |
393 |
</member>
|
394 |
<member name="M:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.#ctor(System.Int32,System.Int32,System.Int32,Leadtools.RasterColor,Leadtools.RasterColor)"> |
395 |
<summary>Initializes a new DirectionEdgeStatisticalCommand class object with explicit parameters.</summary> |
396 |
<param name="dimension">The dimension or the number of pixels used to calculate the edge in the specified direction, This parameter only accepts positive values.</param> |
397 |
<param name="threshold">Threshold value used to determine which pixels are edge pixels. If the difference in the intensity value between the pixel being tested and the average intensity of the pixels in the area specified in the dimension parameter around it is greater than this value, the pixel is an edge pixel. The threshold 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. The threshold is applied on channels separately.</param> |
398 |
<param name="angle">Value that represents the edge detector direction, in hundredths of degrees. Valid values range from -18000 through 18000. Positive values are produced by counterclockwise rotation above the horizon and negative values are produced by clockwise rotation below the horizon. This value is divided internally by 100.</param> |
399 |
<param name="edgeColor">Edge color.</param> |
400 |
<param name="backGroundColor">Non edge color.</param> |
401 |
</member>
|
402 |
<member name="M:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.GetStringDescription"> |
403 |
<summary>Returns a meaningful name for this command.</summary> |
404 |
<returns>Character string that contains the name of this command.</returns> |
405 |
</member>
|
406 |
<member name="M:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.ToString"> |
407 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
408 |
<returns>String that contains the name of this command.</returns> |
409 |
</member>
|
410 |
<member name="P:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.Angle"> |
411 |
<summary>Gets or sets a value that specifies the edge detector direction, in hundredths of degrees.</summary> |
412 |
<value>Value that specifies the edge detector direction, in hundredths of degrees. Valid values range from -18000 through 18000. Positive values are produced by counterclockwise rotation above the horizon and negative values are produced by clockwise rotation below the horizon. This value is divided internally by 100.</value> |
413 |
</member>
|
414 |
<member name="P:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.BackGroundColor"> |
415 |
<summary>Gets or sets the non-edge color.</summary> |
416 |
<value>Non-edge color.</value> |
417 |
</member>
|
418 |
<member name="P:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.Dimension"> |
419 |
<summary>Gets or sets the dimension or the number of pixels used to calculate the edge in the specified direction.</summary> |
420 |
<value>The dimension or the number of pixels used to calculate the edge in the specified direction. This property only accepts positive values.</value> |
421 |
</member>
|
422 |
<member name="P:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.EdgeColor"> |
423 |
<summary>Gets or sets the edge color.</summary> |
424 |
<value>Edge color.</value> |
425 |
</member>
|
426 |
<member name="P:Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand.Threshold"> |
427 |
<summary>Gets or sets the threshold value used to determine which pixels are edge pixels.</summary> |
428 |
<value>Threshold value used to determine which pixels are edge pixels. If the difference in the intensity value between the pixel being tested and the average intensity of the pixels in the area specified in the Dimension property around it is greater than this value, the pixel is an edge pixel. The threshold 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. The threshold is applied on channels separately.</value> |
429 |
</member>
|
430 |
<member name="T:Leadtools.ImageProcessing.Effects.DisplacementCommand"> |
431 |
<summary>Displaces image pixels horizontally and vertically according to the values of the displacement map image.</summary> |
432 |
</member>
|
433 |
<member name="M:Leadtools.ImageProcessing.Effects.DisplacementCommand.#ctor"> |
434 |
<summary>Initializes a new DisplacementCommand class object with default parameters.</summary> |
435 |
</member>
|
436 |
<member name="M:Leadtools.ImageProcessing.Effects.DisplacementCommand.#ctor(Leadtools.RasterImage,System.Int32,System.Int32,Leadtools.RasterColor,Leadtools.ImageProcessing.Effects.DisplacementCommandFlags)"> |
437 |
<summary>Initializes a new DisplacementCommand class object with explicit parameters.</summary> |
438 |
<param name="displacementMapImage">The displacement map image.</param> |
439 |
<param name="horizontalFactor">Horizontal displacement factor, in percent of the image dimensions. The valid range is from 0 to 100.</param> |
440 |
<param name="verticalFactor">Vertical displacement factor, in percent of the image dimensions. The valid range is from 0 to 100.</param> |
441 |
<param name="fillColor">The RasterColor value that specifies the fill color for any exposed areas.</param> |
442 |
<param name="flags">Flags that indicate how to handle exposed areas, and the way to use the displacement map image.</param> |
443 |
</member>
|
444 |
<member name="M:Leadtools.ImageProcessing.Effects.DisplacementCommand.GetStringDescription"> |
445 |
<summary>Returns a meaningful name for this command.</summary> |
446 |
<returns>Character string that contains the name of this command.</returns> |
447 |
</member>
|
448 |
<member name="M:Leadtools.ImageProcessing.Effects.DisplacementCommand.ToString"> |
449 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
450 |
<returns>String that contains the name of this command.</returns> |
451 |
</member>
|
452 |
<member name="P:Leadtools.ImageProcessing.Effects.DisplacementCommand.DisplacementMapImage"> |
453 |
<summary>Gets or sets the value that indicates the displacement image handle.</summary> |
454 |
<value>Value that indicates the displacement image handle.</value> |
455 |
</member>
|
456 |
<member name="P:Leadtools.ImageProcessing.Effects.DisplacementCommand.FillColor"> |
457 |
<summary>Gets or sets the value that indicates the RasterColor value that specifies the fill color for any exposed areas.</summary> |
458 |
<value>Value that indicates the RasterColor value that specifies the fill color for any exposed areas.</value> |
459 |
</member>
|
460 |
<member name="P:Leadtools.ImageProcessing.Effects.DisplacementCommand.Flags"> |
461 |
<summary>Gets or sets the value that indicates the how to handle exposed areas, and the way to use the displacement map image.</summary> |
462 |
<value>Value that indicates the how to handle exposed areas, and the way to use the displacement map image.</value> |
463 |
</member>
|
464 |
<member name="P:Leadtools.ImageProcessing.Effects.DisplacementCommand.HorizontalFactor"> |
465 |
<summary>Gets or sets the value that indicates the horizontal displacement factor, in percent of the image dimensions.</summary> |
466 |
<value>Value that indicates the horizontal displacement factor, in percent of the image dimensions. The valid range is from 0 to 100.</value> |
467 |
</member>
|
468 |
<member name="P:Leadtools.ImageProcessing.Effects.DisplacementCommand.VerticalFactor"> |
469 |
<summary>Gets or sets the value that indicates the vertical displacement factor, in percent of the image dimensions.</summary> |
470 |
<value>Value that indicates the vertical displacement factor, in percent of the image dimensions. The valid range is from 0 to 100.</value> |
471 |
</member>
|
472 |
<member name="T:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand"> |
473 |
<summary>Performs edge detection on the image.</summary> |
474 |
</member>
|
475 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand.#ctor"> |
476 |
<summary>Initializes a new EdgeDetectEffectCommand class object with default parameters.</summary> |
477 |
</member>
|
478 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand.#ctor(System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommandType)"> |
479 |
<summary>Initializes a new EdgeDetectEffectCommand class object with explicit parameters.</summary> |
480 |
<param name="level">Level value used to determine the brightness of the edges. Standard value is 50. Range between 1 and 100. Big values will produce bright edges.</param> |
481 |
<param name="threshold">Threshold value used to determine which pixels are going to be filtered. If the difference determined for a pixel is less than this value, the pixel is set to 0. If the difference is greater, the filter will be applied to the pixel. This parameter only accepts positive values.</param> |
482 |
<param name="type">Flag that indicates the type of edge to generate.</param> |
483 |
</member>
|
484 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand.GetStringDescription"> |
485 |
<summary>Returns a meaningful name for this command.</summary> |
486 |
<returns>Character string that contains the name of this command.</returns> |
487 |
</member>
|
488 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand.ToString"> |
489 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
490 |
<returns>String that contains the name of this command.</returns> |
491 |
</member>
|
492 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand.Level"> |
493 |
<summary>Gets or sets the level value used to determine the brightness of the edges.</summary> |
494 |
<value>Level value used to determine the brightness of the edges. Standard value is 50. Range is between 1 and 100. Big values will produce bright edges.</value> |
495 |
</member>
|
496 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand.Threshold"> |
497 |
<summary>Gets or sets the threshold value used to determine which pixels are going to be filtered.</summary> |
498 |
<value>Threshold value used to determine which pixels are going to be filtered. If the difference determined for a pixel is less than this value, the pixel is set to 0. If the difference is greater, the filter will be applied to the pixel. This property only accepts positive values.</value> |
499 |
</member>
|
500 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand.Type"> |
501 |
<summary>Flag that indicates the type of edge to generate.</summary> |
502 |
<value>Flag that indicates the type of edge to generate.</value> |
503 |
</member>
|
504 |
<member name="T:Leadtools.ImageProcessing.Effects.EdgeDetectorCommand"> |
505 |
<summary>Applies the specified edge filter to an image. This command is available in the Document/Medical Toolkits.</summary> |
506 |
</member>
|
507 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectorCommand.#ctor"> |
508 |
<summary>Initializes a new EdgeDetectorCommand class object with default parameters.</summary> |
509 |
</member>
|
510 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectorCommand.#ctor(System.Int32,Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType)"> |
511 |
<summary>Initializes a new EdgeDetectorCommand class object with explicit parameters.</summary> |
512 |
<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. This parameter only accepts positive values.</param> |
513 |
<param name="filter">Flag that indicates which edge detection filter to apply.</param> |
514 |
</member>
|
515 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectorCommand.GetStringDescription"> |
516 |
<summary>Returns a meaningful name for this command.</summary> |
517 |
<returns>Character string that contains the name of this command.</returns> |
518 |
</member>
|
519 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectorCommand.ToString"> |
520 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
521 |
<returns>String that contains the name of this command.</returns> |
522 |
</member>
|
523 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectorCommand.Filter"> |
524 |
<summary>Flag that indicates which edge detection filter to apply.</summary> |
525 |
<value>Flag that indicates which edge detection filter to apply.</value> |
526 |
</member>
|
527 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectorCommand.Threshold"> |
528 |
<summary>Gets or sets the threshold value used to determine which pixels are edge pixels.</summary> |
529 |
<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. This property only accepts positive values.</value> |
530 |
</member>
|
531 |
<member name="T:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand"> |
532 |
<summary>Detects edges by examining the variation of colors in all directions using statistical indices.</summary> |
533 |
</member>
|
534 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand.#ctor"> |
535 |
<summary>Initializes a new EdgeDetectStatisticalCommand class object with default parameters.</summary> |
536 |
</member>
|
537 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand.#ctor(System.Int32,System.Int32,Leadtools.RasterColor,Leadtools.RasterColor)"> |
538 |
<summary>Initializes a new EdgeDetectStatisticalCommand class object with explicit parameters.</summary> |
539 |
<param name="dimension">Dimensions of the neighborhood used to detect edges (Dimension x Dimension), in pixels. This parameter only accepts positive values.</param> |
540 |
<param name="threshold">Threshold value used to determine which pixels are edge pixels. If the difference determined by the edge detector algorithm for a pixel is greater than this value, the pixel is an edge pixel. This parameter only accepts positive values.</param> |
541 |
<param name="edgeColor">Edge color.</param> |
542 |
<param name="backGroundColor">Non edge color.</param> |
543 |
</member>
|
544 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand.GetStringDescription"> |
545 |
<summary>Returns a meaningful name for this command.</summary> |
546 |
<returns>Character string that contains the name of this command.</returns> |
547 |
</member>
|
548 |
<member name="M:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand.ToString"> |
549 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
550 |
<returns>String that contains the name of this command.</returns> |
551 |
</member>
|
552 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand.BackGroundColor"> |
553 |
<summary>Gets or sets the non-edge color.</summary> |
554 |
<value>Non-edge color.</value> |
555 |
</member>
|
556 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand.Dimension"> |
557 |
<summary>Gets or sets the dimensions of the neighborhood used to detect edges (Dimension x Dimension), in pixels. This property only accepts positive values.</summary> |
558 |
<value>Dimensions of the neighborhood used to detect edges (Dimension x Dimension), in pixels.</value> |
559 |
</member>
|
560 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand.EdgeColor"> |
561 |
<summary>Gets or sets the edge color.</summary> |
562 |
<value>Edge color.</value> |
563 |
</member>
|
564 |
<member name="P:Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand.Threshold"> |
565 |
<summary>Gets or sets the threshold value used to determine which pixels are edge pixels.</summary> |
566 |
<value>Threshold value used to determine which pixels are edge pixels. If the difference determined by the edge detector algorithm for a pixel is greater than this value, the pixel is an edge pixel. This property only accepts positive values.</value> |
567 |
</member>
|
568 |
<member name="T:Leadtools.ImageProcessing.Effects.EffectsUtilities"> |
569 |
<summary>Effect utility class.</summary> |
570 |
</member>
|
571 |
<member name="M:Leadtools.ImageProcessing.Effects.EffectsUtilities.GetCurvePoints(System.Int32[],Leadtools.LeadPoint,Leadtools.ImageProcessing.Effects.CurvePointsType)"> |
572 |
<summary>Updates the curve array based on a curve or lines that pass through the specified points.</summary> |
573 |
<param name="curve">Array of integers to be filled by this method. To get the real value of the array elements, each of the values must be divided by 1000.</param> |
574 |
<param name="userPoints">Array of LeadPoint structures that contain the points on the curve used to determine the values of curve array. The minimum x coordinate value is 0.</param> |
575 |
<param name="type">Flag that indicates the method to be used to update the curve array.</param> |
576 |
<returns>return the number of entries in curve array that were actually updated by this method.</returns> |
577 |
</member>
|
578 |
<member name="M:Leadtools.ImageProcessing.Effects.EffectsUtilities.GetFunctionalLookupTable(System.Int32[],System.Int32,System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags)"> |
579 |
<summary>Updates a range of entries in the lookup table, based on the specified mathematical function.</summary> |
580 |
<param name="lookupTable">Lookup table array to be filled by this method. The user must set the first and the last element of the lookup table manually (i.e. lookupTable\[0\] = firstValue; lookupTable\[tableSize - 1\] = lastValue;), if you set the first element to last value and the last element to the first value then the lookup table will become inverted.</param> |
581 |
<param name="start">Index of the first entry in the lookup table to update. The indices of the table correspond to the intensity values. If this parameter has a negative value the corresponding index to \lookupTable\ is equal to its value + its length. The range of its possible value is between (-\lookupTable\ length/2) and (\lookupTable\ length/2 - 1).</param> |
582 |
<param name="end">Index of the last entry in the lookup table to update. The indices of the table correspond to the intensity values. If this parameter has a negative value the corresponding index to \lookupTable\ is equal to its value + its length. The range of its possible value is between (-\lookupTable\ length/2) and (\lookupTable\ length/2 - 1).</param> |
583 |
<param name="factor">Value that indicates the factor to be applied in the function operation specified in the \flags\ parameter. This parameter is used only if \flags\ is set to FunctionalLookupTableFlags.Exponential, FunctionalLookupTableFlags.Sigmoid or FunctionalLookupTableFlags.Logarithm. If FunctionalLookupTableFlags.Exponential or FunctionalLookupTableFlags.Sigmoid is set, the value of this parameter can be any integer (+/-). If FunctionalLookupTableFlags.Logarithm is set, its value should be >= 0. However, if \factor\ = 0, the lookup table will be filled linearly from start to end, regardless of the value set in \flags\.</param> |
584 |
<param name="flags">Flags that indicate the function used to update the lookup table and whether or not the \lookupTable\ should contain signed or unsigned data.</param> |
585 |
</member>
|
586 |
<member name="M:Leadtools.ImageProcessing.Effects.EffectsUtilities.GetFunctionalLookupTable(System.Int32[],System.Int32,System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags)"> |
587 |
<summary>Updates a range of entries in the lookup table, based on the specified mathematical function. For more information about this function please refer to GetFunctionalLookupTable</summary> |
588 |
<param name="lookupTable">The initial lookup table array. The user must set the first and the last element of the lookup table manually (i.e. lookupTable\[0\] = firstValue; lookupTable\[tableSize - 1\] = lastValue;), if you set the first element to last value and the last element to the first value then the lookup table will become inverted. This array is readonly and will not be updated, this function will return the updated lookup table array as the return value of this function.</param> |
589 |
<param name="start">Index of the first entry in the lookup table to update. The indices of the table correspond to the intensity values. If this parameter has a negative value the corresponding index to \lookupTable\ is equal to its value + its length. The range of its possible value is between (-\lookupTable\ length/2) and (\lookupTable\ length/2 - 1).</param> |
590 |
<param name="end">Index of the last entry in the lookup table to update. The indices of the table correspond to the intensity values. If this parameter has a negative value the corresponding index to \lookupTable\ is equal to its value + its length. The range of its possible value is between (-\lookupTable\ length/2) and (\lookupTable\ length/2 - 1).</param> |
591 |
<param name="factor">Value that indicates the factor to be applied in the function operation specified in the \flags\ parameter. This parameter is used only if \flags\ is set to FunctionalLookupTableFlags.Exponential, FunctionalLookupTableFlags.Sigmoid or FunctionalLookupTableFlags.Logarithm. If FunctionalLookupTableFlags.Exponential or FunctionalLookupTableFlags.Sigmoid is set, the value of this parameter can be any integer (+/-). If FunctionalLookupTableFlags.Logarithm is set, its value should be >= 0. However, if \factor\ = 0, the lookup table will be filled linearly from start to end, regardless of the value set in \flags\.</param> |
592 |
<param name="flags">Flags that indicate the function used to update the lookup table and whether or not the \lookupTable\ should contain signed or unsigned data.</param> |
593 |
<returns>This function returns the updated lookup table array</returns> |
594 |
</member>
|
595 |
<member name="M:Leadtools.ImageProcessing.Effects.EffectsUtilities.GetRegionPerimeterLength(Leadtools.RasterImage,Leadtools.RasterRegionXForm)"> |
596 |
<summary>Updates the curve array based on a curve or lines that pass through the specified points.</summary> |
597 |
<param name="image">References the image that contains the region.</param> |
598 |
<param name="xForm">RasterRegionXForm object that contains information used to translate between display coordinates and image coordinates. If you specify null in this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image's view perspective.</param> |
599 |
<returns>The perimeter length of the region.</returns> |
600 |
</member>
|
601 |
<member name="M:Leadtools.ImageProcessing.Effects.EffectsUtilities.GetUserLookupTable(System.Int32[],Leadtools.LeadPoint)"> |
602 |
<summary>Updates the lookup table, based on a curve that passes through the specified points.</summary> |
603 |
<param name="lookupTable">Lookup table array to be filled by this method.</param> |
604 |
<param name="userPoints">Array of LeadPoint structures that contain the points on the curve used to update the lookup table.</param> |
605 |
<returns>return the number of entries in the lookup table array that were actually updated by this method.</returns> |
606 |
</member>
|
607 |
<member name="T:Leadtools.ImageProcessing.Effects.EmbossCommand"> |
608 |
<summary>Applies an emboss effect to an image, letting you specify the depth and direction of the effect.</summary> |
609 |
</member>
|
610 |
<member name="M:Leadtools.ImageProcessing.Effects.EmbossCommand.#ctor"> |
611 |
<summary>Initializes a new EmbossCommand class object with default parameters.</summary> |
612 |
</member>
|
613 |
<member name="M:Leadtools.ImageProcessing.Effects.EmbossCommand.#ctor(Leadtools.ImageProcessing.Effects.EmbossCommandDirection,System.Int32)"> |
614 |
<summary>Initializes a new EmbossCommand class object with explicit parameters.</summary> |
615 |
<param name="direction">The direction of the apparent light source. Only positive values are accepted.</param> |
616 |
<param name="depth">The apparent depth of this three-dimensional effect. Valid values are 0 to 1000, with 500 as normal.</param> |
617 |
</member>
|
618 |
<member name="M:Leadtools.ImageProcessing.Effects.EmbossCommand.GetStringDescription"> |
619 |
<summary>Returns a meaningful name for this command.</summary> |
620 |
<returns>Character string that contains the name of this command.</returns> |
621 |
</member>
|
622 |
<member name="M:Leadtools.ImageProcessing.Effects.EmbossCommand.ToString"> |
623 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
624 |
<returns>String that contains the name of this command.</returns> |
625 |
</member>
|
626 |
<member name="P:Leadtools.ImageProcessing.Effects.EmbossCommand.Depth"> |
627 |
<summary>Gets or sets a value that represents the apparent depth of this three-dimensional effect.</summary> |
628 |
<value>Value that represents the apparent depth of this three-dimensional effect. Valid values are 0 to 1000, with 500 as normal.</value> |
629 |
</member>
|
630 |
<member name="P:Leadtools.ImageProcessing.Effects.EmbossCommand.Direction"> |
631 |
<summary>Gets or sets a value that represents the direction of the apparent light source.</summary> |
632 |
<value>Value that represents the direction of the apparent light source.</value> |
633 |
</member>
|
634 |
<member name="T:Leadtools.ImageProcessing.Effects.ExtractMessageCommand"> |
635 |
<summary>Extracts a message (text or file) from the image, if the image has an embedded message. This command is available in the Document/Medical Toolkits.</summary> |
636 |
</member>
|
637 |
<member name="M:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.#ctor"> |
638 |
<summary>Initializes a new ExtractMessageCommand class object with default parameters.</summary> |
639 |
</member>
|
640 |
<member name="M:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.#ctor(System.String,System.String,Leadtools.LeadPoint)"> |
641 |
<summary>Initializes a new ExtractMessageCommand class object with explicit parameters.</summary> |
642 |
<param name="password">String that contains the password used when extracting the message from the image.</param> |
643 |
<param name="directory">String that contains the full path name of the directory in which to save the extracted file. If the extracted message is a file this parameter is used to specify the path for saving the extracted file. To save the extracted file using the original path, set this parameter to null. If the extracted message is text this parameter has no effect.</param> |
644 |
<param name="start">LeadPoint at which the message will be extracted from the image.</param> |
645 |
</member>
|
646 |
<member name="M:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.GetStringDescription"> |
647 |
<summary>Returns a meaningful name for this command.</summary> |
648 |
<returns>Character string that contains the name of this command.</returns> |
649 |
</member>
|
650 |
<member name="M:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.ToString"> |
651 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
652 |
<returns>String that contains the name of this command.</returns> |
653 |
</member>
|
654 |
<member name="P:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.Directory"> |
655 |
<summary>Gets or sets the full path name of the directory in which to save the extracted file.</summary> |
656 |
<value>Full path name of the directory in which to save the extracted file. If the extracted message is a file this property is used to specify the path for saving the extracted file. To save the extracted file using the original path, set this property to null. If the extracted message is text this property has no effect.</value> |
657 |
</member>
|
658 |
<member name="P:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.FileName"> |
659 |
<summary>This property is updated with the name of the file extracted from an image.</summary> |
660 |
<value>String that contains the name of the file that will be extracted from an image.</value> |
661 |
</member>
|
662 |
<member name="P:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.Message"> |
663 |
<summary>This property is updated with the text extracted from the image.</summary> |
664 |
<value>String that contains the text extracted from the image.</value> |
665 |
</member>
|
666 |
<member name="P:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.Password"> |
667 |
<summary>Gets or sets the password used when extracting the message from the image.</summary> |
668 |
<value>Password used when extracting the message from the image.</value> |
669 |
</member>
|
670 |
<member name="P:Leadtools.ImageProcessing.Effects.ExtractMessageCommand.Start"> |
671 |
<summary>Gets or sets the point at which the message will be extracted from the image.</summary> |
672 |
<value>LeadPoint at which the message will be extracted from the image.</value> |
673 |
</member>
|
674 |
<member name="T:Leadtools.ImageProcessing.Effects.FadedMaskCommand"> |
675 |
<summary>Creates a fade mask image in which the color of each pixel is changed with respect to its position in the image. This change depends on the fade rate.</summary> |
676 |
</member>
|
677 |
<member name="M:Leadtools.ImageProcessing.Effects.FadedMaskCommand.#ctor"> |
678 |
<summary>Initializes a new FadedMaskCommand class object with default parameters.</summary> |
679 |
</member>
|
680 |
<member name="M:Leadtools.ImageProcessing.Effects.FadedMaskCommand.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags,System.Int32,Leadtools.RasterColor)"> |
681 |
<summary>Initializes a new FadedMaskCommand class object with explicit parameters.</summary> |
682 |
<param name="length">Value that represents the extent of the fade, in pixels.</param> |
683 |
<param name="fadeRate">Value that represents the rate at which the color will fade with each step. Values are between 0 and 255.</param> |
684 |
<param name="stepSize">Step size at which the color will change. This value is in pixels.</param> |
685 |
<param name="inflate">Value used to expand the resulting image. This parameter is valid only when FadedMaskCommandFlags.FadeOutsideRegion flag is set.</param> |
686 |
<param name="flags">Flags that indicate how the fade mask will be created.</param> |
687 |
<param name="maximumGray">The maximum value of the fade color. Possible values are between 0 and 255.</param> |
688 |
<param name="transparent">Contains the transparency color.</param> |
689 |
</member>
|
690 |
<member name="M:Leadtools.ImageProcessing.Effects.FadedMaskCommand.GetStringDescription"> |
691 |
<summary>Returns a meaningful name for this command.</summary> |
692 |
<returns>Character string that contains the name of this command.</returns> |
693 |
</member>
|
694 |
<member name="M:Leadtools.ImageProcessing.Effects.FadedMaskCommand.ToString"> |
695 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
696 |
<returns>String that contains the name of this command.</returns> |
697 |
</member>
|
698 |
<member name="P:Leadtools.ImageProcessing.Effects.FadedMaskCommand.FadeRate"> |
699 |
<summary>Gets or sets a value that represents the rate at which the color will fade with each step.</summary> |
700 |
<value>Value that represents the rate at which the color will fade with each step. Values are between 0 and 255.</value> |
701 |
</member>
|
702 |
<member name="P:Leadtools.ImageProcessing.Effects.FadedMaskCommand.Flags"> |
703 |
<summary>Gets or sets flags that indicate how the fade mask will be created.</summary> |
704 |
<value>Flags that indicate how the fade mask will be created.</value> |
705 |
</member>
|
706 |
<member name="P:Leadtools.ImageProcessing.Effects.FadedMaskCommand.Inflate"> |
707 |
<summary>Gets or sets a value used to expand the resulting image.</summary> |
708 |
<value>Value used to expand the resulting image. This property is valid only when FadedMaskCommandFlags.FadeOutsideRegion is set in the Flag property.</value> |
709 |
</member>
|
710 |
<member name="P:Leadtools.ImageProcessing.Effects.FadedMaskCommand.Length"> |
711 |
<summary>Gets or sets a value that represents the extent of the fade.</summary> |
712 |
<value>Value that represents the extent of the fade, in pixels.</value> |
713 |
</member>
|
714 |
<member name="P:Leadtools.ImageProcessing.Effects.FadedMaskCommand.MaskImage"> |
715 |
<summary>RasterImage object that references a 24-bit image in which the fade mask will be created.</summary> |
716 |
<value>RasterImage object that references a 24-bit image in which the fade mask will be created.</value> |
717 |
</member>
|
718 |
<member name="P:Leadtools.ImageProcessing.Effects.FadedMaskCommand.MaximumGray"> |
719 |
<summary>Gets or sets the maximum value of the fade color.</summary> |
720 |
<value>The maximum value of the fade color. Possible values are between 0 and 255.</value> |
721 |
</member>
|
722 |
<member name="P:Leadtools.ImageProcessing.Effects.FadedMaskCommand.StepSize"> |
723 |
<summary>Gets or sets a value that represents the step size at which the color will change.</summary> |
724 |
<value>Step size at which the color will change. This value is in pixels.</value> |
725 |
</member>
|
726 |
<member name="P:Leadtools.ImageProcessing.Effects.FadedMaskCommand.Transparent"> |
727 |
<summary>Gets or sets the transparency color.</summary> |
728 |
<value>The transparency color.</value> |
729 |
</member>
|
730 |
<member name="T:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand"> |
731 |
<summary>Combines image data from two images with feathering. The two images can be combined with variable opacity applied by specifying the region of a fade mask image.</summary> |
732 |
</member>
|
733 |
<member name="M:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.#ctor"> |
734 |
<summary>Initializes a new FeatherAlphaBlendCommand class object with default parameters.</summary> |
735 |
</member>
|
736 |
<member name="M:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.#ctor(Leadtools.RasterImage,Leadtools.LeadPoint,Leadtools.LeadRect,Leadtools.RasterImage)"> |
737 |
<summary>Initializes a new FeatherAlphaBlendCommand class object with explicit parameters.</summary> |
738 |
<param name="sourceImage">RasterImage object that references the source image.</param> |
739 |
<param name="sourcePoint">LeadPoint structure that contains the origin of the source rectangle. The width and height are the same width and height for the destination rectangle.</param> |
740 |
<param name="destinationRectangle">LeadRect structure that contains the destination rectangle.</param> |
741 |
<param name="maskImage">RasterImage object that references the fade mask. If you want to combine the two images just with opacity set this property to null.</param> |
742 |
</member>
|
743 |
<member name="M:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.#ctor(Leadtools.RasterImage,Leadtools.LeadPoint,Leadtools.LeadRect,Leadtools.RasterImage,Leadtools.LeadPoint)"> |
744 |
<summary>Initializes a new FeatherAlphaBlendCommand class object with explicit parameters.</summary> |
745 |
<param name="sourceImage">RasterImage object that references the source image.</param> |
746 |
<param name="sourcePoint">LeadPoint structure that contains the origin of the source rectangle. The width and height are the same width and height for the destination rectangle.</param> |
747 |
<param name="destinationRectangle">LeadRect structure that contains the destination rectangle.</param> |
748 |
<param name="maskImage">RasterImage object that references the fade mask. If you want to combine the two images just with opacity set this property to null.</param> |
749 |
<param name="maskSourcePoint">LeadPoint structure that contains the origin of the mask rectangle. The width and height for the mask rectangle are the same width and height for the destination rectangle.</param> |
750 |
</member>
|
751 |
<member name="M:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.GetStringDescription"> |
752 |
<summary>Returns a meaningful name for this command.</summary> |
753 |
<returns>Character string that contains the name of this command.</returns> |
754 |
</member>
|
755 |
<member name="M:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.ToString"> |
756 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
757 |
<returns>String that contains the name of this command.</returns> |
758 |
</member>
|
759 |
<member name="P:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.DestinationRectangle"> |
760 |
<summary>Rectangle structure the contains the destination rectangle.</summary> |
761 |
<value>LeadRect structure that contains the destination rectangle.</value> |
762 |
</member>
|
763 |
<member name="P:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.MaskImage"> |
764 |
<summary>Gets or sets the RasterImage object that references the fade mask.</summary> |
765 |
<value>RasterImage object that references the fade mask. If you want to combine the two images with opacity only, set this property to null.</value> |
766 |
</member>
|
767 |
<member name="P:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.MaskSourcePoint"> |
768 |
<summary>Gets or sets the origin of the mask rectangle.</summary> |
769 |
<value>Origin of the mask rectangle. The width and height are the same width and height for the destination rectangle.</value> |
770 |
</member>
|
771 |
<member name="P:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.SourceImage"> |
772 |
<summary>Gets or set the RasterImage object that references the source image.</summary> |
773 |
<value>RasterImage object that references the source image.</value> |
774 |
</member>
|
775 |
<member name="P:Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand.SourcePoint"> |
776 |
<summary>Gets or sets the origin of the source rectangle.</summary> |
777 |
<value>Origin of the source rectangle. The width and height are the same width and height for the destination rectangle.</value> |
778 |
</member>
|
779 |
<member name="T:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand"> |
780 |
<summary>Computes the Feret's diameter of an object (the maximum distance between the points of the perimeter of the region), and finds its end points.</summary> |
781 |
</member>
|
782 |
<member name="M:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.#ctor"> |
783 |
<summary>Initializes a new FeretsDiameterCommand class object with default parameters.</summary> |
784 |
</member>
|
785 |
<member name="M:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.#ctor(Leadtools.LeadPoint)"> |
786 |
<summary>Initializes a new FeretsDiameterCommand class object with explicit parameters.</summary> |
787 |
<param name="points">An array of object contour coordinate points.</param> |
788 |
</member>
|
789 |
<member name="M:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.GetStringDescription"> |
790 |
<summary>Returns a meaningful name for this command.</summary> |
791 |
<returns>Character string that contains the name of this command.</returns> |
792 |
</member>
|
793 |
<member name="M:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.Run"> |
794 |
<summary>Apply the method.</summary> |
795 |
<returns>1 the command was successful</returns> |
796 |
</member>
|
797 |
<member name="M:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.ToString"> |
798 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
799 |
<returns>String that contains the name of this command.</returns> |
800 |
</member>
|
801 |
<member name="P:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.FeretsDiameter"> |
802 |
<summary>A property to be updated with the length of the Feret's diameter.</summary> |
803 |
<value>The length of the Feret's diameter. The length is measured in pixels and is internally multiplied by 1000. Divide this value by 1000 to obtain the real length.</value> |
804 |
</member>
|
805 |
<member name="P:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.FirstIndex"> |
806 |
<summary>A property to be updated with the index of the first end point of the Feret's diameter.</summary> |
807 |
<value>Index of the first end point of the Feret's diameter.</value> |
808 |
</member>
|
809 |
<member name="P:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.Points"> |
810 |
<summary>Gets or sets an array of object contour coordinate points.</summary> |
811 |
<value>An array of object contour coordinate points.</value> |
812 |
</member>
|
813 |
<member name="P:Leadtools.ImageProcessing.Effects.FeretsDiameterCommand.SecondIndex"> |
814 |
<summary>A property to be updated with the index of the second end point of the Feret's diameter.</summary> |
815 |
<value>Index of the second end point of the Feret's diameter.</value> |
816 |
</member>
|
817 |
<member name="T:Leadtools.ImageProcessing.Effects.GaussianCommand"> |
818 |
<summary>Smooths or blurs an image by applying a Gaussian filter to the specified image.</summary> |
819 |
</member>
|
820 |
<member name="M:Leadtools.ImageProcessing.Effects.GaussianCommand.#ctor"> |
821 |
<summary>Initializes a new GaussianCommand class object with default parameters.</summary> |
822 |
</member>
|
823 |
<member name="M:Leadtools.ImageProcessing.Effects.GaussianCommand.#ctor(System.Int32)"> |
824 |
<summary>Initializes a new GaussianCommand class object with explicit parameters.</summary> |
825 |
<param name="radius">Value that indicates the radius of the neighborhood on which the filter is applied.</param> |
826 |
</member>
|
827 |
<member name="M:Leadtools.ImageProcessing.Effects.GaussianCommand.GetStringDescription"> |
828 |
<summary>Returns a meaningful name for this command.</summary> |
829 |
<returns>Character string that contains the name of this command.</returns> |
830 |
</member>
|
831 |
<member name="M:Leadtools.ImageProcessing.Effects.GaussianCommand.ToString"> |
832 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
833 |
<returns>String that contains the name of this command.</returns> |
834 |
</member>
|
835 |
<member name="P:Leadtools.ImageProcessing.Effects.GaussianCommand.Radius"> |
836 |
<summary>Gets or sets a value that indicates the radius of the neighborhood on which the filter is applied.</summary> |
837 |
<value>Value that indicates the radius of the neighborhood on which the filter is applied.</value> |
838 |
</member>
|
839 |
<member name="T:Leadtools.ImageProcessing.Effects.HighPassCommand"> |
840 |
<summary>Removes low frequency details in an image, resulting in a sharpened image.</summary> |
841 |
</member>
|
842 |
<member name="M:Leadtools.ImageProcessing.Effects.HighPassCommand.#ctor"> |
843 |
<summary>Initializes a new HighPassCommand class object with default parameters.</summary> |
844 |
</member>
|
845 |
<member name="M:Leadtools.ImageProcessing.Effects.HighPassCommand.#ctor(System.Int32,System.Int32)"> |
846 |
<summary>Initializes a new HighPassCommand class object with explicit parameters.</summary> |
847 |
<param name="radius">Value greater than 0 that indicates the radius of the neighborhood on which the filter is applied, in pixels.</param> |
848 |
<param name="opacity">Value that represents the intensity of the effect. The valid range is from 0 to 100. At 100, only the object outlines remain.</param> |
849 |
</member>
|
850 |
<member name="M:Leadtools.ImageProcessing.Effects.HighPassCommand.GetStringDescription"> |
851 |
<summary>Returns a meaningful name for this command.</summary> |
852 |
<returns>Character string that contains the name of this command.</returns> |
853 |
</member>
|
854 |
<member name="M:Leadtools.ImageProcessing.Effects.HighPassCommand.ToString"> |
855 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
856 |
<returns>String that contains the name of this command.</returns> |
857 |
</member>
|
858 |
<member name="P:Leadtools.ImageProcessing.Effects.HighPassCommand.Opacity"> |
859 |
<summary>Gets or sets the value that indicates the intensity of the effect.</summary> |
860 |
<value>Value that indicates the intensity of the effect. The valid range is from 0 to 100. At 100, only the object outlines remain.</value> |
861 |
</member>
|
862 |
<member name="P:Leadtools.ImageProcessing.Effects.HighPassCommand.Radius"> |
863 |
<summary>Gets or sets the value that indicates the radius of the neighborhood on which the filter is applied.</summary> |
864 |
<value>Value that indicates the radius of the neighborhood on which the filter is applied. Valid values are greater than 0.</value> |
865 |
</member>
|
866 |
<member name="T:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand"> |
867 |
<summary>Applies various 3d effects to an image.</summary> |
868 |
</member>
|
869 |
<member name="M:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand.#ctor"> |
870 |
<summary>Initializes a new MaskConvolutionCommand with default parameters.</summary> |
871 |
</member>
|
872 |
<member name="M:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand.#ctor(System.Int32,System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType)"> |
873 |
<summary>Initializes a new MaskConvolutionCommand with explicit parameters.</summary> |
874 |
<param name="angle">Angle of apparent light source, in hundredths of degrees. Possible values range from -36000 to 36000.</param> |
875 |
<param name="depth">The depth of the 3D effect. (This value is divided internally by 100). This value is used as a multiplier for the individual mask values.</param> |
876 |
<param name="height">Non-zero value greater than 2, that represents the height of the mask matrix. This value determines the height of the 3D effect. The larger the value, the more complex and time-consuming the operations will be.</param> |
877 |
<param name="type">Flag that indicates which mask to use in the convolution process.</param> |
878 |
</member>
|
879 |
<member name="M:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand.GetStringDescription"> |
880 |
<summary>Returns a meaningful name for this command.</summary> |
881 |
<returns>Character string that contains the name of this command.</returns> |
882 |
</member>
|
883 |
<member name="M:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand.ToString"> |
884 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
885 |
<returns>String that contains the name of this method.</returns> |
886 |
</member>
|
887 |
<member name="P:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand.Angle"> |
888 |
<summary>Gets or sets the angle of apparent light source, in hundredths of degrees.</summary> |
889 |
<value>Angle of apparent light source, in hundredths of degrees. Possible values range from -36000 to 36000.</value> |
890 |
</member>
|
891 |
<member name="P:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand.Depth"> |
892 |
<summary>Gets or sets the depth of the 3d effect.</summary> |
893 |
<value>The depth of the 3D effect. (This value is divided internally by 100). This value is used as a multiplier for the individual mask values.</value> |
894 |
</member>
|
895 |
<member name="P:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand.Height"> |
896 |
<summary>Gets or sets the height of the 3D effect.</summary> |
897 |
<value>Non-zero value greater than 2, that represents the height of the mask. This value determines the height of the 3D effect. The larger the value, the more complex and time-consuming the operations will be.</value> |
898 |
</member>
|
899 |
<member name="P:Leadtools.ImageProcessing.Effects.MaskConvolutionCommand.Type"> |
900 |
<summary>Gets or sets the mask to use in the convolution process.</summary> |
901 |
<value>Enumeration that indicates which mask to use in the convolution process.</value> |
902 |
</member>
|
903 |
<member name="T:Leadtools.ImageProcessing.Effects.MosaicCommand"> |
904 |
<summary>Imposes a mosaic effect on an image by dividing the image into tiles of a specified size and changing the color of all pixels in each tile to the average color of pixels within the tile.</summary> |
905 |
</member>
|
906 |
<member name="M:Leadtools.ImageProcessing.Effects.MosaicCommand.#ctor"> |
907 |
<summary>Initializes a new MosaicCommand class object with default parameters.</summary> |
908 |
</member>
|
909 |
<member name="M:Leadtools.ImageProcessing.Effects.MosaicCommand.#ctor(System.Int32)"> |
910 |
<summary>Initializes a new MosaicCommand class object with explicit parameters.</summary> |
911 |
<param name="dimension">Dimensions of the tiles (dimension x dimension), in pixels. Only positive values are accepted.</param> |
912 |
</member>
|
913 |
<member name="M:Leadtools.ImageProcessing.Effects.MosaicCommand.GetStringDescription"> |
914 |
<summary>Returns a meaningful name for this command.</summary> |
915 |
<returns>Character string that contains the name of this command.</returns> |
916 |
</member>
|
917 |
<member name="M:Leadtools.ImageProcessing.Effects.MosaicCommand.ToString"> |
918 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
919 |
<returns>String that contains the name of this command.</returns> |
920 |
</member>
|
921 |
<member name="P:Leadtools.ImageProcessing.Effects.MosaicCommand.Dimension"> |
922 |
<summary>Gets or sets the dimensions of the tiles (Dimension x Dimension), in pixels.</summary> |
923 |
<value>Dimensions of the tiles (Dimension x Dimension), in pixels. Only positive values are accepted.</value> |
924 |
</member>
|
925 |
<member name="T:Leadtools.ImageProcessing.Effects.MotionBlurCommand"> |
926 |
<summary>Applies a filter, which creates the illusion of movement in an image.</summary> |
927 |
</member>
|
928 |
<member name="M:Leadtools.ImageProcessing.Effects.MotionBlurCommand.#ctor"> |
929 |
<summary>Initializes a new MotionBlurCommand class object with default parameters.</summary> |
930 |
</member>
|
931 |
<member name="M:Leadtools.ImageProcessing.Effects.MotionBlurCommand.#ctor(System.Int32,System.Int32,System.Boolean)"> |
932 |
<summary>Initializes a new MotionBlurCommand class object with explicit parameters.</summary> |
933 |
<param name="dimension">Size of the blur effect, in pixels. This parameter only accepts positive values.</param> |
934 |
<param name="angle">Value that represents the direction of the motion, in hundredths of a degree (+/-) This value can be a number from 0 to 36000. If the value is positive, the motion will be clockwise. If the value is negative, the motion is counter-clockwise.</param> |
935 |
<param name="uniDirection">Flag that indicates whether the motion extends only in one direction. Possible values are:</param> |
936 |
</member>
|
937 |
<member name="M:Leadtools.ImageProcessing.Effects.MotionBlurCommand.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.Effects.MotionBlurCommand.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.Effects.MotionBlurCommand.Angle"> |
946 |
<summary>Gets or sets a value that represents the direction of the motion.</summary> |
947 |
<value>Value that represents the direction of the motion, in hundredths of a degree (+/-) This value can be a number from 0 to 36000. If the value is positive, the motion will be clockwise. If the value is negative, the motion is counter-clockwise.</value> |
948 |
</member>
|
949 |
<member name="P:Leadtools.ImageProcessing.Effects.MotionBlurCommand.Dimension"> |
950 |
<summary>Gets or sets the size of the blur effect.</summary> |
951 |
<value>Size of the blur effect, in pixels. This property only accepts positive values.</value> |
952 |
</member>
|
953 |
<member name="P:Leadtools.ImageProcessing.Effects.MotionBlurCommand.UniDirection"> |
954 |
<summary>Gets or sets a flag that indicates whether the motion extends only in one direction.</summary> |
955 |
<value>Flag that indicates whether the motion extends only in one direction. Possible values are:</value> |
956 |
</member>
|
957 |
<member name="T:Leadtools.ImageProcessing.Effects.ObjectInformationCommand"> |
958 |
<summary>Determines the position, orientation and roundness of the object in the image.</summary> |
959 |
</member>
|
960 |
<member name="M:Leadtools.ImageProcessing.Effects.ObjectInformationCommand.#ctor"> |
961 |
<summary>Initializes a new ObjectInformationCommand class object with default parameters.</summary> |
962 |
</member>
|
963 |
<member name="M:Leadtools.ImageProcessing.Effects.ObjectInformationCommand.#ctor(System.Boolean)"> |
964 |
<summary>Initializes a new ObjectInformationCommand class object with explicit parameters.</summary> |
965 |
<param name="weighted">Flag that indicates the weighting factor. If this parameter is true, then the pixel intensity value (color) will be used as a weighting factor. If this parameter is false, then all non-zero pixels will have the same weight.</param> |
966 |
</member>
|
967 |
<member name="M:Leadtools.ImageProcessing.Effects.ObjectInformationCommand.GetStringDescription"> |
968 |
<summary>Returns a meaningful name for this command.</summary> |
969 |
<returns>Character string that contains the name of this command.</returns> |
970 |
</member>
|
971 |
<member name="M:Leadtools.ImageProcessing.Effects.ObjectInformationCommand.ToString"> |
972 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
973 |
<returns>String that contains the name of this command.</returns> |
974 |
</member>
|
975 |
<member name="P:Leadtools.ImageProcessing.Effects.ObjectInformationCommand.Angle"> |
976 |
<summary>A property to be updated with the orientation angle of the object's axis.</summary> |
977 |
<value>A property to be updated with the orientation angle of the object's axis. Valid values are in degrees from -180.00 to 180.00, with negative values produced from clockwise rotation and where 0 is the horizon.</value> |
978 |
</member>
|
979 |
<member name="P:Leadtools.ImageProcessing.Effects.ObjectInformationCommand.CenterOfMass"> |
980 |
<summary>This property is updated with the object's center of mass.</summary> |
981 |
<value>LeadPoint structure that is updated with the object's center of mass.</value> |
982 |
</member>
|
983 |
<member name="P:Leadtools.ImageProcessing.Effects.ObjectInformationCommand.Roundness"> |
984 |
<summary>This property is updated with the object's roundness (compactness).</summary> |
985 |
<value>A property to be updated with the object's roundness (compactness). This ratio will be 0 for a line and 100 for a circle.</value> |
986 |
</member>
|
987 |
<member name="P:Leadtools.ImageProcessing.Effects.ObjectInformationCommand.Weighted"> |
988 |
<summary>Gets or sets a value that indicates the weighting factor.</summary> |
989 |
<value>Value that indicates the weighting factor. If this property is true, then the pixel intensity value (color) will be used as a weighting factor. If this property set to false, then all non-zero pixels will have the same weight.</value> |
990 |
</member>
|
991 |
<member name="T:Leadtools.ImageProcessing.Effects.OffsetCommand"> |
992 |
<summary>Shifts the image data horizontally and vertically.</summary> |
993 |
</member>
|
994 |
<member name="M:Leadtools.ImageProcessing.Effects.OffsetCommand.#ctor"> |
995 |
<summary>Initializes a new OffsetCommand class object with default parameters.</summary> |
996 |
</member>
|
997 |
<member name="M:Leadtools.ImageProcessing.Effects.OffsetCommand.#ctor(System.Int32,System.Int32,Leadtools.RasterColor,Leadtools.ImageProcessing.Effects.OffsetCommandType)"> |
998 |
<summary>Initializes a new OffsetCommand class object with explicit parameters.</summary> |
999 |
<param name="horizontalShift">Horizontal shift of the image, in pixels.</param> |
1000 |
<param name="verticalShift">Vertical shift of the image, in pixels.</param> |
1001 |
<param name="backColor">Fill color for the exposed areas.</param> |
1002 |
<param name="type">Flags that indicate how to handle any exposed areas resulting from the image shift.</param> |
1003 |
</member>
|
1004 |
<member name="M:Leadtools.ImageProcessing.Effects.OffsetCommand.GetStringDescription"> |
1005 |
<summary>Returns a meaningful name for this command.</summary> |
1006 |
<returns>Character string that contains the name of this command.</returns> |
1007 |
</member>
|
1008 |
<member name="M:Leadtools.ImageProcessing.Effects.OffsetCommand.ToString"> |
1009 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1010 |
<returns>String that contains the name of this command.</returns> |
1011 |
</member>
|
1012 |
<member name="P:Leadtools.ImageProcessing.Effects.OffsetCommand.BackColor"> |
1013 |
<summary>Gets or sets the fill color for the exposed areas.</summary> |
1014 |
<value>Fill color for the exposed areas.</value> |
1015 |
</member>
|
1016 |
<member name="P:Leadtools.ImageProcessing.Effects.OffsetCommand.HorizontalShift"> |
1017 |
<summary>Gets or sets the horizontal shift of the image, in pixels.</summary> |
1018 |
<value>Horizontal shift of the image, in pixels.</value> |
1019 |
</member>
|
1020 |
<member name="P:Leadtools.ImageProcessing.Effects.OffsetCommand.Type"> |
1021 |
<summary>Gets or sets a value that indicates how to handle any exposed areas resulting from the image shift.</summary> |
1022 |
<value>Flags that indicate how to handle any exposed areas resulting from the image shift.</value> |
1023 |
</member>
|
1024 |
<member name="P:Leadtools.ImageProcessing.Effects.OffsetCommand.VerticalShift"> |
1025 |
<summary>Gets or sets the vertical shift of the image, in pixels.</summary> |
1026 |
<value>Vertical shift of the image, in pixels.</value> |
1027 |
</member>
|
1028 |
<member name="T:Leadtools.ImageProcessing.Effects.OilifyCommand"> |
1029 |
<summary>Applies an oil-painting effect to the image.</summary> |
1030 |
</member>
|
1031 |
<member name="M:Leadtools.ImageProcessing.Effects.OilifyCommand.#ctor"> |
1032 |
<summary>Initializes a new OilifyCommand class object with default parameters.</summary> |
1033 |
</member>
|
1034 |
<member name="M:Leadtools.ImageProcessing.Effects.OilifyCommand.#ctor(System.Int32)"> |
1035 |
<summary>Initializes a new OilifyCommand class object with explicit parameters.</summary> |
1036 |
<param name="dimension">Dimensions of the neighborhood used for filtering (dimension x dimension), in pixels. Only positive values are accepted.</param> |
1037 |
</member>
|
1038 |
<member name="M:Leadtools.ImageProcessing.Effects.OilifyCommand.GetStringDescription"> |
1039 |
<summary>Returns a meaningful name for this command.</summary> |
1040 |
<returns>Character string that contains the name of this command.</returns> |
1041 |
</member>
|
1042 |
<member name="M:Leadtools.ImageProcessing.Effects.OilifyCommand.ToString"> |
1043 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1044 |
<returns>String that contains the name of this command.</returns> |
1045 |
</member>
|
1046 |
<member name="P:Leadtools.ImageProcessing.Effects.OilifyCommand.Dimension"> |
1047 |
<summary>Gets or sets the dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels.</summary> |
1048 |
<value>Dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels. Only positive values are accepted.</value> |
1049 |
</member>
|
1050 |
<member name="T:Leadtools.ImageProcessing.Effects.PicturizeListCommand"> |
1051 |
<summary>Picturizes the image using a specific thumbnail image.</summary> |
1052 |
</member>
|
1053 |
<member name="M:Leadtools.ImageProcessing.Effects.PicturizeListCommand.#ctor"> |
1054 |
<summary>Initializes a new PicturizeListCommand class object with default parameters.</summary> |
1055 |
</member>
|
1056 |
<member name="M:Leadtools.ImageProcessing.Effects.PicturizeListCommand.#ctor(System.Int32,System.Int32,System.Int32)"> |
1057 |
<summary>Initializes a new PicturizeListCommand class object with explicit parameters.</summary> |
1058 |
<param name="cellWidth">Width of the thumbnail image. This parameter only accepts positive values.</param> |
1059 |
<param name="cellHeight">Height of the thumbnail image. This parameter only accepts positive values.</param> |
1060 |
<param name="lightnessFactor">Value that represents how much to lighten the thumbnail image. Valid values are between 0 and 1000. This value is divided internally by 1000. Values between 0 and 499 darken the image. Values between 500 and 1000 lighten the image.</param> |
1061 |
</member>
|
1062 |
<member name="M:Leadtools.ImageProcessing.Effects.PicturizeListCommand.GetStringDescription"> |
1063 |
<summary>Returns a meaningful name for this command.</summary> |
1064 |
<returns>Character string that contains the name of this command.</returns> |
1065 |
</member>
|
1066 |
<member name="M:Leadtools.ImageProcessing.Effects.PicturizeListCommand.ToString"> |
1067 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1068 |
<returns>String that contains the name of this command.</returns> |
1069 |
</member>
|
1070 |
<member name="P:Leadtools.ImageProcessing.Effects.PicturizeListCommand.CellHeight"> |
1071 |
<summary>Gets or sets the height of the thumbnail image.</summary> |
1072 |
<value>Height of the thumbnail image. This property only accepts positive values.</value> |
1073 |
</member>
|
1074 |
<member name="P:Leadtools.ImageProcessing.Effects.PicturizeListCommand.CellWidth"> |
1075 |
<summary>Gets or sets the width of the thumbnail image.</summary> |
1076 |
<value>Width of the thumbnail image. This property only accepts positive values.</value> |
1077 |
</member>
|
1078 |
<member name="P:Leadtools.ImageProcessing.Effects.PicturizeListCommand.LightnessFactor"> |
1079 |
<summary>Gets or sets a value that represents how much to lighten the thumbnail image.</summary> |
1080 |
<value>Value that represents how much to lighten the thumbnail image. Valid values are between 0 and 1000. This value is divided internally by 1000. Values between 0 and 499 darken the image. Values between 500 and 1000 lighten the image.</value> |
1081 |
</member>
|
1082 |
<member name="T:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand"> |
1083 |
<summary>Picturizes the image using a specific thumbnail image.</summary> |
1084 |
</member>
|
1085 |
<member name="M:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand.#ctor"> |
1086 |
<summary>Initializes a new PicturizeSingleCommand class object with default parameters.</summary> |
1087 |
</member>
|
1088 |
<member name="M:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand.#ctor(Leadtools.RasterImage,System.Int32,System.Int32,System.Int32)"> |
1089 |
<summary>Initializes a new PicturizeSingleCommand class object with explicit parameters.</summary> |
1090 |
<param name="thumbImage">RasterImage object that references the image used to create the thumbnail.</param> |
1091 |
<param name="cellWidth">Width of the thumbnail image. This parameter only accepts positive values.</param> |
1092 |
<param name="cellHeight">Height of the thumbnail image. This parameter only accepts positive values.</param> |
1093 |
<param name="lightnessFactor">Value that represents how much to lighten the thumbnail image. Valid values are between 0 and 1000. This value is divided internally by 1000. Values between 0 and 499 darken the image. Values between 500 and 1000 lighten the image.</param> |
1094 |
</member>
|
1095 |
<member name="M:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand.GetStringDescription"> |
1096 |
<summary>Returns a meaningful name for this command.</summary> |
1097 |
<returns>Character string that contains the name of this command.</returns> |
1098 |
</member>
|
1099 |
<member name="M:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand.ToString"> |
1100 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1101 |
<returns>String that contains the name of this command.</returns> |
1102 |
</member>
|
1103 |
<member name="P:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand.CellHeight"> |
1104 |
<summary>Gets or sets the height of the thumbnail image.</summary> |
1105 |
<value>Height of the thumbnail image. This property only accepts positive values.</value> |
1106 |
</member>
|
1107 |
<member name="P:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand.CellWidth"> |
1108 |
<summary>Gets or sets the width of the thumbnail image.</summary> |
1109 |
<value>Width of the thumbnail image. This property only accepts positive values.</value> |
1110 |
</member>
|
1111 |
<member name="P:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand.LightnessFactor"> |
1112 |
<summary>Gets or sets a value that represents how much to lighten the thumbnail image.</summary> |
1113 |
<value>Value that represents how much to lighten the thumbnail image. Valid values are between 0 and 1000. This value is divided internally by 1000. Values between 0 and 499 darken the image. Values between 500 and 1000 lighten the image.</value> |
1114 |
</member>
|
1115 |
<member name="P:Leadtools.ImageProcessing.Effects.PicturizeSingleCommand.ThumbImage"> |
1116 |
<summary>Gets or sets a RasterImage object that references the image used to create the thumbnail.</summary> |
1117 |
<value>RasterImage object that references the image used to create the thumbnail.</value> |
1118 |
</member>
|
1119 |
<member name="T:Leadtools.ImageProcessing.Effects.RegionContourPointsCommand"> |
1120 |
<summary>Gets the contour coordinates of a region.</summary> |
1121 |
</member>
|
1122 |
<member name="M:Leadtools.ImageProcessing.Effects.RegionContourPointsCommand.#ctor"> |
1123 |
<summary>Initializes a new RegionContourPointsCommand class object with default parameters.</summary> |
1124 |
</member>
|
1125 |
<member name="M:Leadtools.ImageProcessing.Effects.RegionContourPointsCommand.#ctor(Leadtools.RasterRegionXForm)"> |
1126 |
<summary>Initializes a new RegionContourPointsCommand class object with explicit parameters.</summary> |
1127 |
<param name="xForm">RasterRegionXForm object that contains information used to translate between display coordinates and image coordinates. If you specify null in this parameter, the scalar value defaults to 1, the offsets default to 0, and the view perspective defaults to the image's view perspective.</param> |
1128 |
</member>
|
1129 |
<member name="M:Leadtools.ImageProcessing.Effects.RegionContourPointsCommand.GetStringDescription"> |
1130 |
<summary>Returns a meaningful name for this command.</summary> |
1131 |
<returns>Character string that contains the name of this command.</returns> |
1132 |
</member>
|
1133 |
<member name="M:Leadtools.ImageProcessing.Effects.RegionContourPointsCommand.ToString"> |
1134 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1135 |
<returns>String that contains the name of this command.</returns> |
1136 |
</member>
|
1137 |
<member name="P:Leadtools.ImageProcessing.Effects.RegionContourPointsCommand.Flags"> |
1138 |
<summary>Gets or sets the required contour points.</summary> |
1139 |
<value>Value that represent the required contour points.</value> |
1140 |
</member>
|
1141 |
<member name="P:Leadtools.ImageProcessing.Effects.RegionContourPointsCommand.Points"> |
1142 |
<summary>Gets or sets an array that contains the coordinate points of the contour for the region.</summary> |
1143 |
<value>An array that that contains the coordinate points of the contour for the region. A memory buffer for this array is allocated by the command.</value> |
1144 |
</member>
|
1145 |
<member name="P:Leadtools.ImageProcessing.Effects.RegionContourPointsCommand.XForm"> |
1146 |
<summary>Gets or sets a RasterRegionXForm object used to translate between display coordinates and image coordinates.</summary> |
1147 |
<value>RasterRegionXForm object used to translate between display coordinates and image coordinates. If you specify null in this property, the scalar value defaults to 1, the offsets default to 0, and the view perspective defaults to the image's view perspective.</value> |
1148 |
</member>
|
1149 |
<member name="T:Leadtools.ImageProcessing.Effects.RegionHolesRemovalCommand"> |
1150 |
<summary>Removes all the holes in a region. This command is available in the Document/Medical Toolkits.</summary> |
1151 |
</member>
|
1152 |
<member name="M:Leadtools.ImageProcessing.Effects.RegionHolesRemovalCommand.#ctor"> |
1153 |
<summary>Initializes a new RegionHolesRemovalCommand class object with default parameters.</summary> |
1154 |
</member>
|
1155 |
<member name="M:Leadtools.ImageProcessing.Effects.RegionHolesRemovalCommand.GetStringDescription"> |
1156 |
<summary>Returns a meaningful name for this command.</summary> |
1157 |
<returns>Character string that contains the name of this command.</returns> |
1158 |
</member>
|
1159 |
<member name="M:Leadtools.ImageProcessing.Effects.RegionHolesRemovalCommand.ToString"> |
1160 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1161 |
<returns>String that contains the name of this command.</returns> |
1162 |
</member>
|
1163 |
<member name="T:Leadtools.ImageProcessing.Effects.ResizeRegionCommand"> |
1164 |
<summary>Resizes an image region by a specific number of pixels.</summary> |
1165 |
</member>
|
1166 |
<member name="M:Leadtools.ImageProcessing.Effects.ResizeRegionCommand.#ctor"> |
1167 |
<summary>Initializes a new ResizeRegionCommand class object with default parameters.</summary> |
1168 |
</member>
|
1169 |
<member name="M:Leadtools.ImageProcessing.Effects.ResizeRegionCommand.#ctor(System.Int32,Leadtools.ImageProcessing.Effects.ResizeRegionCommandType,System.Boolean)"> |
1170 |
<summary>Initializes a new ResizeRegionCommand class object with explicit parameters.</summary> |
1171 |
<param name="dimension">Number of pixels by which to resize the region. This parameter only accepts positive values.</param> |
1172 |
<param name="type">Value that indicates whether to contract or expand the image region.</param> |
1173 |
<param name="asFrame">Value that indicates whether to create a frame associated with the resized image region. If this parameter is true, then the command creates a frame of thickness "dimension" for the resized region. If the type parameter is ResizeRegionCommandType.ExpandRegion, the frame created will exist outside the boundaries of the resized region. If the type parameter is ResizeRegionCommandType.ContractRegion, the frame will be within the boundaries of the resized region. If this parameter is false then the command resizes the region only, and does not create a frame.</param> |
1174 |
</member>
|
1175 |
<member name="M:Leadtools.ImageProcessing.Effects.ResizeRegionCommand.GetStringDescription"> |
1176 |
<summary>Returns a meaningful name for this command.</summary> |
1177 |
<returns>Character string that contains the name of this command.</returns> |
1178 |
</member>
|
1179 |
<member name="M:Leadtools.ImageProcessing.Effects.ResizeRegionCommand.ToString"> |
1180 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1181 |
<returns>String that contains the name of this command.</returns> |
1182 |
</member>
|
1183 |
<member name="P:Leadtools.ImageProcessing.Effects.ResizeRegionCommand.AsFrame"> |
1184 |
<summary>Gets or sets a value that indicates whether to create a frame associated with the resized image region.</summary> |
1185 |
<value>Value that indicates whether to create a frame associated with the resized image region. If this property is true, then the command creates a frame with the thickness set in the Dimension property for the resized region. If the Type property is ResizeRegionCommandType.ExpandRegion, the frame created will exist outside the boundaries of the resized region. If the Type property is ResizeRegionCommandType.ContractRegion, the frame will be within the boundaries of the resized region. If this property is false then the command resizes the region only, and does not create a frame.</value> |
1186 |
</member>
|
1187 |
<member name="P:Leadtools.ImageProcessing.Effects.ResizeRegionCommand.Dimension"> |
1188 |
<summary>Gets or sets the number of pixels by which to resize the region.</summary> |
1189 |
<value>Number of pixels by which to resize the region. This property only accepts positive values.</value> |
1190 |
</member>
|
1191 |
<member name="P:Leadtools.ImageProcessing.Effects.ResizeRegionCommand.Type"> |
1192 |
<summary>Gets or sets a value that indicates whether to contract or expand the image region.</summary> |
1193 |
<value>Value that indicates whether to contract or expand the image region.</value> |
1194 |
</member>
|
1195 |
<member name="T:Leadtools.ImageProcessing.Effects.SharpenCommand"> |
1196 |
<summary>Increases or decreases the sharpness of a specific image.</summary> |
1197 |
</member>
|
1198 |
<member name="M:Leadtools.ImageProcessing.Effects.SharpenCommand.#ctor"> |
1199 |
<summary>Initializes a new SharpenCommand class object with default parameters.</summary> |
1200 |
</member>
|
1201 |
<member name="M:Leadtools.ImageProcessing.Effects.SharpenCommand.#ctor(System.Int32)"> |
1202 |
<summary>Initializes a new SharpenCommand class object with explicit parameters.</summary> |
1203 |
<param name="sharpness">The amount to change the sharpness. Valid values range from -1000 to +1000. Negative sharpness values decrease the sharpness of the image. Specify -1000 for minimum sharpness. Positive sharpness values increase the sharpness. Specify +1000 for maximum sharpness.</param> |
1204 |
</member>
|
1205 |
<member name="M:Leadtools.ImageProcessing.Effects.SharpenCommand.GetStringDescription"> |
1206 |
<summary>Returns a meaningful name for this command.</summary> |
1207 |
<returns>Character string that contains the name of this command.</returns> |
1208 |
</member>
|
1209 |
<member name="M:Leadtools.ImageProcessing.Effects.SharpenCommand.ToString"> |
1210 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1211 |
<returns>String that contains the name of this command.</returns> |
1212 |
</member>
|
1213 |
<member name="P:Leadtools.ImageProcessing.Effects.SharpenCommand.Sharpness"> |
1214 |
<summary>Gets or sets the amount to change the sharpness.</summary> |
1215 |
<value>The amount to change the sharpness. Valid values range from -1000 to +1000. Negative sharpness values decrease the sharpness of the image. Specify -1000 for minimum sharpness. Positive sharpness values increase the sharpness. Specify +1000 for maximum sharpness.</value> |
1216 |
</member>
|
1217 |
<member name="T:Leadtools.ImageProcessing.Effects.SkeletonCommand"> |
1218 |
<summary>Finds the skeleton of objects or regions in the image. This command is available in the Document/Medical Toolkits.</summary> |
1219 |
</member>
|
1220 |
<member name="M:Leadtools.ImageProcessing.Effects.SkeletonCommand.#ctor"> |
1221 |
<summary>Initializes a new SkeletonCommand class object with default parameters.</summary> |
1222 |
</member>
|
1223 |
<member name="M:Leadtools.ImageProcessing.Effects.SkeletonCommand.#ctor(System.Int32)"> |
1224 |
<summary>Initializes a new SkeletonCommand class object with explicit parameters.</summary> |
1225 |
<param name="threshold">Threshold value used to binarize the image before finding the skeleton; this parameter is ignored if the image is a binary image. This parameter only accepts positive values.</param> |
1226 |
</member>
|
1227 |
<member name="M:Leadtools.ImageProcessing.Effects.SkeletonCommand.GetStringDescription"> |
1228 |
<summary>Returns a meaningful name for this command.</summary> |
1229 |
<returns>Character string that contains the name of this command.</returns> |
1230 |
</member>
|
1231 |
<member name="M:Leadtools.ImageProcessing.Effects.SkeletonCommand.ToString"> |
1232 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1233 |
<returns>String that contains the name of this command.</returns> |
1234 |
</member>
|
1235 |
<member name="P:Leadtools.ImageProcessing.Effects.SkeletonCommand.Threshold"> |
1236 |
<summary>Gets or sets the threshold value used to binarize the image before finding the skeleton.</summary> |
1237 |
<value>Threshold value used to binarize the image before finding the skeleton. This property is ignored if the image is a binary image. This property only accepts positive values.</value> |
1238 |
</member>
|
1239 |
<member name="T:Leadtools.ImageProcessing.Effects.SmoothEdgesCommand"> |
1240 |
<summary>Smoothes the rough edges in the image.</summary> |
1241 |
</member>
|
1242 |
<member name="M:Leadtools.ImageProcessing.Effects.SmoothEdgesCommand.#ctor"> |
1243 |
<summary>Initializes a new SmoothEdgesCommand class object with default parameters.</summary> |
1244 |
</member>
|
1245 |
<member name="M:Leadtools.ImageProcessing.Effects.SmoothEdgesCommand.#ctor(System.Int32,System.Int32)"> |
1246 |
<summary>Initializes a new SmoothEdgesCommand class object with explicit parameters.</summary> |
1247 |
<param name="amount">This is a percentage value that indicates blur size. 0 means no blurring and 100 means total blurring.</param> |
1248 |
<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. Valid values range from 0 through 255.</param> |
1249 |
</member>
|
1250 |
<member name="M:Leadtools.ImageProcessing.Effects.SmoothEdgesCommand.GetStringDescription"> |
1251 |
<summary>Returns a meaningful name for this command.</summary> |
1252 |
<returns>Character string that contains the name of this command.</returns> |
1253 |
</member>
|
1254 |
<member name="M:Leadtools.ImageProcessing.Effects.SmoothEdgesCommand.ToString"> |
1255 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1256 |
<returns>String that contains the name of this command.</returns> |
1257 |
</member>
|
1258 |
<member name="P:Leadtools.ImageProcessing.Effects.SmoothEdgesCommand.Amount"> |
1259 |
<summary>Gets or sets a percentage value that indicates blur size.</summary> |
1260 |
<value>Percentage value that indicates blur size. 0 means no blurring and 100 means total blurring.</value> |
1261 |
</member>
|
1262 |
<member name="P:Leadtools.ImageProcessing.Effects.SmoothEdgesCommand.Threshold"> |
1263 |
<summary>Gets or sets the threshold value used to determine which pixels are edge pixels.</summary> |
1264 |
<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. Valid values range from 0 through 255.</value> |
1265 |
</member>
|
1266 |
<member name="T:Leadtools.ImageProcessing.Effects.SpatialFilterCommand"> |
1267 |
<summary>Imposes a spatial filter on an image. This command is available in the Document/Medical Toolkits.</summary> |
1268 |
</member>
|
1269 |
<member name="M:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.#ctor"> |
1270 |
<summary>Initializes a new SpatialFilterCommand class object with default parameters.</summary> |
1271 |
</member>
|
1272 |
<member name="M:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.#ctor(System.Int32,System.Int32,System.Int32[])"> |
1273 |
<summary>Initializes a new SpatialFilterCommand class object with explicit parameters.</summary> |
1274 |
<param name="divisor">Number used to divide the sum of weighted values.</param> |
1275 |
<param name="bias">Number added to the weighted average.</param> |
1276 |
<param name="matrix">The array of weighting factors. The factors apply to pixels in the neighborhood read left to right and top to bottom, as shown below:</param> |
1277 |
</member>
|
1278 |
<member name="M:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.#ctor(Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined)"> |
1279 |
<summary>Initializes a new SpatialFilterCommand class object with explicit parameters.</summary> |
1280 |
<param name="predefined">Value that represents a predefined spatial filters.</param> |
1281 |
</member>
|
1282 |
<member name="M:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.GetStringDescription"> |
1283 |
<summary>Returns a meaningful name for this command.</summary> |
1284 |
<returns>Character string that contains the name of this command.</returns> |
1285 |
</member>
|
1286 |
<member name="M:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.ToString"> |
1287 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1288 |
<returns>String that contains the name of this command.</returns> |
1289 |
</member>
|
1290 |
<member name="P:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.Bias"> |
1291 |
<summary>Gets or sets the number added to the weighted average.</summary> |
1292 |
<value>Number added to the weighted average.</value> |
1293 |
</member>
|
1294 |
<member name="P:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.Dimension"> |
1295 |
<summary>This property is updated with the number of pixels on one side of the square (neighborhood) used for averaging.</summary> |
1296 |
<value>Number of pixels on one side of the square (neighborhood) used for averaging. Usually an odd number such as 3 or 5 is used. If you specify an even number, the target pixel is the one northwest of the midpoint. This property only accepts positive values.</value> |
1297 |
</member>
|
1298 |
<member name="P:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.Divisor"> |
1299 |
<summary>Gets or sets the number used to divide the sum of weighted values.</summary> |
1300 |
<value>Number used to divide the sum of weighted values.</value> |
1301 |
</member>
|
1302 |
<member name="P:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.Matrix"> |
1303 |
<summary>Gets or sets the array of weighting factors.</summary> |
1304 |
<value>The array of weighting factors. The factors apply to pixels in the neighborhood read left to right and top to bottom in the ABC order shown below:</value> |
1305 |
</member>
|
1306 |
<member name="P:Leadtools.ImageProcessing.Effects.SpatialFilterCommand.MatrixLength"> |
1307 |
<summary>Get or set the length of matrix array</summary> |
1308 |
<value>An Int32 that specifies the length of the array in matrix property</value> |
1309 |
</member>
|
1310 |
<member name="T:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand"> |
1311 |
<summary>Returns statistical information about the image.</summary> |
1312 |
</member>
|
1313 |
<member name="M:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.#ctor"> |
1314 |
<summary>Initializes a new StatisticsInformationCommand with default parameters.</summary> |
1315 |
</member>
|
1316 |
<member name="M:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.#ctor(Leadtools.RasterColorChannel,System.Int32,System.Int32)"> |
1317 |
<summary>Initializes a new StatisticsInformationCommand with explicit parameters.</summary> |
1318 |
<param name="channel">The channel for which to get the information. This value is ignored if the image is 12 or 16-bit grayscale.</param> |
1319 |
<param name="start">Indicates the beginning color value of the range for the evaluation. This property only accepts positive values.</param> |
1320 |
<param name="end">Indicates the ending color value of the range for the evaluation. This property only accepts positive values.</param> |
1321 |
</member>
|
1322 |
<member name="M:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.GetStringDescription"> |
1323 |
<summary>Returns a meaningful name for this command.</summary> |
1324 |
<returns>Character string that contains the name of this command.</returns> |
1325 |
</member>
|
1326 |
<member name="M:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.ToString"> |
1327 |
<summary>Overridden. Returns a meaningful name for this method.</summary> |
1328 |
<returns>string that is the name of this method.</returns> |
1329 |
</member>
|
1330 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.Channel"> |
1331 |
<summary>Gets or sets the channel for which to get the information.</summary> |
1332 |
<value>The channel for which to get the information. This value is ignored if the image is 12 or 16-bit grayscale.</value> |
1333 |
</member>
|
1334 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.End"> |
1335 |
<summary>Gets or sets the ending color value of the range for the evaluation.</summary> |
1336 |
<value>Indicates the ending color value of the range for the evaluation. This property only accepts positive values.</value> |
1337 |
</member>
|
1338 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.Maximum"> |
1339 |
<summary>Gets the Maximum value found.</summary> |
1340 |
<value>Gets the Maximum value found.</value> |
1341 |
</member>
|
1342 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.Mean"> |
1343 |
<summary>Gets the mean value found.</summary> |
1344 |
<value>Get the mean value found.</value> |
1345 |
</member>
|
1346 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.Median"> |
1347 |
<summary>Gets the median value found.</summary> |
1348 |
<value>Gets the median value found.</value> |
1349 |
</member>
|
1350 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.Minimum"> |
1351 |
<summary>Gets the Minimum value found.</summary> |
1352 |
<value>Gets the Minimum value found.</value> |
1353 |
</member>
|
1354 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.Percent"> |
1355 |
<summary>Gets the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.</summary> |
1356 |
<value>Get the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.</value> |
1357 |
</member>
|
1358 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.PixelCount"> |
1359 |
<summary>Gets the Pixel number value found.</summary> |
1360 |
<value>Gets the Pixel number value found.</value> |
1361 |
</member>
|
1362 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.StandardDeviation"> |
1363 |
<summary>Gets the standard deviation value found.</summary> |
1364 |
<value>get the standard deviation value found.</value> |
1365 |
</member>
|
1366 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.Start"> |
1367 |
<summary>Gets or sets the beginning color value of the range for the evaluation.</summary> |
1368 |
<value>Indicates the beginning color value of the range for the evaluation. This property only accepts positive values.</value> |
1369 |
</member>
|
1370 |
<member name="P:Leadtools.ImageProcessing.Effects.StatisticsInformationCommand.TotalPixelCount"> |
1371 |
<summary>Gets the whole image Pixel number value found.</summary> |
1372 |
<value>Gets the whole image Pixel number value found.</value> |
1373 |
</member>
|
1374 |
<member name="T:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand"> |
1375 |
<summary>Combines image data from two images with feathering and constant opacity; by combining the two images with a variable opacity that depends on a fade mask then combine the result with the destination image with a constant opacity.</summary> |
1376 |
</member>
|
1377 |
<member name="M:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.#ctor"> |
1378 |
<summary>Initializes a new TextureAlphaBlendCommand class object with default parameters.</summary> |
1379 |
</member>
|
1380 |
<member name="M:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.#ctor(Leadtools.RasterImage,Leadtools.LeadPoint,Leadtools.LeadRect,System.Int32,Leadtools.RasterImage,Leadtools.RasterImage,Leadtools.LeadPoint)"> |
1381 |
<summary>Initializes a new TextureAlphaBlendCommand class object with explicit parameters.</summary> |
1382 |
<param name="sourceImage">RasterImage object that references the source image.</param> |
1383 |
<param name="sourcePoint">LeadPoint structure that contains the origin of the source rectangle.</param> |
1384 |
<param name="destinationRectangle">LeadRect structure that contains the destination rectangle.</param> |
1385 |
<param name="opacity">Opacity value used when combining the areas from the result of feathering and destination images. Valid values range from 0 to 255.</param> |
1386 |
<param name="maskImage">RasterImage object that references the fade mask, if you want to combine the two images just with opacity set this parameter to null.</param> |
1387 |
<param name="underlayImage">RasterImage that references the image to be used as the underlying image. The command will use this image to underlay the mask image. You could ignore this parameter effect by passing null.</param> |
1388 |
<param name="underlayOffset">References the underlay image offset with respect to the destination image. The command will use this point to calculate the parts of the underlay image that will be applied to the mask image. Using this point gives the user the ability to provide the feel of continuous texture when applying this command to neighboring parts inside the destination image using the same or different mask. If underlayImage is null also set this parameter to null.</param> |
1389 |
</member>
|
1390 |
<member name="M:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.GetStringDescription"> |
1391 |
<summary>Returns a meaningful name for this command.</summary> |
1392 |
<returns>Character string that contains the name of this command.</returns> |
1393 |
</member>
|
1394 |
<member name="M:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.ToString"> |
1395 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1396 |
<returns>String that contains the name of this command.</returns> |
1397 |
</member>
|
1398 |
<member name="P:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.DestinationRectangle"> |
1399 |
<summary>Gets or sets a LeadRect structure that contains the destination rectangle.</summary> |
1400 |
<value>LeadRect structure that contains the destination rectangle.</value> |
1401 |
</member>
|
1402 |
<member name="P:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.MaskImage"> |
1403 |
<summary>Gets or sets the RasterImage object that references the fade mask.</summary> |
1404 |
<value>RasterImage object that references the fade mask. If you want to combine the two images just with opacity set this property to null.</value> |
1405 |
</member>
|
1406 |
<member name="P:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.Opacity"> |
1407 |
<summary>Gets or set the opacity value used when combining the areas from the result of feathering and destination images.</summary> |
1408 |
<value>Opacity value used when combining the areas from the result of feathering and destination images. This value ranges from 0 to 255.</value> |
1409 |
</member>
|
1410 |
<member name="P:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.SourceImage"> |
1411 |
<summary>RasterImage object that references the source image.</summary> |
1412 |
<value>RasterImage object that references the source image.</value> |
1413 |
</member>
|
1414 |
<member name="P:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.SourcePoint"> |
1415 |
<summary>LeadPoint structure that contains the origin of the source rectangle.</summary> |
1416 |
<value>LeadPoint structure that contains the origin of the source rectangle.</value> |
1417 |
</member>
|
1418 |
<member name="P:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.UnderlayImage"> |
1419 |
<summary>Gets or sets an RasterImage object that references the image to be used as the underlying image.</summary> |
1420 |
<value>RasterImage object that references the image to be used as the underlying image. The command will use this image to underlay the mask image. You could ignore this property effect by passing null.</value> |
1421 |
</member>
|
1422 |
<member name="P:Leadtools.ImageProcessing.Effects.TextureAlphaBlendCommand.UnderlayOffset"> |
1423 |
<summary>LeadPoint structure that contains the underlay image offset with respect to the destination image.</summary> |
1424 |
<value>LeadPoint structure that contains the underlay image offset with respect to the destination image. The command will use this point to calculate the parts of the underlay image that will be applied to the mask image. Using this point will give the user the ability to give the feel of continuous texture when applying this method to neighboring parts inside the destination image using the same or different mask. If the UnderlayImage property is set to null also set this property to null.</value> |
1425 |
</member>
|
1426 |
<member name="T:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand"> |
1427 |
<summary>Sharpens the image by applying the unsharp mask.</summary> |
1428 |
</member>
|
1429 |
<member name="M:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand.#ctor"> |
1430 |
<summary>Initializes a new UnsharpMaskCommand class object with default parameters.</summary> |
1431 |
</member>
|
1432 |
<member name="M:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand.#ctor(System.Int32,System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType)"> |
1433 |
<summary>Initializes a new UnsharpMaskCommand class object with explicit parameters.</summary> |
1434 |
<param name="amount">Value that represents an adjustment factor. This is a percentage.</param> |
1435 |
<param name="radius">Value that indicates the size of the neighborhood used for blurring each pixel of the image.</param> |
1436 |
<param name="threshold">Value that indicates the threshold for modifying the original value of the pixel. If the difference in the original pixel value and the blurred pixel value is greater than the threshold value, the original pixel value will be modified.</param> |
1437 |
<param name="colorType">Flag that indicates the color space in which to apply the mask.</param> |
1438 |
</member>
|
1439 |
<member name="M:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand.GetStringDescription"> |
1440 |
<summary>Returns a meaningful name for this command.</summary> |
1441 |
<returns>Character string that contains the name of this command.</returns> |
1442 |
</member>
|
1443 |
<member name="M:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand.ToString"> |
1444 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1445 |
<returns>String that contains the name of this command.</returns> |
1446 |
</member>
|
1447 |
<member name="P:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand.Amount"> |
1448 |
<summary>Gets or sets a value that represents an adjustment factor. This is a percentage.</summary> |
1449 |
<value>Value that represents an adjustment factor. This is a percentage.</value> |
1450 |
</member>
|
1451 |
<member name="P:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand.ColorType"> |
1452 |
<summary>Gets or sets a value that indicates the color space in which to apply the mask.</summary> |
1453 |
<value>Value that indicates the color space in which to apply the mask.</value> |
1454 |
</member>
|
1455 |
<member name="P:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand.Radius"> |
1456 |
<summary>Gets or sets a value that indicates the size of the neighborhood used for blurring each pixel of the image.</summary> |
1457 |
<value>Value that indicates the size of the neighborhood used for blurring each pixel of the image.</value> |
1458 |
</member>
|
1459 |
<member name="P:Leadtools.ImageProcessing.Effects.UnsharpMaskCommand.Threshold"> |
1460 |
<summary>Gets or sets a value that indicates the threshold for modifying the original value of the pixel.</summary> |
1461 |
<value>Value that indicates the threshold for modifying the original value of the pixel. If the difference in the original pixel value and the blurred pixel value is greater than the threshold value, the original pixel value will be modified.</value> |
1462 |
</member>
|
1463 |
<member name="T:Leadtools.ImageProcessing.Effects.UserFilterCommand"> |
1464 |
<summary>Filters the image based on a user-defined filter / mask. This command is similar to the spatial and binary filter commands.</summary> |
1465 |
</member>
|
1466 |
<member name="M:Leadtools.ImageProcessing.Effects.UserFilterCommand.#ctor"> |
1467 |
<summary>Initializes a new UserFilterCommand class object with default parameters.</summary> |
1468 |
</member>
|
1469 |
<member name="M:Leadtools.ImageProcessing.Effects.UserFilterCommand.#ctor(System.Int32,System.Int32,Leadtools.LeadPoint,System.Int32,System.Int32,Leadtools.ImageProcessing.Effects.UserFilterCommandType,System.Int32[])"> |
1470 |
<summary>Initializes a new UserFilterCommand class object with explicit parameters.</summary> |
1471 |
<param name="filterWidth">Number of columns in the user-defined array (mask). This parameter only accepts positive values.</param> |
1472 |
<param name="filterHeight">Number of rows in the user-defined array (mask). This parameter only accepts positive values.</param> |
1473 |
<param name="centerPoint">Any two-dimensional position of the matrix array, to be used as the matrix (mask)center.</param> |
1474 |
<param name="divisor">Value used to divide the final result of the output. This must be a non-zero value. If you want to use floating point values for the matrix elements and the divisor, multiply the matrix elements and the divisor with the same value (for example, 10, 100, 1000). This parameter only accepts positive values.</param> |
1475 |
<param name="offset">Value used to offset the final result of the output.</param> |
1476 |
<param name="type">Flag that indicates the type of operation.</param> |
1477 |
<param name="matrix">Array of (filterWidth \* filterHeight) integers containing the user-defined matrix (mask). The elements are stored in row order (first row, second row, etc).</param> |
1478 |
</member>
|
1479 |
<member name="M:Leadtools.ImageProcessing.Effects.UserFilterCommand.GetStringDescription"> |
1480 |
<summary>Returns a meaningful name for this command.</summary> |
1481 |
<returns>Character string that contains the name of this command.</returns> |
1482 |
</member>
|
1483 |
<member name="M:Leadtools.ImageProcessing.Effects.UserFilterCommand.ToString"> |
1484 |
<summary>Overridden. Returns a meaningful name for this command.</summary> |
1485 |
<returns>String that contains the name of this command.</returns> |
1486 |
</member>
|
1487 |
<member name="P:Leadtools.ImageProcessing.Effects.UserFilterCommand.CenterPoint"> |
1488 |
<summary>Gets or sets a point structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.</summary> |
1489 |
<value>LeadPoint structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.</value> |
1490 |
</member>
|
1491 |
<member name="P:Leadtools.ImageProcessing.Effects.UserFilterCommand.Divisor"> |
1492 |
<summary>Gets or sets a value used to divide the final result of the output.</summary> |
1493 |
<value>Value used to divide the final result of the output. This must be a non-zero value. If you want to use floating point values for the matrix elements and the divisor, multiply the matrix elements and the divisor with the same value (for example, 10, 100, 1000). This property only accepts positive values.</value> |
1494 |
</member>
|
1495 |
<member name="P:Leadtools.ImageProcessing.Effects.UserFilterCommand.FilterHeight"> |
1496 |
<summary>Gets or sets the number of rows in the user-defined array (mask).</summary> |
1497 |
<value>Number of rows in the user-defined array (mask). This property only accepts positive values.</value> |
1498 |
</member>
|
1499 |
<member name="P:Leadtools.ImageProcessing.Effects.UserFilterCommand.FilterWidth"> |
1500 |
<summary>Gets or sets the number of columns in the user-defined array (mask).</summary> |
1501 |
<value>Number of columns in the user-defined array (mask). This property only accepts positive values.</value> |
1502 |
</member>
|
1503 |
<member name="P:Leadtools.ImageProcessing.Effects.UserFilterCommand.Matrix"> |
1504 |
<summary>Gets or sets an array of (FilterWidth \* FilterHeight) integers containing the user-defined matrix (mask). The elements are stored in row order (first row, second row, etc).</summary> |
1505 |
<value>Array of (FilterWidth \* FilterHeight) integers containing the user-defined matrix (mask). The elements are stored in row order (first row, second row, etc).</value> |
1506 |
</member>
|
1507 |
<member name="P:Leadtools.ImageProcessing.Effects.UserFilterCommand.MatrixLength"> |
1508 |
<summary>Get or set the length of matrix array</summary> |
1509 |
<value>An Int32 that specifies the length of the array in matrix property</value> |
1510 |
</member>
|
1511 |
<member name="P:Leadtools.ImageProcessing.Effects.UserFilterCommand.Offset"> |
1512 |
<summary>Gets or sets a value used to offset the final result of the output.</summary> |
1513 |
<value>Value used to offset the final result of the output.</value> |
1514 |
</member>
|
1515 |
<member name="P:Leadtools.ImageProcessing.Effects.UserFilterCommand.Type"> |
1516 |
<summary>Gets or sets a flag that indicates the type of operation.</summary> |
1517 |
<value>Flag that indicates the type of operation.</value> |
1518 |
</member>
|
1519 |
<member name="T:Leadtools.ImageProcessing.Effects.AntiAliasingCommandType"> |
1520 |
<summary>Enumerated values that indicate the type of anti-aliasing filter to use.</summary> |
1521 |
</member>
|
1522 |
<member name="F:Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.Type1"> |
1523 |
<summary></summary> |
1524 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1525 |
</member>
|
1526 |
<member name="F:Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.Type2"> |
1527 |
<summary></summary> |
1528 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1529 |
</member>
|
1530 |
<member name="F:Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.Type3"> |
1531 |
<summary></summary> |
1532 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1533 |
</member>
|
1534 |
<member name="F:Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.Diagonal"> |
1535 |
<summary></summary> |
1536 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1537 |
</member>
|
1538 |
<member name="F:Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.Horizontal"> |
1539 |
<summary></summary> |
1540 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1541 |
</member>
|
1542 |
<member name="F:Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.Vertical"> |
1543 |
<summary></summary> |
1544 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1545 |
</member>
|
1546 |
<member name="T:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined"> |
1547 |
<summary>Enumerated values that represent the predefined binary filter to use.</summary> |
1548 |
</member>
|
1549 |
<member name="F:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.ErosionOmniDirectional"> |
1550 |
<summary></summary> |
1551 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1552 |
</member>
|
1553 |
<member name="F:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.ErosionHorizontal"> |
1554 |
<summary></summary> |
1555 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1556 |
</member>
|
1557 |
<member name="F:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.ErosionVertical"> |
1558 |
<summary></summary> |
1559 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1560 |
</member>
|
1561 |
<member name="F:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.ErosionDiagonal"> |
1562 |
<summary></summary> |
1563 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1564 |
</member>
|
1565 |
<member name="F:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.DilationOmniDirectional"> |
1566 |
<summary></summary> |
1567 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1568 |
</member>
|
1569 |
<member name="F:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.DilationHorizontal"> |
1570 |
<summary></summary> |
1571 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1572 |
</member>
|
1573 |
<member name="F:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.DilationVertical"> |
1574 |
<summary></summary> |
1575 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1576 |
</member>
|
1577 |
<member name="F:Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.DilationDiagonal"> |
1578 |
<summary></summary> |
1579 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1580 |
</member>
|
1581 |
<member name="T:Leadtools.ImageProcessing.Effects.CombineCommandFlags"> |
1582 |
<summary>Enumeration that indicates the treatment of the source, treatment of the destination, the operation to use when combining the data, and the treatment of the resulting image. The flags apply only to the defined rectangles (not necessarily the whole image).This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
1583 |
</member>
|
1584 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.ResultMaster"> |
1585 |
<summary>Perform the operation on all channels.</summary> |
1586 |
</member>
|
1587 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.SourceNop"> |
1588 |
<summary></summary> |
1589 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1590 |
</member>
|
1591 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.SourceMaster"> |
1592 |
<summary></summary> |
1593 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1594 |
</member>
|
1595 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.DestinationMaster"> |
1596 |
<summary></summary> |
1597 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1598 |
</member>
|
1599 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.DestinationNop"> |
1600 |
<summary></summary> |
1601 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1602 |
</member>
|
1603 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationAnd"> |
1604 |
<summary></summary> |
1605 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1606 |
</member>
|
1607 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.ResultNop"> |
1608 |
<summary></summary> |
1609 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1610 |
</member>
|
1611 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.SourceNot"> |
1612 |
<summary></summary> |
1613 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1614 |
</member>
|
1615 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.Source0"> |
1616 |
<summary></summary> |
1617 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1618 |
</member>
|
1619 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.Source1"> |
1620 |
<summary></summary> |
1621 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1622 |
</member>
|
1623 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.DestinationNot"> |
1624 |
<summary></summary> |
1625 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1626 |
</member>
|
1627 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.Destination0"> |
1628 |
<summary></summary> |
1629 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1630 |
</member>
|
1631 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.Destination1"> |
1632 |
<summary></summary> |
1633 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1634 |
</member>
|
1635 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationOr"> |
1636 |
<summary></summary> |
1637 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1638 |
</member>
|
1639 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.SourceCopy"> |
1640 |
<summary></summary> |
1641 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1642 |
</member>
|
1643 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationXor"> |
1644 |
<summary></summary> |
1645 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1646 |
</member>
|
1647 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationAdd"> |
1648 |
<summary></summary> |
1649 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1650 |
</member>
|
1651 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationSubtractSource"> |
1652 |
<summary></summary> |
1653 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1654 |
</member>
|
1655 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationSubtractDestination"> |
1656 |
<summary></summary> |
1657 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1658 |
</member>
|
1659 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationMultiply"> |
1660 |
<summary></summary> |
1661 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1662 |
</member>
|
1663 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationDivideSource"> |
1664 |
<summary></summary> |
1665 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1666 |
</member>
|
1667 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationDivideDestination"> |
1668 |
<summary></summary> |
1669 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1670 |
</member>
|
1671 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationAverage"> |
1672 |
<summary></summary> |
1673 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1674 |
</member>
|
1675 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationMinimum"> |
1676 |
<summary></summary> |
1677 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1678 |
</member>
|
1679 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.OperationMaximum"> |
1680 |
<summary></summary> |
1681 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1682 |
</member>
|
1683 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.AbsoluteDifference"> |
1684 |
<summary></summary> |
1685 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1686 |
</member>
|
1687 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.ResultNot"> |
1688 |
<summary></summary> |
1689 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1690 |
</member>
|
1691 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.Result0"> |
1692 |
<summary></summary> |
1693 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1694 |
</member>
|
1695 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.Result1"> |
1696 |
<summary></summary> |
1697 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1698 |
</member>
|
1699 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.SourceRed"> |
1700 |
<summary></summary> |
1701 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1702 |
</member>
|
1703 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.SourceGreen"> |
1704 |
<summary></summary> |
1705 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1706 |
</member>
|
1707 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.SourceBlue"> |
1708 |
<summary></summary> |
1709 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1710 |
</member>
|
1711 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.DestinationRed"> |
1712 |
<summary></summary> |
1713 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1714 |
</member>
|
1715 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.DestinationGreen"> |
1716 |
<summary></summary> |
1717 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1718 |
</member>
|
1719 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.DestinationBlue"> |
1720 |
<summary></summary> |
1721 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1722 |
</member>
|
1723 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.ResultRed"> |
1724 |
<summary></summary> |
1725 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1726 |
</member>
|
1727 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.ResultGreen"> |
1728 |
<summary></summary> |
1729 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1730 |
</member>
|
1731 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.ResultBlue"> |
1732 |
<summary></summary> |
1733 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1734 |
</member>
|
1735 |
<member name="F:Leadtools.ImageProcessing.Effects.CombineCommandFlags.RawCombine"> |
1736 |
<summary></summary> |
1737 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1738 |
</member>
|
1739 |
<member name="T:Leadtools.ImageProcessing.Effects.ContourFilterCommandType"> |
1740 |
<summary>This enumeration controls the resulting image by telling the method what process to complete before returning.</summary> |
1741 |
</member>
|
1742 |
<member name="F:Leadtools.ImageProcessing.Effects.ContourFilterCommandType.Thin"> |
1743 |
<summary></summary> |
1744 |
<platforms>NET</platforms> |
1745 |
</member>
|
1746 |
<member name="F:Leadtools.ImageProcessing.Effects.ContourFilterCommandType.LinkBlackWhite"> |
1747 |
<summary></summary> |
1748 |
<platforms>NET</platforms> |
1749 |
</member>
|
1750 |
<member name="F:Leadtools.ImageProcessing.Effects.ContourFilterCommandType.LinkGray"> |
1751 |
<summary></summary> |
1752 |
<platforms>NET</platforms> |
1753 |
</member>
|
1754 |
<member name="F:Leadtools.ImageProcessing.Effects.ContourFilterCommandType.LinkColor"> |
1755 |
<summary></summary> |
1756 |
<platforms>NET</platforms> |
1757 |
</member>
|
1758 |
<member name="F:Leadtools.ImageProcessing.Effects.ContourFilterCommandType.ApproxColor"> |
1759 |
<summary></summary> |
1760 |
<platforms>NET</platforms> |
1761 |
</member>
|
1762 |
<member name="T:Leadtools.ImageProcessing.Effects.CubismCommandFlags"> |
1763 |
<summary>Flags that indicate the background color, cube shape and cube orientation.This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
1764 |
</member>
|
1765 |
<member name="F:Leadtools.ImageProcessing.Effects.CubismCommandFlags.None"> |
1766 |
<summary></summary> |
1767 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1768 |
</member>
|
1769 |
<member name="F:Leadtools.ImageProcessing.Effects.CubismCommandFlags.Background"> |
1770 |
<summary></summary> |
1771 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1772 |
</member>
|
1773 |
<member name="F:Leadtools.ImageProcessing.Effects.CubismCommandFlags.Color"> |
1774 |
<summary></summary> |
1775 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1776 |
</member>
|
1777 |
<member name="F:Leadtools.ImageProcessing.Effects.CubismCommandFlags.Square"> |
1778 |
<summary></summary> |
1779 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1780 |
</member>
|
1781 |
<member name="F:Leadtools.ImageProcessing.Effects.CubismCommandFlags.Rectangle"> |
1782 |
<summary></summary> |
1783 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1784 |
</member>
|
1785 |
<member name="F:Leadtools.ImageProcessing.Effects.CubismCommandFlags.Random"> |
1786 |
<summary></summary> |
1787 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1788 |
</member>
|
1789 |
<member name="F:Leadtools.ImageProcessing.Effects.CubismCommandFlags.Oriented"> |
1790 |
<summary></summary> |
1791 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1792 |
</member>
|
1793 |
<member name="T:Leadtools.ImageProcessing.Effects.CurvePointsType"> |
1794 |
<summary>Enumeration that indicates the method to be used to update the curve array.</summary> |
1795 |
</member>
|
1796 |
<member name="F:Leadtools.ImageProcessing.Effects.CurvePointsType.Curve"> |
1797 |
<summary></summary> |
1798 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1799 |
</member>
|
1800 |
<member name="F:Leadtools.ImageProcessing.Effects.CurvePointsType.Linear"> |
1801 |
<summary></summary> |
1802 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1803 |
</member>
|
1804 |
<member name="T:Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags"> |
1805 |
<summary>Flags that indicate how to deinterlace the image and whether to remove odd lines or even lines.This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
1806 |
</member>
|
1807 |
<member name="F:Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.None"> |
1808 |
<summary></summary> |
1809 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1810 |
</member>
|
1811 |
<member name="F:Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.Normal"> |
1812 |
<summary></summary> |
1813 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1814 |
</member>
|
1815 |
<member name="F:Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.Smooth"> |
1816 |
<summary></summary> |
1817 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1818 |
</member>
|
1819 |
<member name="F:Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.Odd"> |
1820 |
<summary></summary> |
1821 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1822 |
</member>
|
1823 |
<member name="F:Leadtools.ImageProcessing.Effects.DeinterlaceCommandFlags.Even"> |
1824 |
<summary></summary> |
1825 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1826 |
</member>
|
1827 |
<member name="T:Leadtools.ImageProcessing.Effects.DisplacementCommandFlags"> |
1828 |
<summary>Flags that indicate how to handle exposed areas, and the way to use the displacement map image.This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
1829 |
</member>
|
1830 |
<member name="F:Leadtools.ImageProcessing.Effects.DisplacementCommandFlags.Color"> |
1831 |
<summary></summary> |
1832 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1833 |
</member>
|
1834 |
<member name="F:Leadtools.ImageProcessing.Effects.DisplacementCommandFlags.Tile"> |
1835 |
<summary></summary> |
1836 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1837 |
</member>
|
1838 |
<member name="F:Leadtools.ImageProcessing.Effects.DisplacementCommandFlags.Repeat"> |
1839 |
<summary></summary> |
1840 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1841 |
</member>
|
1842 |
<member name="F:Leadtools.ImageProcessing.Effects.DisplacementCommandFlags.NoChange"> |
1843 |
<summary></summary> |
1844 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1845 |
</member>
|
1846 |
<member name="F:Leadtools.ImageProcessing.Effects.DisplacementCommandFlags.WrapAround"> |
1847 |
<summary></summary> |
1848 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1849 |
</member>
|
1850 |
<member name="F:Leadtools.ImageProcessing.Effects.DisplacementCommandFlags.StretchToFit"> |
1851 |
<summary></summary> |
1852 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1853 |
</member>
|
1854 |
<member name="T:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommandType"> |
1855 |
<summary>Flag that indicates the type of edge to generate.</summary> |
1856 |
</member>
|
1857 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommandType.Smooth"> |
1858 |
<summary></summary> |
1859 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1860 |
</member>
|
1861 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommandType.Solid"> |
1862 |
<summary></summary> |
1863 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1864 |
</member>
|
1865 |
<member name="T:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType"> |
1866 |
<summary>Flag that indicates the type of edge to generate.</summary> |
1867 |
</member>
|
1868 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.SobelVertical"> |
1869 |
<summary></summary> |
1870 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1871 |
</member>
|
1872 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.SobelHorizontal"> |
1873 |
<summary></summary> |
1874 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1875 |
</member>
|
1876 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.SobelBoth"> |
1877 |
<summary></summary> |
1878 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1879 |
</member>
|
1880 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.PrewittVertical"> |
1881 |
<summary></summary> |
1882 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1883 |
</member>
|
1884 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.PrewittHorizontal"> |
1885 |
<summary></summary> |
1886 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1887 |
</member>
|
1888 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.PrewittBoth"> |
1889 |
<summary></summary> |
1890 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1891 |
</member>
|
1892 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.Laplace1"> |
1893 |
<summary></summary> |
1894 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1895 |
</member>
|
1896 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.Laplace2"> |
1897 |
<summary></summary> |
1898 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1899 |
</member>
|
1900 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.Laplace3"> |
1901 |
<summary></summary> |
1902 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1903 |
</member>
|
1904 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.LaplaceDiagonal"> |
1905 |
<summary></summary> |
1906 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1907 |
</member>
|
1908 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.LaplaceHorizontal"> |
1909 |
<summary></summary> |
1910 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1911 |
</member>
|
1912 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.LaplaceVertical"> |
1913 |
<summary></summary> |
1914 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1915 |
</member>
|
1916 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.GradientNorth"> |
1917 |
<summary></summary> |
1918 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1919 |
</member>
|
1920 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.GradientNorthEast"> |
1921 |
<summary></summary> |
1922 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1923 |
</member>
|
1924 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.GradientEast"> |
1925 |
<summary></summary> |
1926 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1927 |
</member>
|
1928 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.GradientSouthEast"> |
1929 |
<summary></summary> |
1930 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1931 |
</member>
|
1932 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.GradientSouth"> |
1933 |
<summary></summary> |
1934 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1935 |
</member>
|
1936 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.GradientSouthWest"> |
1937 |
<summary></summary> |
1938 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1939 |
</member>
|
1940 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.GradientWest"> |
1941 |
<summary></summary> |
1942 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1943 |
</member>
|
1944 |
<member name="F:Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.GradientNorthWest"> |
1945 |
<summary></summary> |
1946 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1947 |
</member>
|
1948 |
<member name="T:Leadtools.ImageProcessing.Effects.EmbossCommandDirection"> |
1949 |
<summary>Enumerated values used to determine the direction of the apparent light source.</summary> |
1950 |
</member>
|
1951 |
<member name="F:Leadtools.ImageProcessing.Effects.EmbossCommandDirection.North"> |
1952 |
<summary></summary> |
1953 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1954 |
</member>
|
1955 |
<member name="F:Leadtools.ImageProcessing.Effects.EmbossCommandDirection.NorthEast"> |
1956 |
<summary></summary> |
1957 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1958 |
</member>
|
1959 |
<member name="F:Leadtools.ImageProcessing.Effects.EmbossCommandDirection.East"> |
1960 |
<summary></summary> |
1961 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1962 |
</member>
|
1963 |
<member name="F:Leadtools.ImageProcessing.Effects.EmbossCommandDirection.SouthEast"> |
1964 |
<summary></summary> |
1965 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1966 |
</member>
|
1967 |
<member name="F:Leadtools.ImageProcessing.Effects.EmbossCommandDirection.South"> |
1968 |
<summary></summary> |
1969 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1970 |
</member>
|
1971 |
<member name="F:Leadtools.ImageProcessing.Effects.EmbossCommandDirection.SouthWest"> |
1972 |
<summary></summary> |
1973 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1974 |
</member>
|
1975 |
<member name="F:Leadtools.ImageProcessing.Effects.EmbossCommandDirection.West"> |
1976 |
<summary></summary> |
1977 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1978 |
</member>
|
1979 |
<member name="F:Leadtools.ImageProcessing.Effects.EmbossCommandDirection.NorthWest"> |
1980 |
<summary></summary> |
1981 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
1982 |
</member>
|
1983 |
<member name="T:Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags"> |
1984 |
<summary>Flags that indicate how the fade mask will be created.This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.</summary> |
1985 |
</member>
|
1986 |
<member name="F:Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags.None"> |
1987 |
<summary></summary> |
1988 |
<platforms>NET, WinRT, WinrtPhone</platforms> |
1989 |
</member>
|
1990 |
<member name="F:Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags.FadeOutsideRegion"> |
1991 |
<summary></summary> |
1992 |
<platforms>NET</platforms> |
1993 |
</member>
|
1994 |
<member name="F:Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags.FillWithDumpColor"> |
1995 |
<summary></summary> |
1996 |
<platforms>NET</platforms> |
1997 |
</member>
|
1998 |
<member name="F:Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags.DumpColorStart"> |
1999 |
<summary></summary> |
2000 |
<platforms>NET</platforms> |
2001 |
</member>
|
2002 |
<member name="F:Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags.FadeWhiteToBlack"> |
2003 |
<summary></summary> |
2004 |
<platforms>NET</platforms> |
2005 |
</member>
|
2006 |
<member name="F:Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags.NoTransparencyFill"> |
2007 |
<summary></summary> |
2008 |
<platforms>NET</platforms> |
2009 |
</member>
|
2010 |
<member name="F:Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags.TransparencyAsDump"> |
2011 |
<summary></summary> |
2012 |
<platforms>NET</platforms> |
2013 |
</member>
|
2014 |
<member name="T:Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags"> |
2015 |
<summary>Enumeration that indicates the function used to update the lookup table.</summary> |
2016 |
</member>
|
2017 |
<member name="F:Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.Exponential"> |
2018 |
<summary></summary> |
2019 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2020 |
</member>
|
2021 |
<member name="F:Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.Logarithm"> |
2022 |
<summary></summary> |
2023 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2024 |
</member>
|
2025 |
<member name="F:Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.Linear"> |
2026 |
<summary></summary> |
2027 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2028 |
</member>
|
2029 |
<member name="F:Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.Sigmoid"> |
2030 |
<summary></summary> |
2031 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2032 |
</member>
|
2033 |
<member name="F:Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.Signed"> |
2034 |
<summary></summary> |
2035 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2036 |
</member>
|
2037 |
<member name="T:Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType"> |
2038 |
<summary>Enumeration that indicates which mask to use in the convolution process.</summary> |
2039 |
</member>
|
2040 |
<member name="F:Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType.Emboss"> |
2041 |
<summary></summary> |
2042 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2043 |
</member>
|
2044 |
<member name="F:Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType.EdgeDetection"> |
2045 |
<summary></summary> |
2046 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2047 |
</member>
|
2048 |
<member name="F:Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType.EmbossSplotch"> |
2049 |
<summary></summary> |
2050 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2051 |
</member>
|
2052 |
<member name="F:Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType.Splotch"> |
2053 |
<summary></summary> |
2054 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2055 |
</member>
|
2056 |
<member name="T:Leadtools.ImageProcessing.Effects.OffsetCommandType"> |
2057 |
<summary>Flags that indicate how to handle any exposed areas resulting from the bitmap shift.</summary> |
2058 |
</member>
|
2059 |
<member name="F:Leadtools.ImageProcessing.Effects.OffsetCommandType.Color"> |
2060 |
<summary></summary> |
2061 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2062 |
</member>
|
2063 |
<member name="F:Leadtools.ImageProcessing.Effects.OffsetCommandType.Repeat"> |
2064 |
<summary></summary> |
2065 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2066 |
</member>
|
2067 |
<member name="F:Leadtools.ImageProcessing.Effects.OffsetCommandType.NoChange"> |
2068 |
<summary></summary> |
2069 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2070 |
</member>
|
2071 |
<member name="F:Leadtools.ImageProcessing.Effects.OffsetCommandType.WrapAround"> |
2072 |
<summary></summary> |
2073 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2074 |
</member>
|
2075 |
<member name="T:Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags"> |
2076 |
<summary>Enumerated values that indicate the required contour points.</summary> |
2077 |
</member>
|
2078 |
<member name="F:Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags.All"> |
2079 |
<summary></summary> |
2080 |
<platforms>NET</platforms> |
2081 |
</member>
|
2082 |
<member name="F:Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags.Outside"> |
2083 |
<summary></summary> |
2084 |
<platforms>NET</platforms> |
2085 |
</member>
|
2086 |
<member name="T:Leadtools.ImageProcessing.Effects.ResizeRegionCommandType"> |
2087 |
<summary>Enumeration that indicates whether to contract or expand the image region.</summary> |
2088 |
</member>
|
2089 |
<member name="F:Leadtools.ImageProcessing.Effects.ResizeRegionCommandType.ExpandRegion"> |
2090 |
<summary></summary> |
2091 |
<platforms>NET</platforms> |
2092 |
</member>
|
2093 |
<member name="F:Leadtools.ImageProcessing.Effects.ResizeRegionCommandType.ContractRegion"> |
2094 |
<summary></summary> |
2095 |
<platforms>NET</platforms> |
2096 |
</member>
|
2097 |
<member name="T:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined"> |
2098 |
<summary>Enumerated values that represent a predefined spatial filter to use.</summary> |
2099 |
</member>
|
2100 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.EmbossNorth"> |
2101 |
<summary></summary> |
2102 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2103 |
</member>
|
2104 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.EmbossNorthEast"> |
2105 |
<summary></summary> |
2106 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2107 |
</member>
|
2108 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.EmbossEast"> |
2109 |
<summary></summary> |
2110 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2111 |
</member>
|
2112 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.EmbossSouthEast"> |
2113 |
<summary></summary> |
2114 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2115 |
</member>
|
2116 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.EmbossSouth"> |
2117 |
<summary></summary> |
2118 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2119 |
</member>
|
2120 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.EmbossSouthWest"> |
2121 |
<summary></summary> |
2122 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2123 |
</member>
|
2124 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.EmbossWest"> |
2125 |
<summary></summary> |
2126 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2127 |
</member>
|
2128 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.EmbossNorthWest"> |
2129 |
<summary></summary> |
2130 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2131 |
</member>
|
2132 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.GradientEdgeEnhancementNorth"> |
2133 |
<summary></summary> |
2134 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2135 |
</member>
|
2136 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.GradientEdgeEnhancementNorthEast"> |
2137 |
<summary></summary> |
2138 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2139 |
</member>
|
2140 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.GradientEdgeEnhancementEast"> |
2141 |
<summary></summary> |
2142 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2143 |
</member>
|
2144 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.GradientEdgeEnhancementSouthEast"> |
2145 |
<summary></summary> |
2146 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2147 |
</member>
|
2148 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.GradientEdgeEnhancementSouth"> |
2149 |
<summary></summary> |
2150 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2151 |
</member>
|
2152 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.GradientEdgeEnhancementSouthWest"> |
2153 |
<summary></summary> |
2154 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2155 |
</member>
|
2156 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.GradientEdgeEnhancementWest"> |
2157 |
<summary></summary> |
2158 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2159 |
</member>
|
2160 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.GradientEdgeEnhancementNorthWest"> |
2161 |
<summary></summary> |
2162 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2163 |
</member>
|
2164 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LaplacianFilter1"> |
2165 |
<summary></summary> |
2166 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2167 |
</member>
|
2168 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LaplacianFilter2"> |
2169 |
<summary></summary> |
2170 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2171 |
</member>
|
2172 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LaplacianFilter3"> |
2173 |
<summary></summary> |
2174 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2175 |
</member>
|
2176 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LaplacianDiagonal"> |
2177 |
<summary></summary> |
2178 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2179 |
</member>
|
2180 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LaplacianHorizontal"> |
2181 |
<summary></summary> |
2182 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2183 |
</member>
|
2184 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LaplacianVertical"> |
2185 |
<summary></summary> |
2186 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2187 |
</member>
|
2188 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.SobelHorizontal"> |
2189 |
<summary></summary> |
2190 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2191 |
</member>
|
2192 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.SobelVertical"> |
2193 |
<summary></summary> |
2194 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2195 |
</member>
|
2196 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.PrewittHorizontal"> |
2197 |
<summary></summary> |
2198 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2199 |
</member>
|
2200 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.PrewittVertical"> |
2201 |
<summary></summary> |
2202 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2203 |
</member>
|
2204 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.ShiftAndDifferenceDiagonal"> |
2205 |
<summary></summary> |
2206 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2207 |
</member>
|
2208 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.ShiftAndDifferenceHorizontal"> |
2209 |
<summary></summary> |
2210 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2211 |
</member>
|
2212 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.ShiftAndDifferenceVertical"> |
2213 |
<summary></summary> |
2214 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2215 |
</member>
|
2216 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LineSegmentHorizontal"> |
2217 |
<summary></summary> |
2218 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2219 |
</member>
|
2220 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LineSegmentVertical"> |
2221 |
<summary></summary> |
2222 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2223 |
</member>
|
2224 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LineSegmentLeftToRight"> |
2225 |
<summary></summary> |
2226 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2227 |
</member>
|
2228 |
<member name="F:Leadtools.ImageProcessing.Effects.SpatialFilterCommandPredefined.LineSegmentRightToLeft"> |
2229 |
<summary></summary> |
2230 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2231 |
</member>
|
2232 |
<member name="T:Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType"> |
2233 |
<summary>Enumeration that indicates the color space in which to apply the mask.</summary> |
2234 |
</member>
|
2235 |
<member name="F:Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType.None"> |
2236 |
<summary></summary> |
2237 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2238 |
</member>
|
2239 |
<member name="F:Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType.Rgb"> |
2240 |
<summary></summary> |
2241 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2242 |
</member>
|
2243 |
<member name="F:Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType.Yuv"> |
2244 |
<summary></summary> |
2245 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2246 |
</member>
|
2247 |
<member name="T:Leadtools.ImageProcessing.Effects.UserFilterCommandType"> |
2248 |
<summary>Enumeration that indicates the type of operation.</summary> |
2249 |
</member>
|
2250 |
<member name="F:Leadtools.ImageProcessing.Effects.UserFilterCommandType.Sum"> |
2251 |
<summary></summary> |
2252 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2253 |
</member>
|
2254 |
<member name="F:Leadtools.ImageProcessing.Effects.UserFilterCommandType.Maximum"> |
2255 |
<summary></summary> |
2256 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2257 |
</member>
|
2258 |
<member name="F:Leadtools.ImageProcessing.Effects.UserFilterCommandType.Minimum"> |
2259 |
<summary></summary> |
2260 |
<platforms>NET, Java, Android, iOS, WinRT, WinrtPhone, Silverlight</platforms> |
2261 |
</member>
|
2262 |
</members>
|
2263 |
</doc>
|