markus / KCOM / x64 / Leadtools.Windows.Media.Effects.xml @ 7841e9fb
이력 | 보기 | 이력해설 | 다운로드 (30.7 KB)
1 |
<?xml version="1.0" encoding="utf-8"?>
|
---|---|
2 |
<doc>
|
3 |
<assembly>
|
4 |
<name>Leadtools.Windows.Media.Effects</name> |
5 |
</assembly>
|
6 |
<members>
|
7 |
<member name="T:Leadtools.Windows.Media.Effects.BrightExtractEffect"> |
8 |
<summary>Adjust the image brightness based on the given threshold.</summary> |
9 |
</member>
|
10 |
<member name="M:Leadtools.Windows.Media.Effects.BrightExtractEffect.#ctor"> |
11 |
<summary>Initializes a new instance of the BrightExtractEffect class.</summary> |
12 |
</member>
|
13 |
<member name="P:Leadtools.Windows.Media.Effects.BrightExtractEffect.Input"> |
14 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
15 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
16 |
</member>
|
17 |
<member name="P:Leadtools.Windows.Media.Effects.BrightExtractEffect.Threshold"> |
18 |
<summary>Gets or sets brightness threshold. This is a dependency property.</summary> |
19 |
<value>The brightness threshold. Default value is 0.5.</value> |
20 |
</member>
|
21 |
<member name="F:Leadtools.Windows.Media.Effects.BrightExtractEffect.InputProperty"> |
22 |
<summary>Identifies the Input dependency property.</summary> |
23 |
</member>
|
24 |
<member name="F:Leadtools.Windows.Media.Effects.BrightExtractEffect.ThresholdProperty"> |
25 |
<summary>Identifies the Threshold dependency property.</summary> |
26 |
</member>
|
27 |
<member name="T:Leadtools.Windows.Media.Effects.CircularShutterEffect"> |
28 |
<summary>Creates a circular or elliptical shutter effect by using a center point, radius, aspect ratio and a color to clear the area outside the shutter.</summary> |
29 |
</member>
|
30 |
<member name="M:Leadtools.Windows.Media.Effects.CircularShutterEffect.#ctor"> |
31 |
<summary>Initializes a new instance of the CircularShutterEffect class.</summary> |
32 |
</member>
|
33 |
<member name="P:Leadtools.Windows.Media.Effects.CircularShutterEffect.AspectRatio"> |
34 |
<summary>Gets or sets aspect ratio of the shutter. This is a dependency property.</summary> |
35 |
<value>The aspect ratio of the shutter. This value is multiplied by the Radius value to generate an elliptical shutter. Default value is 1.5.</value> |
36 |
</member>
|
37 |
<member name="P:Leadtools.Windows.Media.Effects.CircularShutterEffect.Center"> |
38 |
<summary>Gets or sets center of the shutter. This is a dependency property.</summary> |
39 |
<value>The center of the shutter. The value is a percentage of the image size. Default value is 0.5, 0.5.</value> |
40 |
</member>
|
41 |
<member name="P:Leadtools.Windows.Media.Effects.CircularShutterEffect.ClearColor"> |
42 |
<summary>Gets or sets the color to use to clear the area outside the shutter. This is a dependency property.</summary> |
43 |
<value>The color to use to clear the area outside the shutter. Default value is a solid Black color.</value> |
44 |
</member>
|
45 |
<member name="P:Leadtools.Windows.Media.Effects.CircularShutterEffect.Input"> |
46 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
47 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
48 |
</member>
|
49 |
<member name="P:Leadtools.Windows.Media.Effects.CircularShutterEffect.Radius"> |
50 |
<summary>Gets or sets the radius of the shutter. This is a dependency property.</summary> |
51 |
<value>The radius of the shutter. The value is a percentage of the image size. Default value is 0.25.</value> |
52 |
</member>
|
53 |
<member name="F:Leadtools.Windows.Media.Effects.CircularShutterEffect.AspectRatioProperty"> |
54 |
<summary>Identifies the AspectRatio dependency property.</summary> |
55 |
</member>
|
56 |
<member name="F:Leadtools.Windows.Media.Effects.CircularShutterEffect.CenterProperty"> |
57 |
<summary>Identifies the Center dependency property.</summary> |
58 |
</member>
|
59 |
<member name="F:Leadtools.Windows.Media.Effects.CircularShutterEffect.ClearColorProperty"> |
60 |
<summary>Identifies the ClearColor dependency property.</summary> |
61 |
</member>
|
62 |
<member name="F:Leadtools.Windows.Media.Effects.CircularShutterEffect.InputProperty"> |
63 |
<summary>Identifies the Input dependency property.</summary> |
64 |
</member>
|
65 |
<member name="F:Leadtools.Windows.Media.Effects.CircularShutterEffect.RadiusProperty"> |
66 |
<summary>Identifies the Radius dependency property.</summary> |
67 |
</member>
|
68 |
<member name="T:Leadtools.Windows.Media.Effects.ContrastAdjustEffect"> |
69 |
<summary>Enhances the image colors by adjusting the image brightness and contrast using specified values.</summary> |
70 |
</member>
|
71 |
<member name="M:Leadtools.Windows.Media.Effects.ContrastAdjustEffect.#ctor"> |
72 |
<summary>Initializes a new instance of the ContrastAdjustEffect class.</summary> |
73 |
</member>
|
74 |
<member name="P:Leadtools.Windows.Media.Effects.ContrastAdjustEffect.Brightness"> |
75 |
<summary>Gets or sets the value to use to adjust the image brightness. This is a dependency property.</summary> |
76 |
<value>The value to use to adjust the image brightness. Default value is 0.0.</value> |
77 |
</member>
|
78 |
<member name="P:Leadtools.Windows.Media.Effects.ContrastAdjustEffect.Contrast"> |
79 |
<summary>Gets or sets the value to use to adjust the image saturation. This is a dependency property.</summary> |
80 |
<value>The value to use to adjust the image saturation. Default value is 1.2.</value> |
81 |
</member>
|
82 |
<member name="P:Leadtools.Windows.Media.Effects.ContrastAdjustEffect.Input"> |
83 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
84 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
85 |
</member>
|
86 |
<member name="F:Leadtools.Windows.Media.Effects.ContrastAdjustEffect.BrightnessProperty"> |
87 |
<summary>Identifies the Brightness dependency property.</summary> |
88 |
</member>
|
89 |
<member name="F:Leadtools.Windows.Media.Effects.ContrastAdjustEffect.ContrastProperty"> |
90 |
<summary>Identifies the Contrast dependency property.</summary> |
91 |
</member>
|
92 |
<member name="F:Leadtools.Windows.Media.Effects.ContrastAdjustEffect.InputProperty"> |
93 |
<summary>Identifies the Input dependency property.</summary> |
94 |
</member>
|
95 |
<member name="T:Leadtools.Windows.Media.Effects.DesaturateEffect"> |
96 |
<summary>Increase or decrease the image saturation based on the given parameter.</summary> |
97 |
</member>
|
98 |
<member name="M:Leadtools.Windows.Media.Effects.DesaturateEffect.#ctor"> |
99 |
<summary>Initializes a new instance of the DesaturateEffect class.</summary> |
100 |
</member>
|
101 |
<member name="P:Leadtools.Windows.Media.Effects.DesaturateEffect.Input"> |
102 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
103 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
104 |
</member>
|
105 |
<member name="P:Leadtools.Windows.Media.Effects.DesaturateEffect.Saturation"> |
106 |
<summary>Gets or sets the amount to change the saturation of each pixel. This is a dependency property.</summary> |
107 |
<value>The amount to change the saturation of each pixel. Default value is 0.5.</value> |
108 |
</member>
|
109 |
<member name="F:Leadtools.Windows.Media.Effects.DesaturateEffect.InputProperty"> |
110 |
<summary>Identifies the Input dependency property.</summary> |
111 |
</member>
|
112 |
<member name="F:Leadtools.Windows.Media.Effects.DesaturateEffect.SaturationProperty"> |
113 |
<summary>Identifies the Saturation dependency property.</summary> |
114 |
</member>
|
115 |
<member name="T:Leadtools.Windows.Media.Effects.EdgeDetectEffect"> |
116 |
<summary>Detects the edges of the image based on threshold and an input matrix.</summary> |
117 |
</member>
|
118 |
<member name="M:Leadtools.Windows.Media.Effects.EdgeDetectEffect.#ctor"> |
119 |
<summary>Initializes a new instance of the EdgeDetectEffect class.</summary> |
120 |
</member>
|
121 |
<member name="P:Leadtools.Windows.Media.Effects.EdgeDetectEffect.Input"> |
122 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
123 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
124 |
</member>
|
125 |
<member name="P:Leadtools.Windows.Media.Effects.EdgeDetectEffect.InputSize"> |
126 |
<summary>Gets or sets the size of the optional brush that represents the result of this effect. This is a dependency property.</summary> |
127 |
<value>A System.Windows.Size that specifies the size of the optional result of this effect. Default value is 800 by 600.</value> |
128 |
</member>
|
129 |
<member name="P:Leadtools.Windows.Media.Effects.EdgeDetectEffect.KernelPos1"> |
130 |
<summary>Gets or sets the value of the first edge detection matrix item. This is a dependency property.</summary> |
131 |
<value>The value of first edge detection matrix item. Default value is 1.0.</value> |
132 |
</member>
|
133 |
<member name="P:Leadtools.Windows.Media.Effects.EdgeDetectEffect.KernelPos2"> |
134 |
<summary>Gets or sets the value of the second edge detection matrix item. This is a dependency property.</summary> |
135 |
<value>The value of the second edge detection matrix item. Default value is 2.0.</value> |
136 |
</member>
|
137 |
<member name="P:Leadtools.Windows.Media.Effects.EdgeDetectEffect.KernelPos3"> |
138 |
<summary>Gets or sets the value of the third edge detection matrix item. This is a dependency property.</summary> |
139 |
<value>The value of the third edge detection matrix item. Default value is 1.0.</value> |
140 |
</member>
|
141 |
<member name="P:Leadtools.Windows.Media.Effects.EdgeDetectEffect.Threshold"> |
142 |
<summary>Gets or sets threshold used to detect the edge of the image. This is a dependency property.</summary> |
143 |
<value>The threshold used to detect the edge of the image. Default value is 0.5.</value> |
144 |
</member>
|
145 |
<member name="F:Leadtools.Windows.Media.Effects.EdgeDetectEffect.InputProperty"> |
146 |
<summary>Identifies the Input dependency property.</summary> |
147 |
</member>
|
148 |
<member name="F:Leadtools.Windows.Media.Effects.EdgeDetectEffect.InputSizeProperty"> |
149 |
<summary>Identifies the InputSize dependency property.</summary> |
150 |
</member>
|
151 |
<member name="F:Leadtools.Windows.Media.Effects.EdgeDetectEffect.KernelPos1Property"> |
152 |
<summary>Identifies the KernelPos1 dependency property.</summary> |
153 |
</member>
|
154 |
<member name="F:Leadtools.Windows.Media.Effects.EdgeDetectEffect.KernelPos2Property"> |
155 |
<summary>Identifies the KernelPos2 dependency property.</summary> |
156 |
</member>
|
157 |
<member name="F:Leadtools.Windows.Media.Effects.EdgeDetectEffect.KernelPos3Property"> |
158 |
<summary>Identifies the KernelPos3 dependency property.</summary> |
159 |
</member>
|
160 |
<member name="F:Leadtools.Windows.Media.Effects.EdgeDetectEffect.ThresholdProperty"> |
161 |
<summary>Identifies the Threshold dependency property.</summary> |
162 |
</member>
|
163 |
<member name="T:Leadtools.Windows.Media.Effects.EmbossEffect"> |
164 |
<summary>Applies an emboss effect to an image, letting you specify the depth and shift of the effect.</summary> |
165 |
</member>
|
166 |
<member name="M:Leadtools.Windows.Media.Effects.EmbossEffect.#ctor"> |
167 |
<summary>Initializes a new instance of the EmbossEffect class.</summary> |
168 |
</member>
|
169 |
<member name="P:Leadtools.Windows.Media.Effects.EmbossEffect.Amount"> |
170 |
<summary>Gets or sets the amount of the emboss value. This is a dependency property.</summary> |
171 |
<value>The amount of the emboss value. Default value is 0.5.</value> |
172 |
</member>
|
173 |
<member name="P:Leadtools.Windows.Media.Effects.EmbossEffect.Input"> |
174 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
175 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
176 |
</member>
|
177 |
<member name="P:Leadtools.Windows.Media.Effects.EmbossEffect.Width"> |
178 |
<summary>Gets or sets the amount of the shift used to render the emboss effect. This is a dependency property.</summary> |
179 |
<value>The amount of the shift used to render the emboss effect. Default value is 0.003.</value> |
180 |
</member>
|
181 |
<member name="F:Leadtools.Windows.Media.Effects.EmbossEffect.AmountProperty"> |
182 |
<summary>Identifies the Amount dependency property.</summary> |
183 |
</member>
|
184 |
<member name="F:Leadtools.Windows.Media.Effects.EmbossEffect.InputProperty"> |
185 |
<summary>Identifies the Input dependency property.</summary> |
186 |
</member>
|
187 |
<member name="F:Leadtools.Windows.Media.Effects.EmbossEffect.WidthProperty"> |
188 |
<summary>Identifies the Width dependency property.</summary> |
189 |
</member>
|
190 |
<member name="T:Leadtools.Windows.Media.Effects.IntensityDetectEffect"> |
191 |
<summary>Applies binary segmentation to an image by filtering the specified image to detect colors in a specified intensity range.</summary> |
192 |
</member>
|
193 |
<member name="M:Leadtools.Windows.Media.Effects.IntensityDetectEffect.#ctor"> |
194 |
<summary>Initializes a new instance of the IntensityDetectEffect class.</summary> |
195 |
</member>
|
196 |
<member name="P:Leadtools.Windows.Media.Effects.IntensityDetectEffect.Input"> |
197 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
198 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
199 |
</member>
|
200 |
<member name="P:Leadtools.Windows.Media.Effects.IntensityDetectEffect.Intensity"> |
201 |
<summary>Gets or sets the threshold of the color intensity values. This is a dependency property.</summary> |
202 |
<value>The threshold of the color intensity values. Default value is 128.5.</value> |
203 |
</member>
|
204 |
<member name="F:Leadtools.Windows.Media.Effects.IntensityDetectEffect.InputProperty"> |
205 |
<summary>Identifies the Input dependency property.</summary> |
206 |
</member>
|
207 |
<member name="F:Leadtools.Windows.Media.Effects.IntensityDetectEffect.IntensityProperty"> |
208 |
<summary>Identifies the Intensity dependency property.</summary> |
209 |
</member>
|
210 |
<member name="T:Leadtools.Windows.Media.Effects.InvertEffect"> |
211 |
<summary>Inverts the colors in the specified image, giving it the appearance of a photographic negative.</summary> |
212 |
</member>
|
213 |
<member name="M:Leadtools.Windows.Media.Effects.InvertEffect.#ctor"> |
214 |
<summary>Initializes a new instance of the InvertEffect class.</summary> |
215 |
</member>
|
216 |
<member name="P:Leadtools.Windows.Media.Effects.InvertEffect.Input"> |
217 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
218 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
219 |
</member>
|
220 |
<member name="F:Leadtools.Windows.Media.Effects.InvertEffect.InputProperty"> |
221 |
<summary>Identifies the Input dependency property.</summary> |
222 |
</member>
|
223 |
<member name="T:Leadtools.Windows.Media.Effects.MagnifyGlassEffect"> |
224 |
<summary>Creates an effect that can be used to zoom in on a portion of an image with options to specify size, shape and color of the magnify glass and crosshairs.</summary> |
225 |
</member>
|
226 |
<member name="M:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.#ctor"> |
227 |
<summary>Initializes a new instance of the MagnifyGlassEffect class.</summary> |
228 |
</member>
|
229 |
<member name="P:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.AspectRatio"> |
230 |
<summary>Gets or sets aspect ratio of the magnify glass. This is a dependency property.</summary> |
231 |
<value>The aspect ratio of the magnify glass. This value is multiplied by the Radius value to generate an elliptical magnify glass. Default value is 1.5.</value> |
232 |
</member>
|
233 |
<member name="P:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.Border"> |
234 |
<summary>Gets or sets a value indicating whether to draw the border of this magnify glass. This is a dependency property.</summary> |
235 |
<value>1.0 to draw the border; otherwise, hide it. Default value is 1.0.</value> |
236 |
</member>
|
237 |
<member name="P:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.Center"> |
238 |
<summary>Gets or sets center of the magnify glass. This is a dependency property.</summary> |
239 |
<value>The center of the magnify glass. The valus is a percentage of the image size. Default value is 0.5, 0.5.</value> |
240 |
</member>
|
241 |
<member name="P:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.Color"> |
242 |
<summary>Gets or sets the color to use to draw the border and crosshairs of this magnify glass. This is a dependency property.</summary> |
243 |
<value>The color to use to draw the border and crosshairs of this magnify glass. Default value is White.</value> |
244 |
</member>
|
245 |
<member name="P:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.CrossHairs"> |
246 |
<summary>Gets or sets a value indicating whether to draw the crosshairs of this magnify glass. This is a dependency property.</summary> |
247 |
<value>1.0 to draw the crosshairs; otherwise, hide it. Default value is 1.0.</value> |
248 |
</member>
|
249 |
<member name="P:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.Input"> |
250 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
251 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
252 |
</member>
|
253 |
<member name="P:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.Radius"> |
254 |
<summary>Gets or sets the radius of the magnify glass. This is a dependency property.</summary> |
255 |
<value>The radius of the magnify glass. The value is a percentage of the image size. Default value is 0.25.</value> |
256 |
</member>
|
257 |
<member name="P:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.ScaleFactor"> |
258 |
<summary>Gets or sets the amount of the scale factor to use in this magnify glass. This is a dependency property.</summary> |
259 |
<value>The amount of the scale factor to use in this magnify glass. Default value is 2.</value> |
260 |
</member>
|
261 |
<member name="F:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.AspectRatioProperty"> |
262 |
<summary>Identifies the AspectRatio dependency property.</summary> |
263 |
</member>
|
264 |
<member name="F:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.BorderProperty"> |
265 |
<summary>Identifies the Border dependency property.</summary> |
266 |
</member>
|
267 |
<member name="F:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.CenterProperty"> |
268 |
<summary>Identifies the Center dependency property.</summary> |
269 |
</member>
|
270 |
<member name="F:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.ColorProperty"> |
271 |
<summary>Identifies the Color dependency property.</summary> |
272 |
</member>
|
273 |
<member name="F:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.CrossHairsProperty"> |
274 |
<summary>Identifies the CrossHairs dependency property.</summary> |
275 |
</member>
|
276 |
<member name="F:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.InputProperty"> |
277 |
<summary>Identifies the Input dependency property.</summary> |
278 |
</member>
|
279 |
<member name="F:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.RadiusProperty"> |
280 |
<summary>Identifies the Radius dependency property.</summary> |
281 |
</member>
|
282 |
<member name="F:Leadtools.Windows.Media.Effects.MagnifyGlassEffect.ScaleFactorProperty"> |
283 |
<summary>Identifies the ScaleFactor dependency property.</summary> |
284 |
</member>
|
285 |
<member name="T:Leadtools.Windows.Media.Effects.RectangularShutterEffect"> |
286 |
<summary>Creates a rectangular shutter effect by using a center point, shutter size and a color to clear the area outside the shutter.</summary> |
287 |
</member>
|
288 |
<member name="M:Leadtools.Windows.Media.Effects.RectangularShutterEffect.#ctor"> |
289 |
<summary>Initializes a new instance of the RectangularShutterEffect class.</summary> |
290 |
</member>
|
291 |
<member name="P:Leadtools.Windows.Media.Effects.RectangularShutterEffect.Center"> |
292 |
<summary>Gets or sets center of the shutter. This is a dependency property.</summary> |
293 |
<value>The center of the shutter. The valus is a percentage of the image size. Default value is 0.5, 0.5.</value> |
294 |
</member>
|
295 |
<member name="P:Leadtools.Windows.Media.Effects.RectangularShutterEffect.ClearColor"> |
296 |
<summary>Gets or sets the color to use to clear the area outside the shutter. This is a dependency property.</summary> |
297 |
<value>The color to use to clear the area outside the shutter. Default value is a solid Black color.</value> |
298 |
</member>
|
299 |
<member name="P:Leadtools.Windows.Media.Effects.RectangularShutterEffect.Height"> |
300 |
<summary>Gets or sets height of the shutter. This is a dependency property.</summary> |
301 |
<value>The height of the shutter. The value is a percentage of the image size. Default value is 0.3.</value> |
302 |
</member>
|
303 |
<member name="P:Leadtools.Windows.Media.Effects.RectangularShutterEffect.Input"> |
304 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
305 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
306 |
</member>
|
307 |
<member name="P:Leadtools.Windows.Media.Effects.RectangularShutterEffect.Width"> |
308 |
<summary>Gets or sets the width of the shutter. This is a dependency property.</summary> |
309 |
<value>The width of the shutter. The value is a percentage of the image size. Default value is 0.5.</value> |
310 |
</member>
|
311 |
<member name="F:Leadtools.Windows.Media.Effects.RectangularShutterEffect.CenterProperty"> |
312 |
<summary>Identifies the Center dependency property.</summary> |
313 |
</member>
|
314 |
<member name="F:Leadtools.Windows.Media.Effects.RectangularShutterEffect.ClearColorProperty"> |
315 |
<summary>Identifies the ClearColor dependency property.</summary> |
316 |
</member>
|
317 |
<member name="F:Leadtools.Windows.Media.Effects.RectangularShutterEffect.HeightProperty"> |
318 |
<summary>Identifies the Height dependency property.</summary> |
319 |
</member>
|
320 |
<member name="F:Leadtools.Windows.Media.Effects.RectangularShutterEffect.InputProperty"> |
321 |
<summary>Identifies the Input dependency property.</summary> |
322 |
</member>
|
323 |
<member name="F:Leadtools.Windows.Media.Effects.RectangularShutterEffect.WidthProperty"> |
324 |
<summary>Identifies the Width dependency property.</summary> |
325 |
</member>
|
326 |
<member name="T:Leadtools.Windows.Media.Effects.SharpenEffect"> |
327 |
<summary>Increases or decreases the sharpness of this image.</summary> |
328 |
</member>
|
329 |
<member name="M:Leadtools.Windows.Media.Effects.SharpenEffect.#ctor"> |
330 |
<summary>Initializes a new instance of the SharpenEffect class.</summary> |
331 |
</member>
|
332 |
<member name="P:Leadtools.Windows.Media.Effects.SharpenEffect.Amount"> |
333 |
<summary>Gets or sets the amount to change the sharpness. This is a dependency property.</summary> |
334 |
<value>The amount to change the sharpness.Negative sharpness values decrease the sharpness of the image and positive sharpness values increase the sharpness. Default value is 1.</value> |
335 |
</member>
|
336 |
<member name="P:Leadtools.Windows.Media.Effects.SharpenEffect.Input"> |
337 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
338 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
339 |
</member>
|
340 |
<member name="P:Leadtools.Windows.Media.Effects.SharpenEffect.InputSize"> |
341 |
<summary>Gets or sets the size of the optional brush that represents the result of this effect. This is a dependency property.</summary> |
342 |
<value>A System.Windows.Size that specifies the size of the optional result of this effect. Default value is 800 by 600.</value> |
343 |
</member>
|
344 |
<member name="F:Leadtools.Windows.Media.Effects.SharpenEffect.AmountProperty"> |
345 |
<summary>Identifies the Amount dependency property.</summary> |
346 |
</member>
|
347 |
<member name="F:Leadtools.Windows.Media.Effects.SharpenEffect.InputProperty"> |
348 |
<summary>Identifies the Input dependency property.</summary> |
349 |
</member>
|
350 |
<member name="F:Leadtools.Windows.Media.Effects.SharpenEffect.InputSizeProperty"> |
351 |
<summary>Identifies the InputSize dependency property.</summary> |
352 |
</member>
|
353 |
<member name="T:Leadtools.Windows.Media.Effects.WindowLevelEffect"> |
354 |
<summary>Fills and applies window leveling on the specified image.</summary> |
355 |
</member>
|
356 |
<member name="M:Leadtools.Windows.Media.Effects.WindowLevelEffect.#ctor"> |
357 |
<summary>Initializes a new instance of the WindowLevelEffect class.</summary> |
358 |
</member>
|
359 |
<member name="M:Leadtools.Windows.Media.Effects.WindowLevelEffect.#ctor(Leadtools.RasterImage)"> |
360 |
<summary>Initializes a new instance of the WindowLevelEffect class with the specified parameters.</summary> |
361 |
<param name="image">The LEADTOOLS Leadtools.RasterImage containing the grayscale image.</param> |
362 |
</member>
|
363 |
<member name="M:Leadtools.Windows.Media.Effects.WindowLevelEffect.CreateGrayTexture(Leadtools.RasterImage)"> |
364 |
<summary>Helper method to create the grayscale brush required by this effect from a LEADTOOLS Leadtools.RasterImage.</summary> |
365 |
<param name="image">The input LEADTOOLS Leadtools.RasterImage.</param> |
366 |
<returns>An System.Windows.Media.ImageBrush object containing the grayscale texture.</returns> |
367 |
</member>
|
368 |
<member name="M:Leadtools.Windows.Media.Effects.WindowLevelEffect.FillGrayTexture(Leadtools.RasterImage)"> |
369 |
<summary>Initializes the GrayTexture property of this effect from the specified Leadtools.RasterImage.</summary> |
370 |
<param name="image">The LEADTOOLS Leadtools.RasterImage containing the grayscale image.</param> |
371 |
</member>
|
372 |
<member name="M:Leadtools.Windows.Media.Effects.WindowLevelEffect.OnCurveTypeChanged(DependencyPropertyChangedEventArgs)"> |
373 |
<summary>Occurs when the value of the CurveType property changes.</summary> |
374 |
<param name="e">A System.Windows.DependencyPropertyChangedEventArgs that contains the event data.</param> |
375 |
</member>
|
376 |
<member name="P:Leadtools.Windows.Media.Effects.WindowLevelEffect.CurveType"> |
377 |
<summary>Gets or sets a value that specifies how the range is used to fill the LUT and the type of LUT. This is a dependency property.</summary> |
378 |
<value>An CurveType enumeration member that specifies how the range is used to fill the LUT and the type of LUT. Default value is CurveType.Linear.</value> |
379 |
</member>
|
380 |
<member name="P:Leadtools.Windows.Media.Effects.WindowLevelEffect.End"> |
381 |
<summary>Gets or sets the ending color value for the gradient. This is a dependency property.</summary> |
382 |
<value>a System.Windows.Media.Color that specifies the ending color value for the gradient. Default value is White.</value> |
383 |
</member>
|
384 |
<member name="P:Leadtools.Windows.Media.Effects.WindowLevelEffect.Factor"> |
385 |
<summary>Gets or sets the factor to be applied in the function operation specified in CurveType. This is a dependency property.</summary> |
386 |
<value>The factor to be applied in the function operation specified in CurveType. Default value is 0.</value> |
387 |
</member>
|
388 |
<member name="P:Leadtools.Windows.Media.Effects.WindowLevelEffect.GrayTexture"> |
389 |
<summary>Gets or sets the gray texture to use with this effect. This is a dependency property.</summary> |
390 |
<value>A System.Windows.Media.Brush that specifies the gray texture to use with this effect. Default value is null (**Nothing** in VB).</value> |
391 |
</member>
|
392 |
<member name="P:Leadtools.Windows.Media.Effects.WindowLevelEffect.Input"> |
393 |
<summary>Gets or sets an optional brush that represents the result of this effect. This is a dependency property.</summary> |
394 |
<value>A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (**Nothing** in VB).</value> |
395 |
</member>
|
396 |
<member name="P:Leadtools.Windows.Media.Effects.WindowLevelEffect.Start"> |
397 |
<summary>Gets or sets the starting color value for the gradient. This is a dependency property.</summary> |
398 |
<value>a System.Windows.Media.Color that specifies the starting color value for the gradient. Default value is Black.</value> |
399 |
</member>
|
400 |
<member name="P:Leadtools.Windows.Media.Effects.WindowLevelEffect.WindowCenter"> |
401 |
<summary>Gets or sets the center of the window used in this effect. This is a dependency property.</summary> |
402 |
<value>The center of the window used in this effect. Default value is 32768.</value> |
403 |
</member>
|
404 |
<member name="P:Leadtools.Windows.Media.Effects.WindowLevelEffect.WindowWidth"> |
405 |
<summary>Gets or sets the width of the window used in this effect. This is a dependency property.</summary> |
406 |
<value>The width of the window used in this effect. Default value is 65536.</value> |
407 |
</member>
|
408 |
<member name="F:Leadtools.Windows.Media.Effects.WindowLevelEffect.CurveTypeProperty"> |
409 |
<summary>Identifies the CurveType dependency property.</summary> |
410 |
</member>
|
411 |
<member name="F:Leadtools.Windows.Media.Effects.WindowLevelEffect.EndProperty"> |
412 |
<summary>Identifies the End dependency property.</summary> |
413 |
</member>
|
414 |
<member name="F:Leadtools.Windows.Media.Effects.WindowLevelEffect.FactorProperty"> |
415 |
<summary>Identifies the Factor dependency property.</summary> |
416 |
</member>
|
417 |
<member name="F:Leadtools.Windows.Media.Effects.WindowLevelEffect.GrayTextureProperty"> |
418 |
<summary>Identifies the GrayTexture dependency property.</summary> |
419 |
</member>
|
420 |
<member name="F:Leadtools.Windows.Media.Effects.WindowLevelEffect.InputProperty"> |
421 |
<summary>Identifies the Input dependency property.</summary> |
422 |
</member>
|
423 |
<member name="F:Leadtools.Windows.Media.Effects.WindowLevelEffect.StartProperty"> |
424 |
<summary>Identifies the Start dependency property.</summary> |
425 |
</member>
|
426 |
<member name="F:Leadtools.Windows.Media.Effects.WindowLevelEffect.WindowCenterProperty"> |
427 |
<summary>Identifies the WindowCenter dependency property.</summary> |
428 |
</member>
|
429 |
<member name="F:Leadtools.Windows.Media.Effects.WindowLevelEffect.WindowWidthProperty"> |
430 |
<summary>Identifies the WindowWidth dependency property.</summary> |
431 |
</member>
|
432 |
<member name="T:Leadtools.Windows.Media.Effects.CurveType"> |
433 |
<summary>Options to specify how the range is used to fill the LUT and the type of LUT.</summary> |
434 |
</member>
|
435 |
<member name="F:Leadtools.Windows.Media.Effects.CurveType.Linear"> |
436 |
<summary></summary> |
437 |
<platforms>NET, Silverlight</platforms> |
438 |
</member>
|
439 |
<member name="F:Leadtools.Windows.Media.Effects.CurveType.Logarithmic"> |
440 |
<summary></summary> |
441 |
<platforms>NET, Silverlight</platforms> |
442 |
</member>
|
443 |
<member name="F:Leadtools.Windows.Media.Effects.CurveType.Exponential"> |
444 |
<summary></summary> |
445 |
<platforms>NET, Silverlight</platforms> |
446 |
</member>
|
447 |
<member name="F:Leadtools.Windows.Media.Effects.CurveType.Sigmoid"> |
448 |
<summary></summary> |
449 |
<platforms>NET, Silverlight</platforms> |
450 |
</member>
|
451 |
</members>
|
452 |
</doc>
|