프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / TEST_WPF / bin / Debug / Leadtools.Drawing.xml @ 3e55f781

이력 | 보기 | 이력해설 | 다운로드 (85.4 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<doc>
3
  <assembly>
4
    <name>Leadtools.Drawing</name>
5
  </assembly>
6
  <members>
7
    <member name="T:Leadtools.Drawing.RasterColorConverter">
8
      <summary>Converts between LEADTOOLS Leadtools.RasterColor and System.Drawing (GDI+) System.Drawing.Color objects.</summary>
9
    </member>
10
    <member name="M:Leadtools.Drawing.RasterColorConverter.FromColor(Color)">
11
      <summary>Converts a System.Drawing (GDI+) System.Drawing.Color object to a LEADTOOLS Leadtools.RasterColor object.</summary>
12
      <param name="color">The source System.Drawing (GDI+) color.</param>
13
      <returns>The corresponding LEADTOOLS Leadtools.RasterColor object.</returns>
14
    </member>
15
    <member name="M:Leadtools.Drawing.RasterColorConverter.ToColor(Leadtools.RasterColor)">
16
      <summary>Converts a LEADTOOLS Leadtools.RasterColor object to a System.Drawing (GDI+) System.Drawing.Color object.</summary>
17
      <param name="color">The source LEADTOOLS Leadtools.RasterColor color.</param>
18
      <returns>The System.Drawing (GDI+) System.Drawing.Color object.</returns>
19
    </member>
20
    <member name="T:Leadtools.Drawing.RasterGraphics">
21
      <summary>Represents a GDI+ System.Drawing.Graphics object using a Leadtools.RasterImage as the display surface.</summary>
22
    </member>
23
    <member name="M:Leadtools.Drawing.RasterGraphics.Dispose">
24
      <summary>Releases all the resources used by this RasterGraphics.</summary>
25
    </member>
26
    <member name="M:Leadtools.Drawing.RasterGraphics.Dispose(System.Boolean)">
27
      <summary>Releases all the resources used by this RasterGraphics.</summary>
28
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
29
    </member>
30
    <member name="M:Leadtools.Drawing.RasterGraphics.Finalize">
31
      <summary>This member overrides System.Object.Finalize.</summary>
32
    </member>
33
    <member name="P:Leadtools.Drawing.RasterGraphics.Graphics">
34
      <summary>Gets the GDI+ System.Drawing.Graphics object that represents the display surface of the Leadtools.RasterImage.</summary>
35
      <value>A GDI+ System.Drawing.Graphics object that represents the display surface of the Leadtools.RasterImage.</value>
36
    </member>
37
    <member name="T:Leadtools.Drawing.RasterImageConverter">
38
      <summary>Converts a LEADTOOLS Leadtools.RasterImage to and from GDI and GDI+ image objects.</summary>
39
    </member>
40
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeFromEmf(System.IntPtr,System.Int32,System.Int32)">
41
      <summary>Changes a Windows Enhanced Metafile (EMF) into a LEADTOOLS Leadtools.RasterImage object and, if successful, frees the Enhanced Metafile.</summary>
42
      <param name="hemf">Handle to the EMF to be changed.</param>
43
      <param name="width">Amount by which to scale the enhanced metafile's original width.</param>
44
      <param name="height">Amount by which to scale the enhanced metafile's original height.</param>
45
      <returns>The newly created Leadtools.RasterImage object.</returns>
46
    </member>
47
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeFromEmf(System.IntPtr,System.Int32,System.Int32,Leadtools.RasterColor)">
48
      <summary>Changes a Windows Enhanced Metafile (EMF) into a LEADTOOLS Leadtools.RasterImage object and, if successful, frees the Enhanced Metafile.</summary>
49
      <param name="hemf">Handle to the EMF to be changed.</param>
50
      <param name="width">Amount by which to scale the enhanced metafile's original width.</param>
51
      <param name="height">Amount by which to scale the enhanced metafile's original height.</param>
52
      <param name="backColor">The color to use to fill the image area before painting the metafile objects.</param>
53
      <returns>The newly created Leadtools.RasterImage object.</returns>
54
    </member>
55
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeFromHBitmap(System.IntPtr,System.IntPtr)">
56
      <summary>Changes a Windows Device-Dependent Bitmap (DDB) to a LEADTOOLS Leadtools.RasterImage object.</summary>
57
      <param name="hbitmap">Handle to the DDB to be changed.</param>
58
      <param name="hpalette">Handle to the palette. This value can be IntPtr.Zero if the \hbitmap\ parameter refers to a bitmap that is greater than 8 bits, or if the bitmap will use the system palette.</param>
59
      <returns>The newly created Leadtools.RasterImage object.</returns>
60
    </member>
61
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeFromHBitmap(System.IntPtr,System.IntPtr,System.IntPtr)">
62
      <summary>Changes a Windows Device-Dependent Bitmap (DDB) to a LEADTOOLS Leadtools.RasterImage object.</summary>
63
      <param name="hdc">Handle to the device responsible for the conversion. The mapping mode of the device context must be MM_TEXT.</param>
64
      <param name="hbitmap">Handle to the DDB to be changed.</param>
65
      <param name="hpalette">Handle to the palette. This value can be IntPtr.Zero if the \hdc\ parameter refers to a device that is greater than 8 bits, or if the bitmap will use the system palette.</param>
66
      <returns>The newly create Leadtools.RasterImage object.</returns>
67
    </member>
68
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeFromWmf(System.IntPtr,System.Int32,System.Int32)">
69
      <summary>Changes a Windows Metafile (WMF) into a LEADTOOLS Leadtools.RasterImage object and, if successful, frees the Metafile.</summary>
70
      <param name="hwmf">Handle to the WMF to be changed.</param>
71
      <param name="width">Amount by which to scale the metafiles original width.</param>
72
      <param name="height">Amount by which to scale the metafiles original height.</param>
73
      <returns>The newly create Leadtools.RasterImage object.</returns>
74
    </member>
75
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeFromWmf(System.IntPtr,System.Int32,System.Int32,Leadtools.RasterColor)">
76
      <summary>Changes a Windows Metafile (WMF) into a LEADTOOLS Leadtools.RasterImage object and, if successful, frees the Metafile.</summary>
77
      <param name="hwmf">Handle to the WMF to be changed.</param>
78
      <param name="width">Amount by which to scale the metafiles original width.</param>
79
      <param name="height">Amount by which to scale the metafiles original height.</param>
80
      <param name="backColor">The color to use to fill the image area before painting the metafile objects.</param>
81
      <returns>The newly created Leadtools.RasterImage object.</returns>
82
    </member>
83
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeToEmf(Leadtools.RasterImage)">
84
      <summary>Changes a LEADTOOLS Leadtools.RasterImage object into a Windows Enhanced Metafile (EMF) and, if successful, frees the image data.</summary>
85
      <param name="image">The source image.</param>
86
      <returns>A handle to the Windows enhanced metafile (EMF) this method creates.</returns>
87
    </member>
88
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeToHBitmap(Leadtools.RasterImage)">
89
      <summary>Changes a LEADTOOLS Leadtools.RasterImage object to a Windows Device-Dependent Bitmap (DDB).</summary>
90
      <param name="image">The source image.</param>
91
      <returns>A handle to the device dependent bitmap (DDB) this method creates.</returns>
92
    </member>
93
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeToHBitmap(Leadtools.RasterImage,System.IntPtr)">
94
      <summary>Changes a LEADTOOLS Leadtools.RasterImage object to a Windows Device-Dependent Bitmap (DDB).</summary>
95
      <param name="image">The source image.</param>
96
      <param name="hdc">Handle to the device responsible for the conversion. The mapping mode of the device context must be MM_TEXT.</param>
97
      <returns>A handle to the device dependent bitmap (DDB) this method creates.</returns>
98
    </member>
99
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeToImage(Leadtools.RasterImage,Leadtools.Drawing.ChangeToImageOptions)">
100
      <summary>Changes a LEADTOOLS Leadtools.RasterImage to a GDI+ System.Drawing.Image.</summary>
101
      <param name="image">The source image.</param>
102
      <param name="options">The conversion options.</param>
103
      <returns>The GDI+ image that this method creates.</returns>
104
    </member>
105
    <member name="M:Leadtools.Drawing.RasterImageConverter.ChangeToWmf(Leadtools.RasterImage)">
106
      <summary>Changes a LEADTOOLS Leadtools.RasterImage object into a Windows Metafile (WMF) and, if successful, frees the image data.</summary>
107
      <param name="image">The source image.</param>
108
      <returns>A handle to the Windows metafile (WMF) this method creates.</returns>
109
    </member>
110
    <member name="M:Leadtools.Drawing.RasterImageConverter.ConvertFromImage(Image,Leadtools.Drawing.ConvertFromImageOptions)">
111
      <summary>Creates a new Leadtools.RasterImage from the specified existing GDI+ System.Drawing.Image object.</summary>
112
      <param name="image">The System.Drawing.Image from which to create the new Leadtools.RasterImage.</param>
113
      <param name="options">The conversion options.</param>
114
    </member>
115
    <member name="M:Leadtools.Drawing.RasterImageConverter.ConvertToImage(Leadtools.RasterImage,Leadtools.Drawing.ConvertToImageOptions)">
116
      <summary>Converts a LEADTOOLS Leadtools.RasterImage to a GDI+ System.Drawing.Image.</summary>
117
      <param name="image">The source image.</param>
118
      <param name="options">The conversion options.</param>
119
      <returns>The GDI+ image this method creates</returns>
120
    </member>
121
    <member name="M:Leadtools.Drawing.RasterImageConverter.FromEmf(System.IntPtr,System.Int32,System.Int32)">
122
      <summary>Converts an Enhanced Windows Metafile (EMF) into a LEADTOOLS Leadtools.RasterImage object.</summary>
123
      <param name="hemf">Handle to the EMF to be converted.</param>
124
      <param name="width">Amount by which to scale the enhanced metafiles original width.</param>
125
      <param name="height">Amount by which to scale the enhanced metafiles original height.</param>
126
      <returns>The newly created Leadtools.RasterImage object.</returns>
127
    </member>
128
    <member name="M:Leadtools.Drawing.RasterImageConverter.FromEmf(System.IntPtr,System.Int32,System.Int32,Leadtools.RasterColor)">
129
      <summary>Converts an Enhanced Windows Metafile (EMF) into a LEADTOOLS Leadtools.RasterImage object.</summary>
130
      <param name="hemf">Handle to the EMF to be converted.</param>
131
      <param name="width">Amount by which to scale the enhanced metafiles original width.</param>
132
      <param name="height">Amount by which to scale the enhanced metafiles original height.</param>
133
      <param name="backColor">The color to use to fill the image area before painting the metafile objects.</param>
134
      <returns>The newly created Leadtools.RasterImage object.</returns>
135
    </member>
136
    <member name="M:Leadtools.Drawing.RasterImageConverter.FromHBitmap(System.IntPtr,System.IntPtr)">
137
      <summary>Creates a new Leadtools.RasterImage from the specified Windows Device-Dependent Bitmap (DDB).</summary>
138
      <param name="hbitmap">Handle to the Windows DDB.</param>
139
      <param name="hpalette">Handle to the Windows palette. This value can be IntPtr.Zero if the DDB is dependent on a device that is greater than 8 bits, or if the image will use the system palette.</param>
140
      <returns>The newly create Leadtools.RasterImage object.</returns>
141
    </member>
142
    <member name="M:Leadtools.Drawing.RasterImageConverter.FromHBitmap(System.IntPtr,System.IntPtr,System.IntPtr)">
143
      <summary>Creates a new Leadtools.RasterImage from the specified Windows Device-Dependent Bitmap (DDB).</summary>
144
      <param name="hdc">Handle to the Windows device context responsible for the conversion. The mapping mode of the device context must be MM_TEXT.</param>
145
      <param name="hbitmap">Handle to the Windows DDB.</param>
146
      <param name="hpalette">Handle to the Windows palette. This value can be IntPtr.Zero if the DDB is dependent on a device that is greater than 8 bits, or if the image will use the system palette.</param>
147
      <returns>The newly created Leadtools.RasterImage object.</returns>
148
    </member>
149
    <member name="M:Leadtools.Drawing.RasterImageConverter.FromWmf(System.IntPtr,System.Int32,System.Int32)">
150
      <summary>Converts a Windows Metafile (WMF) into a LEADTOOLS Leadtools.RasterImage object.</summary>
151
      <param name="hwmf">Handle to the WMF to be converted.</param>
152
      <param name="width">Amount by which to scale the metafile's original width.</param>
153
      <param name="height">Amount by which to scale the metafile's original height.</param>
154
      <returns>The newly created Leadtools.RasterImage object.</returns>
155
    </member>
156
    <member name="M:Leadtools.Drawing.RasterImageConverter.FromWmf(System.IntPtr,System.Int32,System.Int32,Leadtools.RasterColor)">
157
      <summary>Converts a Windows Metafile (WMF) into a LEADTOOLS Leadtools.RasterImage object.</summary>
158
      <param name="hwmf">Handle to the WMF to be converted.</param>
159
      <param name="width">Amount by which to scale the metafile's original width.</param>
160
      <param name="height">Amount by which to scale the metafile's original height.</param>
161
      <param name="backColor">The color to use to fill the image area before painting the metafile objects.</param>
162
      <returns>The newly created Leadtools.RasterImage object.</returns>
163
    </member>
164
    <member name="M:Leadtools.Drawing.RasterImageConverter.GetNearestBitsPerPixel(PixelFormat)">
165
      <summary>Gets the nearest bits per pixel value supported by LEADTOOLS for the specified GDI+ pixel format.</summary>
166
      <param name="pixelFormat">The input pixel format.</param>
167
      <returns>The nearest bits per pixel value supported by LEAD for the specified image pixel format.</returns>
168
    </member>
169
    <member name="M:Leadtools.Drawing.RasterImageConverter.GetNearestPixelFormat(Leadtools.RasterImage)">
170
      <summary>Gets the GDI+ System.Drawing.Imaging.PixelFormat that is closest to a source Leadtools.RasterImage data.</summary>
171
      <param name="image">The source image.</param>
172
    </member>
173
    <member name="M:Leadtools.Drawing.RasterImageConverter.ImagePhysicalSize(Leadtools.RasterImage,Graphics)">
174
      <summary>Gets a Leadtools.RasterImage's dimensions corrected for resolution (DPI).</summary>
175
      <param name="image">The source image.</param>
176
      <param name="graphics">The reference System.Drawing.Graphics object.</param>
177
      <returns>This Leadtools.RasterImage dimensions corrected for resolution (DPI)</returns>
178
    </member>
179
    <member name="M:Leadtools.Drawing.RasterImageConverter.IsValidBitsPerPixel(System.Int32)">
180
      <summary>Determines whether the specified bits per pixel value supported by LEADTOOLS is compatible with GDI+.</summary>
181
      <param name="bitsPerPixel">The input bits per pixel value.</param>
182
      <returns>true if \bitsPerPixel\ is compatible with GDI+, otherwise it is false.</returns>
183
    </member>
184
    <member name="M:Leadtools.Drawing.RasterImageConverter.MakeCompatible(Leadtools.RasterImage,PixelFormat,System.Boolean)">
185
      <summary>Makes a Leadtools.RasterImage GDI+ compatible.</summary>
186
      <param name="image">The source image.</param>
187
      <param name="pixelFormat">The pixel format to use.</param>
188
      <param name="noPalette">Fails if the image is palletized.</param>
189
    </member>
190
    <member name="M:Leadtools.Drawing.RasterImageConverter.TestCompatible(Leadtools.RasterImage,System.Boolean)">
191
      <summary>Tests a Leadtools.RasterImage to see if it is compatible with the GDI+ Image.</summary>
192
      <param name="image">The source image.</param>
193
      <param name="noPalette">Fails if the image is palletized.</param>
194
      <returns>Value indicating the compatibility.</returns>
195
    </member>
196
    <member name="M:Leadtools.Drawing.RasterImageConverter.ToEmf(Leadtools.RasterImage)">
197
      <summary>Converts a LEADTOOLS Leadtools.RasterImage object into a Windows Enhanced Metafile (EMF).</summary>
198
      <param name="image">The source image.</param>
199
      <returns>A handle to the Windows enhanced metafile (EMF) this method creates.</returns>
200
    </member>
201
    <member name="M:Leadtools.Drawing.RasterImageConverter.ToHBitmap(Leadtools.RasterImage)">
202
      <summary>Creates a Windows Device-Dependent Bitmap (DDB) from a Leadtools.RasterImage.</summary>
203
      <param name="image">The source image</param>
204
      <returns>A handle to the Windows DDB this method creates.</returns>
205
    </member>
206
    <member name="M:Leadtools.Drawing.RasterImageConverter.ToHBitmap(Leadtools.RasterImage,System.IntPtr)">
207
      <summary>Creates a Windows Device-Dependent Bitmap (DDB) from a Leadtools.RasterImage.</summary>
208
      <param name="image">The source image</param>
209
      <param name="hdc">Handle to the Windows device responsible for the conversion. The mapping mode of the device context must be MM_TEXT.</param>
210
      <returns>A handle to the Windows DDB this method creates.</returns>
211
    </member>
212
    <member name="M:Leadtools.Drawing.RasterImageConverter.ToWmf(Leadtools.RasterImage)">
213
      <summary>Converts a LEADTOOLS Leadtools.RasterImage object into a Windows Metafile (WMF).</summary>
214
      <param name="image">The source image.</param>
215
      <returns>A handle to the Windows metafile (WMF) this method creates.</returns>
216
    </member>
217
    <member name="T:Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer">
218
      <summary>Encapsulates a GDI+ object used when creating a System.Drawing.Graphics surface of a Leadtools.RasterImage.</summary>
219
    </member>
220
    <member name="M:Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer.#ctor(Leadtools.RasterImage)">
221
      <summary>Creates a new instance of the RasterImageGdiPlusGraphicsContainer class from a Leadtools.RasterImage.</summary>
222
      <param name="image">The source Leadtools.RasterImage.</param>
223
    </member>
224
    <member name="M:Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer.Dispose">
225
      <summary>Releases all the resources used by this RasterImageGdiPlusGraphicsContainer.</summary>
226
    </member>
227
    <member name="M:Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer.Dispose(System.Boolean)">
228
      <summary>Releases all the resources used by this RasterImageGdiPlusGraphicsContainer.</summary>
229
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
230
    </member>
231
    <member name="M:Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer.Finalize">
232
      <summary>This member overrides System.Object.Finalize.</summary>
233
    </member>
234
    <member name="P:Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer.Graphics">
235
      <summary>Gets the System.Drawing.Graphics object associated with this RasterImageGdiPlusGraphicsContainer.</summary>
236
      <value>The System.Drawing.Graphics object associated with this RasterImageGdiPlusGraphicsContainer.</value>
237
    </member>
238
    <member name="P:Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer.Image">
239
      <summary>Gets the System.Drawing.Image object associated with this RasterImageGdiPlusGraphicsContainer.</summary>
240
      <value>The System.Drawing.Image object associated with this RasterImageGdiPlusGraphicsContainer.</value>
241
    </member>
242
    <member name="P:Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer.Region">
243
      <summary>Gets the System.Drawing.Region object associated with this RasterImageGdiPlusGraphicsContainer.</summary>
244
      <value>The System.Drawing.Region object associated with this RasterImageGdiPlusGraphicsContainer.</value>
245
    </member>
246
    <member name="T:Leadtools.Drawing.RasterImagePainter">
247
      <summary>Support for painting a LEADTOOLS Leadtools.RasterImage using GDI and GDI+ platforms.</summary>
248
    </member>
249
    <member name="M:Leadtools.Drawing.RasterImagePainter.CreateGraphics(Leadtools.RasterImage)">
250
      <summary>Creates a GDI+ System.Drawing.Graphics object using this Leadtools.RasterImage as the display surface.</summary>
251
      <param name="image">The source image.</param>
252
      <returns>The GDI+ System.Drawing.Graphics object this method creates.</returns>
253
    </member>
254
    <member name="M:Leadtools.Drawing.RasterImagePainter.CreateLeadDC(Leadtools.RasterImage)">
255
      <summary>Creates a Windows GDI device context using this Leadtools.RasterImage as the display surface.</summary>
256
      <param name="image">The source image.</param>
257
      <returns>The Windows HDC object this method creates.</returns>
258
    </member>
259
    <member name="M:Leadtools.Drawing.RasterImagePainter.DeleteLeadDC(System.IntPtr)">
260
      <summary>Deletes the device context that was created using the CreateLeadDC method.</summary>
261
      <param name="hdc">Handle to a device context that was created using the CreateLeadDC method.</param>
262
    </member>
263
    <member name="M:Leadtools.Drawing.RasterImagePainter.FillRegion(Leadtools.RasterImage,Graphics,Leadtools.RasterRegionXForm,Leadtools.RasterColor)">
264
      <summary>Highlights a region by displaying a filled, color representation of the region in the given System.Drawing.Graphics object.</summary>
265
      <param name="image">The source image.</param>
266
      <param name="graphics">Graphics object where the image is displayed and where the frame is to appear.</param>
267
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates.</param>
268
      <param name="color">The color value to be XORed with colors within a region to determine the new colors for displaying the region. The color corresponding to a particular part of the region is determined as follows: `Region Color Displayed = (color of pixel in region) XOR (crRgnColor)`</param>
269
    </member>
270
    <member name="M:Leadtools.Drawing.RasterImagePainter.FillRegion(Leadtools.RasterImage,System.IntPtr,Leadtools.RasterRegionXForm,Leadtools.RasterColor)">
271
      <summary>Highlights a region by displaying a filled, color representation of the region in the given Windows device context handle.</summary>
272
      <param name="image">The source image.</param>
273
      <param name="hdc">Windows device context handle where the image is displayed and where the frame is to appear.</param>
274
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates.</param>
275
      <param name="color">The color value to be XORed with colors within a region to determine the new colors for displaying the region. The color corresponding to a particular part of the region is determined as follows: `Region Color Displayed = (color of pixel in region) XOR (crRgnColor)`</param>
276
    </member>
277
    <member name="M:Leadtools.Drawing.RasterImagePainter.FrameRegion(System.IntPtr,Graphics,System.Int32)">
278
      <summary>Displays an outline of the Windows HRGN in the given System.Drawing.Graphics object.</summary>
279
      <param name="hrgn">Windows HRGN object.</param>
280
      <param name="graphics">System.Drawing.Graphics object where the frame is to appear.</param>
281
      <param name="frameIndex">Zero-index of the frame to display. Possible values are from 0 to MaxRegionFrameIndex. You can animate the region frame by cycling between these values.</param>
282
    </member>
283
    <member name="M:Leadtools.Drawing.RasterImagePainter.FrameRegion(Leadtools.RasterImage,Graphics,Leadtools.RasterRegionXForm,System.Int32)">
284
      <summary>Displays an outline of the image region in the given System.Drawing.Graphics object.</summary>
285
      <param name="image">The source image.</param>
286
      <param name="graphics">System.Drawing.Graphics object where the image is displayed and where the frame is to appear.</param>
287
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates.</param>
288
      <param name="frameIndex">Zero-index of the frame to display. Possible values are from 0 to MaxRegionFrameIndex. You can animate the region frame by cycling between these values.</param>
289
    </member>
290
    <member name="M:Leadtools.Drawing.RasterImagePainter.FrameRegion(Leadtools.RasterImage,System.IntPtr,Leadtools.RasterRegionXForm,System.Int32)">
291
      <summary>Displays an outline of the image region in the given Windows device context handle.</summary>
292
      <param name="image">The source image.</param>
293
      <param name="hdc">Windows device context handle where the image is displayed and where the frame is to appear.</param>
294
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates.</param>
295
      <param name="frameIndex">Zero-index of the frame to display. Possible values are from 0 to MaxRegionFrameIndex. You can animate the region frame by cycling between these values.</param>
296
    </member>
297
    <member name="M:Leadtools.Drawing.RasterImagePainter.GetPaintColors(Leadtools.RasterImage,Graphics)">
298
      <summary>Returns a palette corresponding to this Leadtools.RasterImage if painted on the given graphics object.</summary>
299
      <param name="image">The source image.</param>
300
      <param name="graphics">The graphics object on which this image is painted.</param>
301
      <returns>An array of color for the palette</returns>
302
    </member>
303
    <member name="M:Leadtools.Drawing.RasterImagePainter.GetPaintHPalette(Leadtools.RasterImage,System.IntPtr)">
304
      <summary>Returns a Windows palette handle corresponding to this Leadtools.RasterImage if painted on the given device context.</summary>
305
      <param name="image">The source image.</param>
306
      <param name="hdc">The device context object on which this Leadtools.RasterImage is painted.</param>
307
      <returns>A Windows palette handle (HPALETTE). You must delete this palette with the Windows DeleteObject API after using it.</returns>
308
    </member>
309
    <member name="M:Leadtools.Drawing.RasterImagePainter.GetPaintPalette(Leadtools.RasterImage,Graphics)">
310
      <summary>Returns a GDI+ palette corresponding to this Leadtools.RasterImage if painted on the given graphic object.</summary>
311
      <param name="image">The source image.</param>
312
      <param name="graphics">The graphics object on which this Leadtools.RasterImage is painted.</param>
313
      <returns>a GDI+ palette</returns>
314
    </member>
315
    <member name="M:Leadtools.Drawing.RasterImagePainter.Paint(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
316
      <summary>Displays this Leadtools.RasterImage in the given System.Drawing.Graphics object.</summary>
317
      <param name="image">The source image.</param>
318
      <param name="graphics">The destination System.Drawing.Graphics object where the image will be displayed.</param>
319
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
320
      <param name="srcClipRect">A Leadtools.LeadRect object that specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
321
      <param name="destRect">Leadtools.LeadRect</param>
322
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
323
      <param name="properties">Options for the display.</param>
324
    </member>
325
    <member name="M:Leadtools.Drawing.RasterImagePainter.Paint(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
326
      <summary>Displays this Leadtools.RasterImage in the given System.Drawing.Graphics object.</summary>
327
      <param name="image">The source image.</param>
328
      <param name="graphics">The destination System.Drawing.Graphics object where the image will be displayed.</param>
329
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
330
      <param name="destRect">Leadtools.LeadRect</param>
331
      <param name="properties">Options for the display.</param>
332
    </member>
333
    <member name="M:Leadtools.Drawing.RasterImagePainter.Paint(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
334
      <summary>Displays this Leadtools.RasterImage in the given System.Drawing.Graphics object.</summary>
335
      <param name="image">The source image.</param>
336
      <param name="graphics">The destination System.Drawing.Graphics object where the image will be displayed.</param>
337
      <param name="destRect">Leadtools.LeadRect</param>
338
      <param name="properties">Options for the display.</param>
339
    </member>
340
    <member name="M:Leadtools.Drawing.RasterImagePainter.Paint(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
341
      <summary>Displays this Leadtools.RasterImage in the given Windows device context handle.</summary>
342
      <param name="image">The source image.</param>
343
      <param name="hdc">The destination Windows device context handle where the image will be displayed.</param>
344
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
345
      <param name="srcClipRect">A Leadtools.LeadRect object that specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
346
      <param name="destRect">Leadtools.LeadRect</param>
347
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
348
      <param name="properties">Options for the display.</param>
349
    </member>
350
    <member name="M:Leadtools.Drawing.RasterImagePainter.Paint(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
351
      <summary>Displays this Leadtools.RasterImage in the given Windows device context handle.</summary>
352
      <param name="image">The source image.</param>
353
      <param name="hdc">The destination Windows device context where the image will be displayed.</param>
354
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
355
      <param name="destRect">Leadtools.LeadRect</param>
356
      <param name="properties">Options for the display.</param>
357
    </member>
358
    <member name="M:Leadtools.Drawing.RasterImagePainter.Paint(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
359
      <summary>Displays this Leadtools.RasterImage in the given Windows device context handle.</summary>
360
      <param name="image">The source image.</param>
361
      <param name="hdc">The destination Windows device context where the image will be displayed.</param>
362
      <param name="destRect">Leadtools.LeadRect</param>
363
      <param name="properties">Options for the display.</param>
364
    </member>
365
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintBuffer(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,System.Byte[],System.Int32,System.Int32,System.Int32,Leadtools.Drawing.RasterPaintProperties)">
366
      <summary>Paints image data from a buffer into a System.Drawing.Graphics object.</summary>
367
      <param name="image">The source image.</param>
368
      <param name="graphics">The destination System.Drawing.Graphics object where the image data will be displayed.</param>
369
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
370
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
371
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \graphics\ object.</param>
372
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
373
      <param name="buffer">The buffer that contains the image data to paint</param>
374
      <param name="bufferOffset">Offset into \buffer\ where the data starts.</param>
375
      <param name="row">The first row to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
376
      <param name="count">The number of rows to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
377
      <param name="properties">Options for the display.</param>
378
    </member>
379
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintBuffer(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,System.IntPtr,System.Int32,System.Int32,Leadtools.Drawing.RasterPaintProperties)">
380
      <summary>Paints image data from an unmanaged memory buffer into a System.Drawing.Graphics object.</summary>
381
      <param name="image">The source image.</param>
382
      <param name="graphics">The destination System.Drawing.Graphics object where the image data will be displayed.</param>
383
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
384
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
385
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \graphics\ object.</param>
386
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
387
      <param name="buffer">Pointer to the unmanaged memory buffer that contains the image data to paint</param>
388
      <param name="row">The first row to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
389
      <param name="count">The number of rows to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
390
      <param name="properties">Options for the display.</param>
391
    </member>
392
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintBuffer(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,System.Byte[],System.Int32,System.Int32,System.Int32,Leadtools.Drawing.RasterPaintProperties)">
393
      <summary>Paints image data from a buffer into a Windows device context handle.</summary>
394
      <param name="image">The source image.</param>
395
      <param name="hdc">The destination Windows device context handle where the image data will be displayed.</param>
396
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
397
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
398
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \hdc\ handle.</param>
399
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
400
      <param name="buffer">The buffer that contains the image data to paint</param>
401
      <param name="bufferOffset">Offset into \buffer\ where the data starts.</param>
402
      <param name="row">The first row to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
403
      <param name="count">The number of rows to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
404
      <param name="properties">Options for the display.</param>
405
    </member>
406
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintBuffer(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,System.IntPtr,System.Int32,System.Int32,Leadtools.Drawing.RasterPaintProperties)">
407
      <summary>Paints image data from an unmanaged memory buffer into a Windows device context handle.</summary>
408
      <param name="image">The source image.</param>
409
      <param name="hdc">The destination Windows device context handle where the image data will be displayed.</param>
410
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
411
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
412
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \hdc\ handle.</param>
413
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
414
      <param name="buffer">Pointer to the unmanaged memory buffer that contains the image data to paint</param>
415
      <param name="row">The first row to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
416
      <param name="count">The number of rows to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
417
      <param name="properties">Options for the display.</param>
418
    </member>
419
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintCmykPlanes(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties,System.Object)">
420
      <summary>Displays the CMYK planes stored in the image in the given System.Drawing.Graphics object.</summary>
421
      <param name="image">The source image.</param>
422
      <param name="graphics">The destination System.Drawing.Graphics object where the CMYK planes will be displayed.</param>
423
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
424
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
425
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \graphics\ object.</param>
426
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
427
      <param name="properties">Options for the display.</param>
428
      <param name="colorConverter">Optional RasterColorConverter object used to convert CMYK data to BGR during painting. Pass null (Nothing in VB) to let LEADTOOLS use the built-in color conversion functions.</param>
429
    </member>
430
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintCmykPlanes(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties,System.Object)">
431
      <summary>Displays the CMYK planes stored in the image in the given Windows device context handle.</summary>
432
      <param name="image">The source image.</param>
433
      <param name="hdc">The destination Windows device context handle where the CMYK planes will be displayed.</param>
434
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
435
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
436
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \hdc\ handle.</param>
437
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
438
      <param name="properties">Options for the display.</param>
439
      <param name="colorConverter">Optional RasterColorConverter object used to convert CMYK data to BGR during painting. Pass null (Nothing in VB) to let LEADTOOLS use the built-in color conversion functions.</param>
440
    </member>
441
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintOverlay(Leadtools.RasterImage,Graphics,System.Int32,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
442
      <summary>Paints the overlay at the specified index. Use this method to paint overlays that are not automatically painted.</summary>
443
      <param name="image">The source image.</param>
444
      <param name="graphics">The destination graphics object where the image will be displayed.</param>
445
      <param name="index">The index of the overlay used for painting. The overlay should have an image. If the overlay is embedded into an image bitplane, make sure you create an overlay image prior to calling this method. This index is zero-based.</param>
446
      <param name="srcRect">Rectangle which determines the portion of the image to paint.</param>
447
      <param name="srcClipRect">Rectangle which further clips the source image.</param>
448
      <param name="destRect">Rectangle which determines where the image is placed, and how it is scaled.</param>
449
      <param name="destClipRect">Rectangle which clips the image display.</param>
450
      <param name="properties">Options for the display.</param>
451
    </member>
452
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintOverlay(Leadtools.RasterImage,System.IntPtr,System.Int32,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
453
      <summary>Paints the overlay at the specified index. Use this method to paint overlays that are not automatically painted.</summary>
454
      <param name="image">The source image.</param>
455
      <param name="hdc">The destination device context where the image will be displayed.</param>
456
      <param name="index">The index of the overlay used for painting. The overlay should have an image. If the overlay is embedded into an image bitplane, make sure you create an overlay image prior to calling this method. This index is zero-based.</param>
457
      <param name="srcRect">Rectangle which determines the portion of the image to paint.</param>
458
      <param name="srcClipRect">Rectangle which further clips the source image.</param>
459
      <param name="destRect">Rectangle which determines where the image is placed, and how it is scaled.</param>
460
      <param name="destClipRect">Rectangle which clips the image display.</param>
461
      <param name="properties">Options for the display.</param>
462
    </member>
463
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintRegion(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
464
      <summary>Paints the image region to a System.Drawing.Graphics object.</summary>
465
      <param name="image">The source image.</param>
466
      <param name="graphics">The destination System.Drawing.Graphics object where the image region will be displayed.</param>
467
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
468
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
469
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \graphics\ object.</param>
470
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
471
      <param name="properties">Options for the display.</param>
472
    </member>
473
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintRegion(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties)">
474
      <summary>Paints the image region to a Windows device context handle.</summary>
475
      <param name="image">The source image.</param>
476
      <param name="hdc">The destination Windows device context handle where the image data will be displayed.</param>
477
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
478
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
479
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \hdc\ handle.</param>
480
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
481
      <param name="properties">Options for the display.</param>
482
    </member>
483
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintRegionBuffer(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,System.Byte[],System.Int32,System.Int32,System.Int32,Leadtools.Drawing.RasterPaintProperties)">
484
      <summary>Paints image region data from a buffer into a System.Drawing.Graphics object.</summary>
485
      <param name="image">The source image.</param>
486
      <param name="graphics">The destination System.Drawing.Graphics object where the image data will be displayed.</param>
487
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
488
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
489
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \graphics\ object.</param>
490
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
491
      <param name="buffer">The buffer that contains the image data to paint</param>
492
      <param name="bufferOffset">Offset into \buffer\ where the data starts.</param>
493
      <param name="row">The first row to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
494
      <param name="count">The number of rows to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
495
      <param name="properties">Options for the display.</param>
496
    </member>
497
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintRegionBuffer(Leadtools.RasterImage,Graphics,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,System.IntPtr,System.Int32,System.Int32,Leadtools.Drawing.RasterPaintProperties)">
498
      <summary>Paints image region data from an unmanaged memory buffer into a System.Drawing.Graphics object.</summary>
499
      <param name="image">The source image.</param>
500
      <param name="graphics">The destination System.Drawing.Graphics object where the image data will be displayed.</param>
501
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
502
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
503
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \graphics\ object.</param>
504
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
505
      <param name="buffer">Pointer to the unmanaged memory buffer that contains the image data to paint</param>
506
      <param name="row">The first row to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
507
      <param name="count">The number of rows to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
508
      <param name="properties">Options for the display.</param>
509
    </member>
510
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintRegionBuffer(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,System.Byte[],System.Int32,System.Int32,System.Int32,Leadtools.Drawing.RasterPaintProperties)">
511
      <summary>Paints image region data from a buffer into a Windows device context handle.</summary>
512
      <param name="image">The source image.</param>
513
      <param name="hdc">The destination Windows device context handle where the image data will be displayed.</param>
514
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
515
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
516
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \hdc\ handle.</param>
517
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
518
      <param name="buffer">The buffer that contains the image data to paint</param>
519
      <param name="bufferOffset">Offset into \buffer\ where the data starts.</param>
520
      <param name="row">The first row to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
521
      <param name="count">The number of rows to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
522
      <param name="properties">Options for the display.</param>
523
    </member>
524
    <member name="M:Leadtools.Drawing.RasterImagePainter.PaintRegionBuffer(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,System.IntPtr,System.Int32,System.Int32,Leadtools.Drawing.RasterPaintProperties)">
525
      <summary>Paints image region data from an unmanaged memory buffer into a Windows device context handle.</summary>
526
      <param name="image">The source image.</param>
527
      <param name="hdc">The destination Windows device context handle where the image data will be displayed.</param>
528
      <param name="srcRect">A Leadtools.LeadRect object that specifies the part of the image to use as the display source.</param>
529
      <param name="srcClipRect">A Leadtools.LeadRect object specifies the portion of the display source to paint. Generally, this is used for updating the display when part of the source image has changed.</param>
530
      <param name="destRect">A Leadtools.LeadRect object that determines how the source rectangle is scaled and how the image is positioned in the destination \hdc\ handle.</param>
531
      <param name="destClipRect">A Leadtools.LeadRect object that specifies the portion of the display rectangle to paint. Generally, this is used for updating changes in the display surface, such as when a user moves another window, uncovering a part of the image that had been covered up.</param>
532
      <param name="buffer">Pointer to the unmanaged memory buffer that contains the image data to paint</param>
533
      <param name="row">The first row to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
534
      <param name="count">The number of rows to paint. The painted portion of any row may be limited by the rectangle parameters.</param>
535
      <param name="properties">Options for the display.</param>
536
    </member>
537
    <member name="F:Leadtools.Drawing.RasterImagePainter.MaxRegionFrameIndex">
538
      <summary>Gets the maximum region frame index.</summary>
539
    </member>
540
    <member name="T:Leadtools.Drawing.RasterPaintCallbacks">
541
      <summary>The RasterPaintCallbacks class is used to implement custom painting. The RasterPaintProperties.PaintCallbacks property contains a list of such classes.</summary>
542
    </member>
543
    <member name="M:Leadtools.Drawing.RasterPaintCallbacks.#ctor">
544
      <summary>Constructs a new RasterPaintCallbacks class.</summary>
545
    </member>
546
    <member name="M:Leadtools.Drawing.RasterPaintCallbacks.SetCallback(Leadtools.Drawing.RasterImagePaintCallbackFunction,Leadtools.Drawing.PaintCallbackDelegate)">
547
      <summary>Adds a callback to the RasterPaintProperties.PaintCallbacks member.</summary>
548
      <param name="functionType">The type of callback to add.</param>
549
      <param name="functionPointer">The callback function.</param>
550
    </member>
551
    <member name="T:Leadtools.Drawing.RasterPaintDibInfo">
552
      <summary>This class describes the image data expected by the custom paint callbacks. It is used with the RasterPaintCallbacks callbacks.</summary>
553
    </member>
554
    <member name="M:Leadtools.Drawing.RasterPaintDibInfo.#ctor">
555
      <summary>Constructs a new RasterPaintDibInfo class.</summary>
556
    </member>
557
    <member name="M:Leadtools.Drawing.RasterPaintDibInfo.Default">
558
      <summary>Fills the RasterPaintCallbacks class with the default settings.</summary>
559
    </member>
560
    <member name="P:Leadtools.Drawing.RasterPaintDibInfo.BitsPerPixel">
561
      <summary>Set or get the default bits per pixel of the data expected by the graphics device.</summary>
562
      <value>Valid values are 0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 24, 32, 48, and 64.</value>
563
    </member>
564
    <member name="P:Leadtools.Drawing.RasterPaintDibInfo.BytesPerLine">
565
      <summary>Gets the expected stride (number of bytes per line).</summary>
566
      <value>This is usually the number of bytes rounded up to a multiple of 4 bytes.</value>
567
    </member>
568
    <member name="P:Leadtools.Drawing.RasterPaintDibInfo.Flags">
569
      <summary>Collection of flags indicating various options for the bitmap.</summary>
570
      <value>See the RasterPaintDibInfoFlags enumeration for possible values.</value>
571
    </member>
572
    <member name="P:Leadtools.Drawing.RasterPaintDibInfo.HighBit">
573
      <summary>Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).</summary>
574
      <value>Valid values are LowBit through BitsPerPixel - 1.</value>
575
    </member>
576
    <member name="P:Leadtools.Drawing.RasterPaintDibInfo.LowBit">
577
      <summary>Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).</summary>
578
      <value>Valid values are 0 through HighBit - 1.</value>
579
    </member>
580
    <member name="P:Leadtools.Drawing.RasterPaintDibInfo.Order">
581
      <summary>Indicates the data order (grayscale, BGR, RGB, etc).</summary>
582
      <value>See the Leadtools.RasterByteOrder enumeration for valid values.</value>
583
    </member>
584
    <member name="P:Leadtools.Drawing.RasterPaintDibInfo.PlaneCount">
585
      <summary>Indicates whether the image data should be interleaved or planar.</summary>
586
      <value>This is usually 1. If the image data is supposed to be planar, it can be the number of planes. It should be positive in any case.</value>
587
    </member>
588
    <member name="P:Leadtools.Drawing.RasterPaintDibInfo.ViewPerspective">
589
      <summary>Indicates the expected orientation of the image data.</summary>
590
      <value>See the Leadtools.RasterViewPerspective enumeration for possible values.</value>
591
    </member>
592
    <member name="T:Leadtools.Drawing.RasterRegionConverter">
593
      <summary>Converts between a LEADTOOLS Leadtools.RasterRegion and GDI HRGN and System.Drawing (GDI+) System.Drawing.Region objects.</summary>
594
    </member>
595
    <member name="M:Leadtools.Drawing.RasterRegionConverter.AddGdiDataToRegion(Leadtools.RasterImage,Leadtools.RasterRegionXForm,System.Byte[],System.Int32,Leadtools.RasterRegionCombineMode)">
596
      <summary>Creates or updates a LEADTOOLS image region using the specified GDI+ region data.</summary>
597
      <param name="image">The source image.</param>
598
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify **null** (**Nothing** in VB) for this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.</param>
599
      <param name="data">An array of System.Byte that defines the region to add.</param>
600
      <param name="dataOffset">Byte offset into \data\ where the data starts.</param>
601
      <param name="combineMode">The action to take regarding the existing image region, if one is defined.</param>
602
    </member>
603
    <member name="M:Leadtools.Drawing.RasterRegionConverter.AddGdiPlusDataToRegion(Leadtools.RasterImage,Leadtools.RasterRegionXForm,RegionData,Leadtools.RasterRegionCombineMode)">
604
      <summary>Creates or updates a LEADTOOLS image region using the specified GDI+ region data.</summary>
605
      <param name="image">The source image.</param>
606
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify **null** (**Nothing** in VB) for this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.</param>
607
      <param name="data">A System.Drawing.Drawing2D.RegionData object that defines the region to add.</param>
608
      <param name="combineMode">The action to take regarding the existing image region, if one is defined.</param>
609
    </member>
610
    <member name="M:Leadtools.Drawing.RasterRegionConverter.AddRegionToRegion(Leadtools.RasterImage,Leadtools.RasterRegionXForm,System.IntPtr,Leadtools.RasterRegionCombineMode)">
611
      <summary>Creates or updates a LEADTOOLS image region by adding the specified Windows region handle.</summary>
612
      <param name="image">The source image.</param>
613
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify null (Nothing in VB) in this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.</param>
614
      <param name="region">The Windows region handle to add.</param>
615
      <param name="combineMode">The action to take regarding the existing image region, if one is defined.</param>
616
    </member>
617
    <member name="M:Leadtools.Drawing.RasterRegionConverter.AddRegionToRegion(Leadtools.RasterImage,Leadtools.RasterRegionXForm,Region,Leadtools.RasterRegionCombineMode)">
618
      <summary>Creates or updates a LEADTOOLS image region by adding the specified GDI+ region.</summary>
619
      <param name="image">The source image.</param>
620
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify null (Nothing in VB) in this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.</param>
621
      <param name="region">The GDI+ region to add.</param>
622
      <param name="combineMode">The action to take regarding the existing image region, if one is defined.</param>
623
    </member>
624
    <member name="M:Leadtools.Drawing.RasterRegionConverter.ConvertFromRegion(Region)">
625
      <summary>Converts a System.Drawing (GDI+) System.Drawing.Region object to a LEADTOOLS Leadtools.RasterRegion.</summary>
626
      <param name="region">The source GDI+ region. This parameter cannot be null (Nothing in VB).</param>
627
      <returns>The LEADTOOLS Leadtools.RasterRegion object this method creates. You must dispose this object after using it.</returns>
628
    </member>
629
    <member name="M:Leadtools.Drawing.RasterRegionConverter.ConvertFromRegionHandle(System.IntPtr)">
630
      <summary>Converts a GDI HRGN object to a LEADTOOLS Leadtools.RasterRegion.</summary>
631
      <param name="hrgn">The source GDI HRGN object. This parameter cannot be IntPtr.Zero.</param>
632
      <returns>The LEADTOOLS Leadtools.RasterRegion object this method creates. You must dispose this object after using it.</returns>
633
    </member>
634
    <member name="M:Leadtools.Drawing.RasterRegionConverter.ConvertToRegion(Leadtools.RasterRegion,Leadtools.RasterRegionXForm)">
635
      <summary>Converts a LEADTOOLS Leadtools.RasterRegion to a System.Drawing (GDI+) System.Drawing.Region object.</summary>
636
      <param name="region">The source LEADTOOLS region. This parameter cannot be null (Nothing in VB).</param>
637
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates.</param>
638
      <returns>The System.Drawing.Region object this method creates. You must dispose this object after using it.</returns>
639
    </member>
640
    <member name="M:Leadtools.Drawing.RasterRegionConverter.ConvertToRegionHandle(Leadtools.RasterRegion,Leadtools.RasterRegionXForm)">
641
      <summary>Converts a LEADTOOLS Leadtools.RasterRegion to a GDI HRGN object.</summary>
642
      <param name="region">The source LEADTOOLS region. This parameter cannot be null (Nothing in VB).</param>
643
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates.</param>
644
      <returns>The GDI HRGN object this method creates. You must delete this object after using it using the Windows DeleteObject API.</returns>
645
    </member>
646
    <member name="M:Leadtools.Drawing.RasterRegionConverter.GetGdiPlusRegionData(Leadtools.RasterImage,Leadtools.RasterRegionXForm)">
647
      <summary>Gets the GDI+ data that describes the image region.</summary>
648
      <param name="image">The source image.</param>
649
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify **null** (**Nothing** in VB) for this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.</param>
650
      <returns>A System.Drawing.Drawing2D.RegionData object that contains the information that describes the region in this Leadtools.RasterImage object.</returns>
651
    </member>
652
    <member name="M:Leadtools.Drawing.RasterRegionConverter.GetGdiRegionData(Leadtools.RasterImage,Leadtools.RasterRegionXForm)">
653
      <summary>Gets the GDI data that describes the image region.</summary>
654
      <param name="image">The source image.</param>
655
      <param name="xform">Leadtools.RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify **null** (**Nothing** in VB) for this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.</param>
656
      <returns>An array of System.Byte that contains the information that describes the region in this Leadtools.RasterImage object.</returns>
657
    </member>
658
    <member name="T:Leadtools.Drawing.RenderingEngineFactory">
659
      <summary>Engine that can be used to render SVG documents to a GDI+ Graphics or Windows HDC object.</summary>
660
    </member>
661
    <member name="M:Leadtools.Drawing.RenderingEngineFactory.Create(Graphics)">
662
      <summary>Creates a new rendering engine from a GDI+ Graphics.</summary>
663
      <param name="graphics">Target GDI+ graphics object for the rendering. This cannot be **null**.</param>
664
      <returns>The newly created Leadtools.IRenderingEngine instance that is ready to be used.</returns>
665
    </member>
666
    <member name="M:Leadtools.Drawing.RenderingEngineFactory.Create(System.IntPtr)">
667
      <summary>Creates a new rendering engine from a Windows HDC.</summary>
668
      <param name="hdc">Windows HDC. This cannot be IntPtr.Zero.</param>
669
      <returns>The newly created Leadtools.IRenderingEngine instance that is ready to be used.</returns>
670
    </member>
671
    <member name="T:Leadtools.Drawing.Transformer">
672
      <summary>Helper class used for converting physical to logical coordinates and vise-versa based on a given matrix.</summary>
673
    </member>
674
    <member name="M:Leadtools.Drawing.Transformer.#ctor">
675
      <summary>Creates a new instance of the Transformer class with default settings.</summary>
676
    </member>
677
    <member name="M:Leadtools.Drawing.Transformer.#ctor(Matrix)">
678
      <summary>Creates a new instance of the Transformer class with specific settings.</summary>
679
      <param name="transform">The transformation matrix for this Transformer.</param>
680
    </member>
681
    <member name="M:Leadtools.Drawing.Transformer.LengthToLogical(System.Single)">
682
      <summary>Converts the specified length value from physical to logical coordinates.</summary>
683
      <param name="length">The input physical length.</param>
684
      <returns>The length converted from physical to logical coordinates.</returns>
685
    </member>
686
    <member name="M:Leadtools.Drawing.Transformer.LengthToPhysical(System.Single)">
687
      <summary>Converts the specified length value from logical to physical coordinates.</summary>
688
      <param name="length">The input logical length.</param>
689
      <returns>The length converted from logical to physical coordinates.</returns>
690
    </member>
691
    <member name="M:Leadtools.Drawing.Transformer.PointToLogical(PointF)">
692
      <summary>Converts the specified point from physical to logical coordinates.</summary>
693
      <param name="pt">The input physical point.</param>
694
      <returns>The point converted from physical to logical coordinates.</returns>
695
    </member>
696
    <member name="M:Leadtools.Drawing.Transformer.PointToLogical(PointF[])">
697
      <summary>Converts the specified points from physical to logical coordinates.</summary>
698
      <param name="pts">The input physical points.</param>
699
      <returns>The points converted from physical to logical coordinates.</returns>
700
    </member>
701
    <member name="M:Leadtools.Drawing.Transformer.PointToPhysical(PointF)">
702
      <summary>Converts the specified point from logical to physical coordinates.</summary>
703
      <param name="pt">The input logical points.</param>
704
      <returns>The point converted from logical to physical coordinates.</returns>
705
    </member>
706
    <member name="M:Leadtools.Drawing.Transformer.PointToPhysical(PointF[])">
707
      <summary>Converts the specified points from logical to physical coordinates.</summary>
708
      <param name="pts">The input logical points.</param>
709
      <returns>The points converted from logical to physical coordinates.</returns>
710
    </member>
711
    <member name="M:Leadtools.Drawing.Transformer.RectangleToLogical(RectangleF)">
712
      <summary>Converts the specified rectangle from physical to logical coordinates.</summary>
713
      <param name="rc">The input physical rectangle.</param>
714
      <returns>The rectangle converted from physical to logical coordinates.</returns>
715
    </member>
716
    <member name="M:Leadtools.Drawing.Transformer.RectangleToPhysical(RectangleF)">
717
      <summary>Converts the specified rectangle from logical to physical coordinates.</summary>
718
      <param name="rc">The input logical rectangle.</param>
719
      <returns>The rectangle converted from logical to physical coordinates.</returns>
720
    </member>
721
    <member name="M:Leadtools.Drawing.Transformer.TransformPoints(PointF[],Matrix)">
722
      <summary>Converts the specified points from logical to physical coordinates.</summary>
723
      <param name="pts">The input logical points</param>
724
      <param name="matrix">The transformation matrix to use.</param>
725
      <returns>The points converted from logical to physical coordinates.</returns>
726
    </member>
727
    <member name="P:Leadtools.Drawing.Transformer.Transform">
728
      <summary>Gets and sets the transformation matrix for this Transformer.</summary>
729
      <value>The transformation matrix for this Transformer.</value>
730
    </member>
731
    <member name="T:Leadtools.Drawing.PaintCallbackDelegate(Leadtools.RasterImage,object[])">
732
      <summary>The prototype for all the RasterPaintCallbacks.</summary>
733
      <param name="image">The Leadtools.RasterImage being painted.</param>
734
      <param name="args">The arguments for the callback.</param>
735
    </member>
736
    <member name="T:Leadtools.Drawing.ChangeToImageOptions">
737
      <summary>Options to use when changing a LEADTOOLS Leadtools.RasterImage object to GDI+ System.Drawing.Bitmap.</summary>
738
    </member>
739
    <member name="F:Leadtools.Drawing.ChangeToImageOptions.None">
740
      <summary></summary>
741
      <platforms>NET</platforms>
742
    </member>
743
    <member name="F:Leadtools.Drawing.ChangeToImageOptions.ForceChange">
744
      <summary></summary>
745
      <platforms>NET</platforms>
746
    </member>
747
    <member name="F:Leadtools.Drawing.ChangeToImageOptions.NoPalette">
748
      <summary></summary>
749
      <platforms>NET</platforms>
750
    </member>
751
    <member name="F:Leadtools.Drawing.ChangeToImageOptions.TopLeftAlways">
752
      <summary></summary>
753
      <platforms>NET</platforms>
754
    </member>
755
    <member name="T:Leadtools.Drawing.ConvertFromImageOptions">
756
      <summary>Options to use when converting a GDI+ System.Drawing.Bitmap to LEADTOOLS Leadtools.RasterImage object.</summary>
757
    </member>
758
    <member name="F:Leadtools.Drawing.ConvertFromImageOptions.None">
759
      <summary></summary>
760
      <platforms>NET</platforms>
761
    </member>
762
    <member name="T:Leadtools.Drawing.ConvertToImageOptions">
763
      <summary>Options to use when converting a LEADTOOLS Leadtools.RasterImage object to GDI+ System.Drawing.Bitmap.</summary>
764
    </member>
765
    <member name="F:Leadtools.Drawing.ConvertToImageOptions.None">
766
      <summary></summary>
767
      <platforms>NET</platforms>
768
    </member>
769
    <member name="F:Leadtools.Drawing.ConvertToImageOptions.InitAlpha">
770
      <summary></summary>
771
      <platforms>NET</platforms>
772
    </member>
773
    <member name="T:Leadtools.Drawing.ImageIncompatibleReason">
774
      <summary>Indicates the reason that the LEADTOOLS Leadtools.RasterImage object is not compatible with GDI+.</summary>
775
    </member>
776
    <member name="F:Leadtools.Drawing.ImageIncompatibleReason.Compatible">
777
      <summary></summary>
778
      <platforms>NET</platforms>
779
    </member>
780
    <member name="F:Leadtools.Drawing.ImageIncompatibleReason.BitsPerPixel">
781
      <summary></summary>
782
      <platforms>NET</platforms>
783
    </member>
784
    <member name="F:Leadtools.Drawing.ImageIncompatibleReason.Order">
785
      <summary></summary>
786
      <platforms>NET</platforms>
787
    </member>
788
    <member name="F:Leadtools.Drawing.ImageIncompatibleReason.Palette">
789
      <summary></summary>
790
      <platforms>NET</platforms>
791
    </member>
792
    <member name="F:Leadtools.Drawing.ImageIncompatibleReason.Data">
793
      <summary></summary>
794
      <platforms>NET</platforms>
795
    </member>
796
    <member name="F:Leadtools.Drawing.ImageIncompatibleReason.ViewPerspective">
797
      <summary></summary>
798
      <platforms>NET</platforms>
799
    </member>
800
    <member name="F:Leadtools.Drawing.ImageIncompatibleReason.Other">
801
      <summary></summary>
802
      <platforms>NET</platforms>
803
    </member>
804
    <member name="T:Leadtools.Drawing.RasterImagePaintCallbackFunction">
805
      <summary>Used to identify the callbacks in a RasterPaintCallbacks class.</summary>
806
    </member>
807
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.IsCompatibleDCCallback">
808
      <summary></summary>
809
      <platforms>NET</platforms>
810
    </member>
811
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.GetDeviceCapsCallback">
812
      <summary></summary>
813
      <platforms>NET</platforms>
814
    </member>
815
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.SetStretchBltModeCallback">
816
      <summary></summary>
817
      <platforms>NET</platforms>
818
    </member>
819
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.IntersectClipRectCallback">
820
      <summary></summary>
821
      <platforms>NET</platforms>
822
    </member>
823
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.SaveDCCallback">
824
      <summary></summary>
825
      <platforms>NET</platforms>
826
    </member>
827
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.RestoreDCCallback">
828
      <summary></summary>
829
      <platforms>NET</platforms>
830
    </member>
831
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.StretchDIBitsCallback">
832
      <summary></summary>
833
      <platforms>NET</platforms>
834
    </member>
835
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.SetViewportOrgExCallback">
836
      <summary></summary>
837
      <platforms>NET</platforms>
838
    </member>
839
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.GetViewportOrgExCallback">
840
      <summary></summary>
841
      <platforms>NET</platforms>
842
    </member>
843
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.SelectPaletteCallback">
844
      <summary></summary>
845
      <platforms>NET</platforms>
846
    </member>
847
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.RealizePaletteCallback">
848
      <summary></summary>
849
      <platforms>NET</platforms>
850
    </member>
851
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.GetMapModeCallback">
852
      <summary></summary>
853
      <platforms>NET</platforms>
854
    </member>
855
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.ExtSelectClipRgnCallback">
856
      <summary></summary>
857
      <platforms>NET</platforms>
858
    </member>
859
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.GetGraphicsModeCallback">
860
      <summary></summary>
861
      <platforms>NET</platforms>
862
    </member>
863
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.GetWorldTransformCallback">
864
      <summary></summary>
865
      <platforms>NET</platforms>
866
    </member>
867
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.ConvertLineCallback">
868
      <summary></summary>
869
      <platforms>NET</platforms>
870
    </member>
871
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.GetDibInfoCallback">
872
      <summary></summary>
873
      <platforms>NET</platforms>
874
    </member>
875
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.PrePaintCallback">
876
      <summary></summary>
877
      <platforms>NET</platforms>
878
    </member>
879
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.PostPaintCallback">
880
      <summary></summary>
881
      <platforms>NET</platforms>
882
    </member>
883
    <member name="F:Leadtools.Drawing.RasterImagePaintCallbackFunction.FillRectCallback">
884
      <summary></summary>
885
      <platforms>NET</platforms>
886
    </member>
887
    <member name="T:Leadtools.Drawing.RasterPaintDibInfoFlags">
888
      <summary>Flags that make up RasterPaintDibInfo.Flags.</summary>
889
    </member>
890
    <member name="F:Leadtools.Drawing.RasterPaintDibInfoFlags.None">
891
      <summary></summary>
892
      <platforms>NET</platforms>
893
    </member>
894
    <member name="F:Leadtools.Drawing.RasterPaintDibInfoFlags.IgnoreLut">
895
      <summary></summary>
896
      <platforms>NET</platforms>
897
    </member>
898
    <member name="F:Leadtools.Drawing.RasterPaintDibInfoFlags.LowHighBitValid">
899
      <summary></summary>
900
      <platforms>NET</platforms>
901
    </member>
902
    <member name="T:Leadtools.Drawing.RasterPaintDisplayModeFlags">
903
      <summary>Contains value that controls the speed, quality, and style of painting operations.</summary>
904
    </member>
905
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.None">
906
      <summary></summary>
907
      <platforms>NET</platforms>
908
    </member>
909
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.OrderedDither">
910
      <summary></summary>
911
      <platforms>NET</platforms>
912
    </member>
913
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.FastPaint">
914
      <summary></summary>
915
      <platforms>NET</platforms>
916
    </member>
917
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.IndexedPaint">
918
      <summary></summary>
919
      <platforms>NET</platforms>
920
    </member>
921
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.DitheredPaint">
922
      <summary></summary>
923
      <platforms>NET</platforms>
924
    </member>
925
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.ScaleToGray">
926
      <summary></summary>
927
      <platforms>NET</platforms>
928
    </member>
929
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.HalftonePrint">
930
      <summary></summary>
931
      <platforms>NET</platforms>
932
    </member>
933
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.FavorBlack">
934
      <summary></summary>
935
      <platforms>NET</platforms>
936
    </member>
937
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.FixedPalette">
938
      <summary></summary>
939
      <platforms>NET</platforms>
940
    </member>
941
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.NetscapePalette">
942
      <summary></summary>
943
      <platforms>NET</platforms>
944
    </member>
945
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.Resample">
946
      <summary></summary>
947
      <platforms>NET</platforms>
948
    </member>
949
    <member name="F:Leadtools.Drawing.RasterPaintDisplayModeFlags.Bicubic">
950
      <summary></summary>
951
      <platforms>NET</platforms>
952
    </member>
953
    <member name="T:Leadtools.Drawing.RasterPaintEngine">
954
      <summary>Indicates the painting engine to use when rendering images using the Windows GDI or GDI+ engines..</summary>
955
    </member>
956
    <member name="F:Leadtools.Drawing.RasterPaintEngine.Gdi">
957
      <summary></summary>
958
      <platforms>NET</platforms>
959
    </member>
960
    <member name="F:Leadtools.Drawing.RasterPaintEngine.GdiPlus">
961
      <summary></summary>
962
      <platforms>NET</platforms>
963
    </member>
964
    <member name="T:Leadtools.Drawing.RasterPaintProperties">
965
      <summary>Controls the speed, quality, and style used when painting a Leadtools.RasterImage object using the Windows GDI or GDI+ engines.</summary>
966
    </member>
967
    <member name="M:Leadtools.Drawing.RasterPaintProperties.MakeRasterOperation(System.Int32,System.Int32)">
968
      <summary>Creates a ROP4 value from the specified foreground and background color values.</summary>
969
      <param name="fore">The foreground color.</param>
970
      <param name="back">The background color.</param>
971
      <returns>The ROP4 value.</returns>
972
    </member>
973
    <member name="P:Leadtools.Drawing.RasterPaintProperties.Default">
974
      <summary>Returns a new instance of the RasterPaintProperties structure with all members set to default values.</summary>
975
      <value>The instance of the RasterPaintProperties structure that this property creates.</value>
976
    </member>
977
    <member name="P:Leadtools.Drawing.RasterPaintProperties.Opacity">
978
      <summary>Gets or sets a value that indicates the opacity to use when painting the Leadtools.RasterImage.</summary>
979
      <value>A value between 0 and 255 representing the opacity level to use when painting the Leadtools.RasterImage. Default value is 255.</value>
980
    </member>
981
    <member name="P:Leadtools.Drawing.RasterPaintProperties.PaintCallbacks">
982
      <summary>Gets the list of RasterPaintCallbacks objects containing the custom callbacks.</summary>
983
      <value>A list of RasterPaintCallbacks objects containing custom callbacks.</value>
984
    </member>
985
    <member name="P:Leadtools.Drawing.RasterPaintProperties.PaintDisplayMode">
986
      <summary>Gets and sets options that control the speed, quality, and style of painting operations.</summary>
987
      <value>A combination of the RasterPaintDisplayModeFlags enumeration members that control the speed, quality, and style of painting operations.</value>
988
    </member>
989
    <member name="P:Leadtools.Drawing.RasterPaintProperties.PaintEngine">
990
      <summary>Gets and sets the paint engine to use when displaying images.</summary>
991
      <value>A RasterPaintEngine enumeration value that specifies the paint engine to use when displaying images.</value>
992
    </member>
993
    <member name="P:Leadtools.Drawing.RasterPaintProperties.RasterOperation">
994
      <summary>Gets or sets the ROP value.</summary>
995
      <value>An integer value that represents the ROP value.</value>
996
    </member>
997
    <member name="P:Leadtools.Drawing.RasterPaintProperties.UsePaintPalette">
998
      <summary>Enables or disables automatically using the Leadtools.RasterImage object palette when displaying the image.</summary>
999
      <value>true to automatically use the Leadtools.RasterImage object palette, false to ignore it.</value>
1000
    </member>
1001
    <member name="P:Leadtools.Drawing.RasterPaintProperties.UseTransform">
1002
      <summary>Gets or sets a value that indicate wherer to use the current transform in the destination System.Drawing.Graphics object when painting the image and regions.</summary>
1003
      <value>**true** to use the current transform in the destination System.Drawing.Graphics object when painting the image and regions, otherwise; **false**. Default value is **false**.</value>
1004
    </member>
1005
    <member name="F:Leadtools.Drawing.RasterPaintProperties.Blackness">
1006
      <summary>Fills the destination rectangle using the color associated with index 0 in the physical palette. (This color is black for the default physical palette.)</summary>
1007
    </member>
1008
    <member name="F:Leadtools.Drawing.RasterPaintProperties.DestinationInvert">
1009
      <summary>Inverts the destination rectangle.</summary>
1010
    </member>
1011
    <member name="F:Leadtools.Drawing.RasterPaintProperties.MergeCopy">
1012
      <summary>Merges the colors of the source rectangle with the brush currently selected in hdcDest, by using the Boolean AND operator.</summary>
1013
    </member>
1014
    <member name="F:Leadtools.Drawing.RasterPaintProperties.MergePaint">
1015
      <summary>Merges the colors of the inverted source rectangle with the colors of the destination rectangle by using the Boolean OR operator.</summary>
1016
    </member>
1017
    <member name="F:Leadtools.Drawing.RasterPaintProperties.NotSourceCopy">
1018
      <summary>Copies the inverted source rectangle to the destination.</summary>
1019
    </member>
1020
    <member name="F:Leadtools.Drawing.RasterPaintProperties.NotSourceErase">
1021
      <summary>Combines the colors of the source and destination rectangles by using the Boolean OR operator and then inverts the resultant color.</summary>
1022
    </member>
1023
    <member name="F:Leadtools.Drawing.RasterPaintProperties.PatternCopy">
1024
      <summary>Copies the brush currently selected in hdcDest, into the destination bitmap.</summary>
1025
    </member>
1026
    <member name="F:Leadtools.Drawing.RasterPaintProperties.PatternInvert">
1027
      <summary>Combines the colors of the brush currently selected in hdcDest, with the colors of the destination rectangle by using the Boolean XOR operator.</summary>
1028
    </member>
1029
    <member name="F:Leadtools.Drawing.RasterPaintProperties.PatternPaint">
1030
      <summary>Combines the colors of the brush currently selected in hdcDest, with the colors of the inverted source rectangle by using the Boolean OR operator. The result of this operation is combined with the colors of the destination rectangle by using the Boolean OR operator.</summary>
1031
    </member>
1032
    <member name="F:Leadtools.Drawing.RasterPaintProperties.SourceAnd">
1033
      <summary>Combines the colors of the source and destination rectangles by using the Boolean AND operator.</summary>
1034
    </member>
1035
    <member name="F:Leadtools.Drawing.RasterPaintProperties.SourceCopy">
1036
      <summary>Copies the source rectangle directly to the destination rectangle.</summary>
1037
    </member>
1038
    <member name="F:Leadtools.Drawing.RasterPaintProperties.SourceErase">
1039
      <summary>Combines the inverted colors of the destination rectangle with the colors of the source rectangle by using the Boolean AND operator.</summary>
1040
    </member>
1041
    <member name="F:Leadtools.Drawing.RasterPaintProperties.SourceInvert">
1042
      <summary>Combines the colors of the source and destination rectangles by using the Boolean XOR operator.</summary>
1043
    </member>
1044
    <member name="F:Leadtools.Drawing.RasterPaintProperties.SourcePaint">
1045
      <summary>Combines the colors of the source and destination rectangles by using the Boolean OR operator.</summary>
1046
    </member>
1047
    <member name="F:Leadtools.Drawing.RasterPaintProperties.Whiteness">
1048
      <summary>Fills the destination rectangle using the color associated with index 1 in the physical palette. (This color is white for the default physical palette.)</summary>
1049
    </member>
1050
  </members>
1051
</doc>
클립보드 이미지 추가 (최대 크기: 500 MB)