프로젝트

일반

사용자정보

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

markus / KCOM / bin / Debug / Leadtools.Forms.xml @ 787a4489

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<doc>
3
  <assembly>
4
    <name>Leadtools.Forms</name>
5
  </assembly>
6
  <members>
7
    <member name="T:Leadtools.Forms.LogicalUnitConverter">
8
      <summary>Defines many conversion methods that convert a floating-point number in a specific unit of measurement to its equivalent floating-point value in another unit of measurement.</summary>
9
    </member>
10
    <member name="M:Leadtools.Forms.LogicalUnitConverter.Convert(System.Double,Leadtools.Forms.LogicalUnit,System.Double,Leadtools.Forms.LogicalUnit,System.Double)">
11
      <summary>Returns the value of the source value, converted to its equivalent in the specified destination unit of measure.</summary>
12
      <param name="sourceValue">The value that is going to be converted.</param>
13
      <param name="sourceUnit">The unit of measurement for the source value.</param>
14
      <param name="sourceDpi">Represents the DPI of the source value. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
15
      <param name="destinationUnit">The unit of measurement for the destination value.</param>
16
      <param name="destinationDpi">Represents the DPI of the destination value. This value is only used if the destination unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
17
    </member>
18
    <member name="M:Leadtools.Forms.LogicalUnitConverter.ConvertFromPixels(System.Double,System.Double,Leadtools.Forms.LogicalUnit)">
19
      <summary>Returns the value of the source value that is measured in Leadtools.Forms.LogicalUnit.Pixel, converted to its equivalent in the specified destination unit of measure.</summary>
20
      <param name="sourceValue">The value that is going to be converted measured in Leadtools.Forms.LogicalUnit.Pixel.</param>
21
      <param name="sourceDpi">Represents the DPI of the source value.</param>
22
      <param name="destinationUnit">The unit of measurement of the destination value.</param>
23
    </member>
24
    <member name="M:Leadtools.Forms.LogicalUnitConverter.ConvertToPixels(System.Double,Leadtools.Forms.LogicalUnit,System.Double)">
25
      <summary>Returns the value of the source value, converted to its equivalent measurement in Leadtools.Forms.LogicalUnit.Pixel.</summary>
26
      <param name="sourceValue">The value that is going to be converted.</param>
27
      <param name="sourceUnit">The unit of measurement of the source value.</param>
28
      <param name="destinationDpi">Represents the DPI of the destination value.</param>
29
    </member>
30
    <member name="T:Leadtools.Forms.PageAlignment">
31
      <summary>Contains the information needed to align a Master Form (Form Template) page with the filled-in Form page image.</summary>
32
    </member>
33
    <member name="M:Leadtools.Forms.PageAlignment.#ctor">
34
      <summary>Initializes a new instance of PageAlignment.</summary>
35
    </member>
36
    <member name="M:Leadtools.Forms.PageAlignment.AlignOmrRectangle(Leadtools.Forms.LogicalRectangle)">
37
      <summary>Returns a LogicalRectangle that is aligned to the formthat has generated this PageAlignment.</summary>
38
      <param name="rectangle">The original LogicalRectangle to align. This LogicalRectangle should be in Master Form coordinates.</param>
39
    </member>
40
    <member name="M:Leadtools.Forms.PageAlignment.AlignRectangle(Leadtools.Forms.LogicalRectangle)">
41
      <summary>Returns a LogicalRectangle that is aligned to the form that has generated this PageAlignment.</summary>
42
      <param name="rectangle">The original LogicalRectangle to align. This LogicalRectangle should be in Master Form coordinates.</param>
43
    </member>
44
    <member name="T:Leadtools.Forms.PageProgressCallbackData">
45
      <summary>Data for the PageProgressCallback delegate.</summary>
46
    </member>
47
    <member name="M:Leadtools.Forms.PageProgressCallbackData.#ctor">
48
      <summary>Initializes a new instance of PageProgressCallbackData.</summary>
49
    </member>
50
    <member name="P:Leadtools.Forms.PageProgressCallbackData.Percentage">
51
      <summary>Gets the progress of the current operation, expressed as a percentage.</summary>
52
      <value>A value between 0 and 100 that represents the percent completion of the process.</value>
53
    </member>
54
    <member name="T:Leadtools.Forms.FormProgressCallback(System.Int32,System.Int32,System.Int32)">
55
      <summary>Optional delegate method that reports the progress of a specific operation and offers the client an opportunity to cancel.</summary>
56
      <param name="currentPage">The 1-based index of the current page.</param>
57
      <param name="totalPages">The total number of pages.</param>
58
      <param name="percentage">A value between 0 and 100 that represents the percent completion of the process.</param>
59
      <returns>true to continue the process, false to cancel the process.</returns>
60
    </member>
61
    <member name="T:Leadtools.Forms.PageProgressCallback(Leadtools.Forms.PageProgressCallbackData)">
62
      <summary>Monitors the progress of the form's page operations.</summary>
63
      <param name="data">An instance of the PageProgressCallbackData interface containing the progress callback data.</param>
64
    </member>
65
    <member name="T:Leadtools.Forms.FormsPageType">
66
      <summary>Represents the Page type.</summary>
67
    </member>
68
    <member name="F:Leadtools.Forms.FormsPageType.Normal">
69
      <summary>Normal(General) page from a document, an invoice, or any other type of document that is not specified in any other members of the FormsPageType enumeration.</summary>
70
    </member>
71
    <member name="F:Leadtools.Forms.FormsPageType.IDCard">
72
      <summary>An ID card (For example, Driving License, Identification card, Library card, Passport, etc.)..</summary>
73
    </member>
74
    <member name="T:Leadtools.Forms.FormsRecognitionMethod">
75
      <summary>Represents the Method used for recognition.</summary>
76
    </member>
77
    <member name="F:Leadtools.Forms.FormsRecognitionMethod.Complex">
78
      <summary>Complex Method that takes more time than the Simple Method, but can recognize almost all forms. This method is affected by which FormsTradeoffMode is selected in the Leadtools.Forms.Recognition.PageRecognitionOptions.</summary>
79
    </member>
80
    <member name="F:Leadtools.Forms.FormsRecognitionMethod.Simple">
81
      <summary>Simple method that takes less time than the Complex Method. Although it can recognize most forms passed to it, it cannot recognize forms that contain invoices.</summary>
82
    </member>
83
    <member name="T:Leadtools.Forms.FormsTradeoffMode">
84
      <summary>Represents criteria values to use with the trade-off algorithm for recognition.</summary>
85
    </member>
86
    <member name="F:Leadtools.Forms.FormsTradeoffMode.Accurate">
87
      <summary>Highest accuracy mode. Used to recognize and process forms at any resolution.</summary>
88
    </member>
89
    <member name="F:Leadtools.Forms.FormsTradeoffMode.Balanced">
90
      <summary>High speed. Used to recognize and process forms that have resolutions similar to their master forms with moderate text.</summary>
91
    </member>
92
    <member name="F:Leadtools.Forms.FormsTradeoffMode.Fast">
93
      <summary>Highest speed. Used to recognize and process forms that have resolutions similar to their master forms with abundant text.</summary>
94
    </member>
95
    <member name="T:Leadtools.Forms.LogicalUnit">
96
      <summary>Represents the unit of measure for lengths and positions.</summary>
97
    </member>
98
    <member name="F:Leadtools.Forms.LogicalUnit.Pixel">
99
      <summary>Specifies a device pixel as the unit of measure.</summary>
100
    </member>
101
    <member name="F:Leadtools.Forms.LogicalUnit.Display">
102
      <summary>Specifies 1/75 inch as the unit of measure.</summary>
103
    </member>
104
    <member name="F:Leadtools.Forms.LogicalUnit.Document">
105
      <summary>Specifies 1/300 inch as the unit of measure.</summary>
106
    </member>
107
    <member name="F:Leadtools.Forms.LogicalUnit.Inch">
108
      <summary>Specifies the inch as the unit of measure.</summary>
109
    </member>
110
    <member name="F:Leadtools.Forms.LogicalUnit.Millimeter">
111
      <summary>Specifies the millimeter (1/1000 meter) as the unit of measure.</summary>
112
    </member>
113
    <member name="F:Leadtools.Forms.LogicalUnit.Point">
114
      <summary>Specifies a printer's point (1/72 inch) as the unit of measure.</summary>
115
    </member>
116
    <member name="F:Leadtools.Forms.LogicalUnit.Feet">
117
      <summary>Specifies feet as the unit of measure.</summary>
118
    </member>
119
    <member name="F:Leadtools.Forms.LogicalUnit.Yard">
120
      <summary>Specifies the yard as the unit of measure.</summary>
121
    </member>
122
    <member name="F:Leadtools.Forms.LogicalUnit.Micrometer">
123
      <summary>Specifies the micrometer (1/1000 millimeter) as the unit of measure.</summary>
124
    </member>
125
    <member name="F:Leadtools.Forms.LogicalUnit.Centimeter">
126
      <summary>Specifies the micrometer (1/100 meter) as the unit of measure.</summary>
127
    </member>
128
    <member name="F:Leadtools.Forms.LogicalUnit.Meter">
129
      <summary>Specifies the meter as the unit of measure.</summary>
130
    </member>
131
    <member name="F:Leadtools.Forms.LogicalUnit.Twip">
132
      <summary>Specifies the twip (TWentIeth of a Point) as the unit of measure.</summary>
133
    </member>
134
    <member name="T:Leadtools.Forms.LogicalLength">
135
      <summary>Stores a floating-point number and a unit of measurement that represents the length.</summary>
136
    </member>
137
    <member name="M:Leadtools.Forms.LogicalLength.#ctor(System.Double)">
138
      <summary>Initializes a new LogicalLength class object with explicit parameters.</summary>
139
      <param name="value">Specifies the length of the LogicalLength in Leadtools.Forms.LogicalUnit.Pixel.</param>
140
    </member>
141
    <member name="M:Leadtools.Forms.LogicalLength.#ctor(System.Double,Leadtools.Forms.LogicalUnit)">
142
      <summary>Initializes a new LogicalLength class object with explicit parameters.</summary>
143
      <param name="value">Specifies the length of the LogicalLength.</param>
144
      <param name="unit">Specifies the unit of measurement of the LogicalLength.</param>
145
    </member>
146
    <member name="M:Leadtools.Forms.LogicalLength.-(Leadtools.Forms.LogicalLength,Leadtools.Forms.LogicalLength)">
147
      <summary>Subtracts the length of the specified LogicalLength object from this LogicalLength structure.</summary>
148
      <param name="left">The LogicalLength on the left side of the subtract operator.</param>
149
      <param name="right">The LogicalLength on the right side of the subtract operator.</param>
150
    </member>
151
    <member name="M:Leadtools.Forms.LogicalLength.!=(Leadtools.Forms.LogicalLength,Leadtools.Forms.LogicalLength)">
152
      <summary>Specifies whether this LogicalLength does not contain the same length or unit as the specified Object.</summary>
153
      <param name="left">The LogicalLength on the left side of the comparison.</param>
154
      <param name="right">The LogicalLength on the right side of the comparison.</param>
155
      <returns>true if the two LogicalLength do not have the same length and unit of measurement; false, otherwise.</returns>
156
    </member>
157
    <member name="M:Leadtools.Forms.LogicalLength.+(Leadtools.Forms.LogicalLength,Leadtools.Forms.LogicalLength)">
158
      <summary>Adds the length of one LogicalLength structure to another LogicalLength structure.</summary>
159
      <param name="left">The LogicalLength on the left side of the add operator.</param>
160
      <param name="right">The LogicalLength on the right side of the add operator.</param>
161
    </member>
162
    <member name="M:Leadtools.Forms.LogicalLength.==(Leadtools.Forms.LogicalLength,Leadtools.Forms.LogicalLength)">
163
      <summary>Specifies whether this LogicalLength contains the same length and unit as the specified Object.</summary>
164
      <param name="left">The LogicalLength on the left side of the comparison.</param>
165
      <param name="right">The LogicalLength on the right side of the comparison.</param>
166
      <returns>true if the two LogicalLength have the same length and unit of measurement; false, otherwise.</returns>
167
    </member>
168
    <member name="M:Leadtools.Forms.LogicalLength.Add(Leadtools.Forms.LogicalLength,Leadtools.Forms.LogicalLength)">
169
      <summary>Adds the length of one LogicalLength structure to another LogicalLength structure.</summary>
170
      <param name="left">The LogicalLength on the left side of the add operator.</param>
171
      <param name="right">The LogicalLength on the right side of the add operator.</param>
172
    </member>
173
    <member name="M:Leadtools.Forms.LogicalLength.Convert(System.Double,Leadtools.Forms.LogicalUnit,System.Double)">
174
      <summary>Converts this LogicalLength structure to the specified unit of measure.</summary>
175
      <param name="sourceDpi">Represents the DPI of the source value along the length direction. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
176
      <param name="destinationUnit">The unit of measurement of the destination value.</param>
177
      <param name="destinationDpi">Represents the DPI of the destination value along the length direction. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
178
    </member>
179
    <member name="M:Leadtools.Forms.LogicalLength.ConvertTo(System.Double,Leadtools.Forms.LogicalUnit,System.Double)">
180
      <summary>Returns a new LogicalLength of the current (source) LogicalLength, converted to its equivalent in the specified destination unit of measure.</summary>
181
      <param name="sourceDpi">Represents the DPI along the length direction of the source LogicalLength. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
182
      <param name="destinationUnit">The unit of measurement of the destination LogicalLength.</param>
183
      <param name="destinationDpi">Represents the DPI along the length direction of the destination LogicalLength. This value is only used if the destination unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
184
    </member>
185
    <member name="M:Leadtools.Forms.LogicalLength.Equals(System.Object)">
186
      <summary>Specifies whether this LogicalLength contains the same length and unit as the specified Object.</summary>
187
      <param name="obj">The object to be used in the comparison with the current object.</param>
188
      <returns>true if the % obj% has the same length and unit of measurement of this LogicalLength; false, otherwise.</returns>
189
    </member>
190
    <member name="M:Leadtools.Forms.LogicalLength.FromPixels(System.Double)">
191
      <summary>Returns a LogicalLength with the specified length measured in Leadtools.Forms.LogicalUnit.Pixel.</summary>
192
      <param name="value">The length value that is measured in Leadtools.Forms.LogicalUnit.Pixel.</param>
193
    </member>
194
    <member name="M:Leadtools.Forms.LogicalLength.GetHashCode">
195
      <summary>Returns a hash code for this LogicalLength structure. For information about this method, see System.Object.GetHashCode.</summary>
196
    </member>
197
    <member name="M:Leadtools.Forms.LogicalLength.Subtract(Leadtools.Forms.LogicalLength,Leadtools.Forms.LogicalLength)">
198
      <summary>Subtracts the length of the specified LogicalLength object from this LogicalLength structure.</summary>
199
      <param name="left">The LogicalLength on the left side of the subtraction operator.</param>
200
      <param name="right">The LogicalLength on the right side of the subtraction operator.</param>
201
    </member>
202
    <member name="M:Leadtools.Forms.LogicalLength.ToPixels(System.Double)">
203
      <summary>Returns the length value in pixels according to the specified DPIs.</summary>
204
      <param name="dpi">Represents the DPI of the image along the length direction.</param>
205
    </member>
206
    <member name="M:Leadtools.Forms.LogicalLength.ToString">
207
      <summary>Converts this LogicalLength to a human-readable string.</summary>
208
    </member>
209
    <member name="P:Leadtools.Forms.LogicalLength.IsEmpty">
210
      <summary>Gets a value indicating whether this LogicalLength structure is empty.</summary>
211
      <value>true if this LogicalLength structure is empty; false, otherwise.</value>
212
    </member>
213
    <member name="P:Leadtools.Forms.LogicalLength.Unit">
214
      <summary>Gets or sets a value that represents the unit of measurement for this LogicalLength.</summary>
215
      <value>Unit of measurement</value>
216
    </member>
217
    <member name="P:Leadtools.Forms.LogicalLength.Value">
218
      <summary>Gets or sets a value that represents the length for this LogicalLength.</summary>
219
      <value>Value that indicates the length.</value>
220
    </member>
221
    <member name="F:Leadtools.Forms.LogicalLength.Empty">
222
      <summary>Represents a new instance of the LogicalLength with uninitialized members.</summary>
223
    </member>
224
    <member name="T:Leadtools.Forms.LogicalPoint">
225
      <summary>Stores two floating-point numbers and a unit of measurement that represent the coordinates of a point (X and Y).</summary>
226
    </member>
227
    <member name="M:Leadtools.Forms.LogicalPoint.#ctor(System.Double,System.Double,Leadtools.Forms.LogicalUnit)">
228
      <summary>Initializes a new LogicalPoint class object with explicit parameters.</summary>
229
      <param name="x">Specifies the X-coordinate of the LogicalPoint.</param>
230
      <param name="y">Specifies the Y-coordinate of the LogicalPoint.</param>
231
      <param name="unit">Specifies the unit of measurement of the LogicalPoint.</param>
232
    </member>
233
    <member name="M:Leadtools.Forms.LogicalPoint.#ctor(Leadtools.LeadPoint)">
234
      <summary>Initializes a new LogicalPoint class object with explicit parameters.</summary>
235
      <param name="point">Specifies the LogicalPoint coordinates measured in Leadtools.Forms.LogicalUnit.Pixel.</param>
236
    </member>
237
    <member name="M:Leadtools.Forms.LogicalPoint.-(Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalSize)">
238
      <summary>Returns a LogicalPoint that results from subtracting the width and height of a LogicalSize structure from the X and Y coordinates of the LogicalPoint structure, respectively.</summary>
239
      <param name="point">Specifies the LogicalPoint.</param>
240
      <param name="size">Specifies the LogicalSize.</param>
241
    </member>
242
    <member name="M:Leadtools.Forms.LogicalPoint.!=(Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalPoint)">
243
      <summary>Specifies whether this LogicalPoint does not contain the same coordinates or unit as the specified Object.</summary>
244
      <param name="left">The first LogicalPoint on the left side of the comparison operator.</param>
245
      <param name="right">The second LogicalPoint on the right side of the comparison operator.</param>
246
      <returns>true if the two LogicalLength do not have the same coordinates and unit of measurement; false, otherwise.</returns>
247
    </member>
248
    <member name="M:Leadtools.Forms.LogicalPoint.+(Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalSize)">
249
      <summary>Returns a LogicalPoint that results from adding the width and height of a LogicalSize structure to the X and Y coordinates of the LogicalPoint structure, respectively.</summary>
250
      <param name="point">Specifies the LogicalPoint.</param>
251
      <param name="size">Specifies the LogicalSize.</param>
252
    </member>
253
    <member name="M:Leadtools.Forms.LogicalPoint.==(Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalPoint)">
254
      <summary>Specifies whether this LogicalPoint contains the same coordinates and unit as the specified Object.</summary>
255
      <param name="left">The first LogicalPoint on the left side of the comparison operator.</param>
256
      <param name="right">The second LogicalPoint on the right side of the comparison operator.</param>
257
      <returns>true if the two LogicalPoint have the same coordinates and unit of measurement; false, otherwise.</returns>
258
    </member>
259
    <member name="M:Leadtools.Forms.LogicalPoint.Add(Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalSize)">
260
      <summary>Returns a LogicalPoint that results from adding the width and height of LogicalSize structure to the X and Y coordinates of the LogicalPoint structure, respectively.</summary>
261
      <param name="point">Specifies the LogicalPoint.</param>
262
      <param name="size">Specifies the LogicalSize.</param>
263
    </member>
264
    <member name="M:Leadtools.Forms.LogicalPoint.Convert(System.Double,System.Double,Leadtools.Forms.LogicalUnit,System.Double,System.Double)">
265
      <summary>Converts this LogicalPoint structure to the specified unit of measure.</summary>
266
      <param name="sourceDpiX">Represents the DPI of the source value along the x-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
267
      <param name="sourceDpiY">Represents the DPI of the source value along the y-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
268
      <param name="destinationUnit">The unit of measurement of the destination value.</param>
269
      <param name="destinationDpiX">Represents the DPI of the destination value along the x-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
270
      <param name="destinationDpiY">Represents the DPI of the destination value along the y-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
271
    </member>
272
    <member name="M:Leadtools.Forms.LogicalPoint.ConvertTo(System.Double,System.Double,Leadtools.Forms.LogicalUnit,System.Double,System.Double)">
273
      <summary>Returns this LogicalPoint structure, converted to its equivalent in the specified destination unit of measure.</summary>
274
      <param name="sourceDpiX">Represents the DPI of the source value along the x-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
275
      <param name="sourceDpiY">Represents the DPI of the source value along the y-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
276
      <param name="destinationUnit">The unit of measurement of the destination value.</param>
277
      <param name="destinationDpiX">Represents the DPI of the destination value along the x-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
278
      <param name="destinationDpiY">Represents the DPI of the destination value along the y-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
279
    </member>
280
    <member name="M:Leadtools.Forms.LogicalPoint.Equals(System.Object)">
281
      <summary>Specifies whether this LogicalSize contains the same coordinates and unit of measurement as the specified Object.</summary>
282
      <param name="obj">The object to be used in the comparison with the current object.</param>
283
      <returns>true if the two LogicalPoint have the same coordinates and unit of measurement; false, otherwise.</returns>
284
    </member>
285
    <member name="M:Leadtools.Forms.LogicalPoint.FromPoint(Leadtools.LeadPoint)">
286
      <summary>Creates a new LogicalPoint class object from explicit Leadtools.LeadPoint parameters.</summary>
287
      <param name="point">Specifies the LogicalPoint coordinates measured in Leadtools.Forms.LogicalUnit.Pixel.</param>
288
    </member>
289
    <member name="M:Leadtools.Forms.LogicalPoint.GetHashCode">
290
      <summary>Returns a hash code for this LogicalPoint structure. For information about this method, see System.Object.GetHashCode.</summary>
291
    </member>
292
    <member name="M:Leadtools.Forms.LogicalPoint.Subtract(Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalSize)">
293
      <summary>Returns a LogicalPoint that results from subtracting the width and height of a LogicalSize structure from the X and Y coordinates of the LogicalPoint structure, respectively.</summary>
294
      <param name="point">Specifies the LogicalPoint.</param>
295
      <param name="size">Specifies the LogicalSize.</param>
296
    </member>
297
    <member name="M:Leadtools.Forms.LogicalPoint.ToPoint(System.Double,System.Double)">
298
      <summary>Returns the Leadtools.LeadPoint of the LogicalPoint, converted to its equivalent values measured in Leadtools.Forms.LogicalUnit.Pixel.</summary>
299
      <param name="dpiX">Represents the DPI along the x-axis of the output Leadtools.LeadPoint.</param>
300
      <param name="dpiY">Represents the DPI along the y-axis of the output Leadtools.LeadPoint.</param>
301
    </member>
302
    <member name="M:Leadtools.Forms.LogicalPoint.ToString">
303
      <summary>Converts this LogicalPoint to a human-readable string.</summary>
304
    </member>
305
    <member name="P:Leadtools.Forms.LogicalPoint.IsEmpty">
306
      <summary>Gets a value indicating whether this LogicalPoint structure is empty.</summary>
307
      <value>true if this LogicalPoint structure is empty; false, otherwise.</value>
308
    </member>
309
    <member name="P:Leadtools.Forms.LogicalPoint.Unit">
310
      <summary>Gets or sets a value that represents the unit of measure for this LogicalPoint.</summary>
311
      <value>Unit of measurement</value>
312
    </member>
313
    <member name="P:Leadtools.Forms.LogicalPoint.X">
314
      <summary>Gets or sets a value that represents the X coordinate for this LogicalPoint.</summary>
315
      <value>The x-coordinate of this LogicalPoint.</value>
316
    </member>
317
    <member name="P:Leadtools.Forms.LogicalPoint.Y">
318
      <summary>Gets or sets a value that represents the Y coordinate for this LogicalPoint.</summary>
319
      <value>The y-coordinate of this LogicalPoint.</value>
320
    </member>
321
    <member name="F:Leadtools.Forms.LogicalPoint.Empty">
322
      <summary>Represents a new instance of the LogicalPoint with uninitialized members.</summary>
323
    </member>
324
    <member name="T:Leadtools.Forms.LogicalRectangle">
325
      <summary>Stores four floating-point numbers and a unit of measurement that represent the coordinates and size of a rectangle (X, Y, Width, and Height).</summary>
326
    </member>
327
    <member name="M:Leadtools.Forms.LogicalRectangle.#ctor(System.Double,System.Double,System.Double,System.Double,Leadtools.Forms.LogicalUnit)">
328
      <summary>Initializes a new instance of the LogicalRectangle class with the specified location, size, and unit.</summary>
329
      <param name="x">The x-coordinate of the upper-left corner of the LogicalRectangle.</param>
330
      <param name="y">The y-coordinate of the upper-left corner of the LogicalRectangle.</param>
331
      <param name="width">The width of the LogicalRectangle.</param>
332
      <param name="height">The height of the LogicalRectangle.</param>
333
      <param name="unit">Specifies the unit of measurement of the LogicalRectangle.</param>
334
    </member>
335
    <member name="M:Leadtools.Forms.LogicalRectangle.#ctor(Leadtools.LeadRect)">
336
      <summary>Initializes a new instance of the LogicalRectangle class with the specified rect.</summary>
337
      <param name="rect">The location and size of the rectangle measured in Leadtools.Forms.LogicalUnit.Pixel.</param>
338
    </member>
339
    <member name="M:Leadtools.Forms.LogicalRectangle.#ctor(Leadtools.Forms.LogicalPoint,Leadtools.Forms.LogicalSize)">
340
      <summary>Initializes a new instance of the LogicalRectangle class with the specified location and size.</summary>
341
      <param name="location">The coordinates of the upper-left corner of the rectangle.</param>
342
      <param name="size">The width and height of the rectangle.</param>
343
    </member>
344
    <member name="M:Leadtools.Forms.LogicalRectangle.!=(Leadtools.Forms.LogicalRectangle,Leadtools.Forms.LogicalRectangle)">
345
      <summary>Specifies whether this LogicalRectangle does not contain the same location, size, or unit as the specified Object.</summary>
346
      <param name="left">The first LogicalRectangle on the left side of the comparison operator.</param>
347
      <param name="right">The second LogicalRectangle on the right side of the comparison operator.</param>
348
      <returns>true if the two LogicalRectangle do not have the same location, size, and unit of measurement; false, otherwise.</returns>
349
    </member>
350
    <member name="M:Leadtools.Forms.LogicalRectangle.==(Leadtools.Forms.LogicalRectangle,Leadtools.Forms.LogicalRectangle)">
351
      <summary>Specifies whether this LogicalRectangle contains the same location, size, and unit as the specified Object.</summary>
352
      <param name="left">The first LogicalRectangle on the left side of the comparison operator.</param>
353
      <param name="right">The second LogicalRectangle on the right side of the comparison operator.</param>
354
      <returns>true if the two LogicalRectangle have the same location, size, and unit of measurement; false, otherwise.</returns>
355
    </member>
356
    <member name="M:Leadtools.Forms.LogicalRectangle.Contains(System.Double,System.Double)">
357
      <summary>Determines whether the specified point is contained within this LogicalRectangle structure.</summary>
358
      <param name="x">The x-coordinate of the point to test. It shold be in the same unit of measurement</param>
359
      <param name="y">The y-coordinate of the point to test. It shold be in the same unit of measurement</param>
360
      <returns>true if the specified point is contained within this LogicalRectangle; false, otherwise.</returns>
361
    </member>
362
    <member name="M:Leadtools.Forms.LogicalRectangle.Contains(Leadtools.LeadPoint)">
363
      <summary>Determines if the specified point is contained within this LogicalRectangle structure.</summary>
364
      <param name="pt">The Leadtools.LeadPoint structure to be tested.</param>
365
      <returns>This method returns true if the point represented by the *pt* parameter is contained within this LogicalRectangle structure; otherwise false.</returns>
366
    </member>
367
    <member name="M:Leadtools.Forms.LogicalRectangle.Contains(Leadtools.LeadRect)">
368
      <summary>Determines if the rectangular region represented by *rect* is entirely contained within this LogicalRectangle structure.</summary>
369
      <param name="rect">The Leadtools.LeadRect structure to be tested.</param>
370
      <returns>This method returns true if the rectangular region represented by *rect* is entirely contained within the rectangular region represented by this LogicalRectangle; otherwise false.</returns>
371
    </member>
372
    <member name="M:Leadtools.Forms.LogicalRectangle.Contains(Leadtools.Forms.LogicalPoint)">
373
      <summary>Determines if the specified point is contained within this LogicalPoint structure.</summary>
374
      <param name="pt">The LogicalPoint structure to be tested.</param>
375
      <returns>This method returns true if the point represented by the *pt* parameter is contained within this LogicalPoint structure; otherwise false.</returns>
376
    </member>
377
    <member name="M:Leadtools.Forms.LogicalRectangle.Contains(Leadtools.Forms.LogicalRectangle)">
378
      <summary>Determines if the rectangular region represented by *rect* is entirely contained within this LogicalRectangle structure.</summary>
379
      <param name="rect">The LogicalRectangle structure to be tested.</param>
380
      <returns>This method returns true if the rectangular region represented by *rect* is entirely contained within the rectangular region represented by this LogicalRectangle; otherwise false.</returns>
381
    </member>
382
    <member name="M:Leadtools.Forms.LogicalRectangle.Convert(System.Double,System.Double,Leadtools.Forms.LogicalUnit,System.Double,System.Double)">
383
      <summary>Returns this LogicalRectangle structure, converted to its equivalent in the specified destination unit of measure.</summary>
384
      <param name="sourceDpiX">Represents the DPI of the source value along the x-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
385
      <param name="sourceDpiY">Represents the DPI of the source value along the y-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
386
      <param name="destinationUnit">The unit of measurement of the destination value.</param>
387
      <param name="destinationDpiX">Represents the DPI of the destination value along the x-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
388
      <param name="destinationDpiY">Represents the DPI of the destination value along the y-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
389
    </member>
390
    <member name="M:Leadtools.Forms.LogicalRectangle.ConvertTo(System.Double,System.Double,Leadtools.Forms.LogicalUnit,System.Double,System.Double)">
391
      <summary>Returns this LogicalRectangle structure, converted to its equivalent in the specified destination unit of measure.</summary>
392
      <param name="sourceDpiX">Represents the DPI of the source value along the x-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
393
      <param name="sourceDpiY">Represents the DPI of the source value along the y-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
394
      <param name="destinationUnit">The unit of measurement of the destination value.</param>
395
      <param name="destinationDpiX">Represents the DPI of the destination value along the x-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
396
      <param name="destinationDpiY">Represents the DPI of the destination value along the y-axis. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
397
    </member>
398
    <member name="M:Leadtools.Forms.LogicalRectangle.Equals(System.Object)">
399
      <summary>Determines whether the specified object equals this LogicalRectangle object.</summary>
400
      <param name="obj">The System.Object to test.</param>
401
      <returns>true if the two LogicalRectangle have the same location, size, and unit of measurement; false, otherwise.</returns>
402
    </member>
403
    <member name="M:Leadtools.Forms.LogicalRectangle.FromLTRB(System.Double,System.Double,System.Double,System.Double,Leadtools.Forms.LogicalUnit)">
404
      <summary>Returns a LogicalRectangle structure with the specified edge locations and unit of measure.</summary>
405
      <param name="left">The x-coordinate of the upper-left corner of the LogicalRectangle.</param>
406
      <param name="top">The y-coordinate of the upper-left corner of the LogicalRectangle.</param>
407
      <param name="right">The x-coordinate of the lower-right corner of the LogicalRectangle.</param>
408
      <param name="bottom">The y-coordinate of the lower-right corner of the LogicalRectangle.</param>
409
      <param name="unit">Specifies the unit of measurement of the LogicalRectangle.</param>
410
    </member>
411
    <member name="M:Leadtools.Forms.LogicalRectangle.FromRectangle(Leadtools.LeadRect)">
412
      <summary>Returns a LogicalRectangle structure with the specified Leadtools.LeadRect in Leadtools.Forms.LogicalUnit.Pixel.</summary>
413
      <param name="rect">A Leadtools.LeadRect that specifies the location and size of the LogicalRectangle in Leadtools.Forms.LogicalUnit.Pixel.</param>
414
    </member>
415
    <member name="M:Leadtools.Forms.LogicalRectangle.GetHashCode">
416
      <summary>Returns the hash code for this LogicalRectangle structure.</summary>
417
    </member>
418
    <member name="M:Leadtools.Forms.LogicalRectangle.Inflate(System.Double,System.Double)">
419
      <summary>Inflates a LogicalRectangle structure by the specified amount.</summary>
420
      <param name="x">The amount to inflate this LogicalRectangle horizontally.</param>
421
      <param name="y">The amount to inflate this LogicalRectangle vertically.</param>
422
    </member>
423
    <member name="M:Leadtools.Forms.LogicalRectangle.Inflate(Leadtools.Forms.LogicalRectangle,System.Double,System.Double)">
424
      <summary>Creates and returns an inflated copy of the specified LogicalRectangle structure. The copy is inflated by the specified amount. The original rectangle remains unmodified.</summary>
425
      <param name="rect">The LogicalRectangle to be copied. This rectangle is not modified.</param>
426
      <param name="x">The amount to inflate the copy of the rectangle along the x-axis.</param>
427
      <param name="y">The amount to inflate the copy of the rectangle along the y-axis.</param>
428
      <returns>The inflated LogicalRectangle structure.</returns>
429
    </member>
430
    <member name="M:Leadtools.Forms.LogicalRectangle.Inflate(Leadtools.Forms.LogicalSize)">
431
      <summary>Inflates this LogicalRectangle structure by the specified amount.</summary>
432
      <param name="size">The amount to inflate this rectangle.</param>
433
    </member>
434
    <member name="M:Leadtools.Forms.LogicalRectangle.Intersect(Leadtools.LeadRect)">
435
      <summary>Determines the LogicalRectangle structure that represents the intersection of two rectangles.</summary>
436
      <param name="rect">The LogicalRectangle with which to intersect.</param>
437
    </member>
438
    <member name="M:Leadtools.Forms.LogicalRectangle.Intersect(Leadtools.Forms.LogicalRectangle)">
439
      <summary>Replaces this LogicalRectangle structure with the intersection of itself and the specified LogicalRectangle structure.</summary>
440
      <param name="rect">The rectangle to intersect.</param>
441
    </member>
442
    <member name="M:Leadtools.Forms.LogicalRectangle.Intersect(Leadtools.Forms.LogicalRectangle,Leadtools.Forms.LogicalRectangle)">
443
      <summary>Returns an LogicalRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.</summary>
444
      <param name="rect1">A rectangle to intersect.</param>
445
      <param name="rect2">A rectangle to intersect</param>
446
      <returns>A third LogicalRectangle structure the size of which represents the overlapped area of the two specified rectangles.</returns>
447
    </member>
448
    <member name="M:Leadtools.Forms.LogicalRectangle.IntersectsWith(Leadtools.LeadRect)">
449
      <summary>Determines whether this rectangle intersects with rect.</summary>
450
      <param name="rect">The rectangle to test.</param>
451
      <returns>true if the \rect\ intersects with this LogicalRectangle; false, otherwise.</returns>
452
    </member>
453
    <member name="M:Leadtools.Forms.LogicalRectangle.IntersectsWith(Leadtools.Forms.LogicalRectangle)">
454
      <summary>Determines if this rectangle intersects with a test rectangle.</summary>
455
      <param name="rect">The rectangle to test.</param>
456
      <returns>This method returns true if there is any intersection; false otherwise.</returns>
457
    </member>
458
    <member name="M:Leadtools.Forms.LogicalRectangle.Offset(System.Double,System.Double)">
459
      <summary>Adjusts the location of this rectangle by the specified amounts.</summary>
460
      <param name="x">The amount to offset the location horizontally.</param>
461
      <param name="y">The amount to offset the location vertically.</param>
462
    </member>
463
    <member name="M:Leadtools.Forms.LogicalRectangle.Offset(Leadtools.LeadPoint)">
464
      <summary>Adjusts the location of this LogicalRectangle by the specified amount.</summary>
465
      <param name="pos">Amount to offset the location.</param>
466
    </member>
467
    <member name="M:Leadtools.Forms.LogicalRectangle.Offset(Leadtools.Forms.LogicalPoint)">
468
      <summary>Adjusts the location of this rectangle by the specified amount.</summary>
469
      <param name="pt">The amount to offset the location.</param>
470
    </member>
471
    <member name="M:Leadtools.Forms.LogicalRectangle.ToRectangle(System.Double,System.Double)">
472
      <summary>Returns a Leadtools.LeadRect that represents this LogicalRectangle structure, converted to its equivalent in Leadtools.Forms.LogicalUnit.Pixel.</summary>
473
      <param name="dpiX">Represents the DPI along the x-axis.</param>
474
      <param name="dpiY">Represents the DPI along the y-axis.</param>
475
    </member>
476
    <member name="M:Leadtools.Forms.LogicalRectangle.ToString">
477
      <summary>Converts the attributes of this LogicalRectangle to a human-readable string.</summary>
478
    </member>
479
    <member name="M:Leadtools.Forms.LogicalRectangle.Union(Leadtools.Forms.LogicalRectangle,Leadtools.Forms.LogicalRectangle)">
480
      <summary>Gets a Rectangle structure that contains the union of two Rectangle structures.</summary>
481
      <param name="rect1">A rectangle to union.</param>
482
      <param name="rect2">A rectangle to union.</param>
483
    </member>
484
    <member name="P:Leadtools.Forms.LogicalRectangle.Bottom">
485
      <summary>Gets the y-coordinate that is the sum of the Y and Height property values of this LogicalRectangle structure.</summary>
486
      <value>The bottom edge of this LogicalRectangle.</value>
487
    </member>
488
    <member name="P:Leadtools.Forms.LogicalRectangle.Height">
489
      <summary>Gets or sets the height of this LogicalRectangle structure.</summary>
490
      <value>Value that indicates the height of the rectangle.</value>
491
    </member>
492
    <member name="P:Leadtools.Forms.LogicalRectangle.IsEmpty">
493
      <summary>Tests whether all numeric properties of this LogicalRectangle have values of zero.</summary>
494
      <value>true if this LogicalRectangle structure is empty; false, otherwise.</value>
495
    </member>
496
    <member name="P:Leadtools.Forms.LogicalRectangle.Left">
497
      <summary>Gets the x-coordinate of the left edge of this LogicalRectangle structure.</summary>
498
      <value>The left edge of this LogicalRectangle.</value>
499
    </member>
500
    <member name="P:Leadtools.Forms.LogicalRectangle.Location">
501
      <summary>Gets or sets the coordinates of the upper-left corner of this LogicalRectangle structure.</summary>
502
      <value>The upper-left corner coordinates of this LogicalRectangle.</value>
503
    </member>
504
    <member name="P:Leadtools.Forms.LogicalRectangle.Right">
505
      <summary>Gets the x-coordinate that is the sum of the X and the Width property values of this LogicalRectangle structure.</summary>
506
      <value>The right edge of this LogicalRectangle.</value>
507
    </member>
508
    <member name="P:Leadtools.Forms.LogicalRectangle.Size">
509
      <summary>Gets or sets the size of this LogicalRectangle.</summary>
510
      <value>The width and height of this LogicalRectangle.</value>
511
    </member>
512
    <member name="P:Leadtools.Forms.LogicalRectangle.Top">
513
      <summary>Gets the y-coordinate of the top edge of this LogicalRectangle structure.</summary>
514
      <value>The top edge of this LogicalRectangle.</value>
515
    </member>
516
    <member name="P:Leadtools.Forms.LogicalRectangle.Unit">
517
      <summary>Gets or sets a value that represents the unit of measure for this LogicalRectangle.</summary>
518
      <value>Unit of measurement</value>
519
    </member>
520
    <member name="P:Leadtools.Forms.LogicalRectangle.Width">
521
      <summary>Gets or sets the width of this LogicalRectangle structure.</summary>
522
      <value>Value that indicates the width of the rectangle.</value>
523
    </member>
524
    <member name="P:Leadtools.Forms.LogicalRectangle.X">
525
      <summary>Gets or sets the x-coordinate of the upper-left corner of this LogicalRectangle structure.</summary>
526
      <value>The x-coordinate of this LogicalRectangle.</value>
527
    </member>
528
    <member name="P:Leadtools.Forms.LogicalRectangle.Y">
529
      <summary>Gets or sets the y-coordinate of the upper-left corner of this LogicalRectangle structure.</summary>
530
      <value>The y-coordinate of this LogicalRectangle.</value>
531
    </member>
532
    <member name="F:Leadtools.Forms.LogicalRectangle.Empty">
533
      <summary>Represents a new instance of the LogicalRectangle with uninitialized members.</summary>
534
    </member>
535
    <member name="T:Leadtools.Forms.LogicalSize">
536
      <summary>Stores two floating-point numbers and a unit of measurement that represents the size (Width and Height).</summary>
537
    </member>
538
    <member name="M:Leadtools.Forms.LogicalSize.#ctor(System.Double,System.Double,Leadtools.Forms.LogicalUnit)">
539
      <summary>Initializes a new LogicalSize class object with explicit parameters.</summary>
540
      <param name="width">Specifies the width of the LogicalSize.</param>
541
      <param name="height">Specifies the height of the LogicalSize.</param>
542
      <param name="unit">Specifies the unit of measurement of the LogicalSize.</param>
543
    </member>
544
    <member name="M:Leadtools.Forms.LogicalSize.#ctor(Leadtools.LeadSize)">
545
      <summary>Initializes a new LogicalSize class object with explicit Leadtools.LeadSize parameters.</summary>
546
      <param name="size">Specifies the LogicalSize width and height values measured in Leadtools.Forms.LogicalUnit.Pixel.</param>
547
    </member>
548
    <member name="M:Leadtools.Forms.LogicalSize.#ctor(Leadtools.Forms.LogicalPoint)">
549
      <summary>Initializes a new LogicalSize class object with explicit LogicalPoint parameters.</summary>
550
      <param name="pt">LogicalPoint specifies the width, height, and the unit of measurement of the LogicalSize through its X-componenet, Y-component, and LogicalUnit, respectively.</param>
551
    </member>
552
    <member name="M:Leadtools.Forms.LogicalSize.-(Leadtools.Forms.LogicalSize,Leadtools.Forms.LogicalSize)">
553
      <summary>Subtracts the width and height of the specified LogicalSize object from this LogicalSize structure.</summary>
554
      <param name="size1">The first LogicalSize on the left side of the subtraction operator.</param>
555
      <param name="size2">The second LogicalSize on the right side of the subtraction operator.</param>
556
    </member>
557
    <member name="M:Leadtools.Forms.LogicalSize.!=(Leadtools.Forms.LogicalSize,Leadtools.Forms.LogicalSize)">
558
      <summary>Specifies whether this LogicalSize does not contain the same width, height, or unit as the specified Object.</summary>
559
      <param name="size1">The first LogicalSize to be used in the comparison.</param>
560
      <param name="size2">The second LogicalSize to be used in the comparison.</param>
561
      <returns>true if the two LogicalSize do not have the same width, height, and unit of measurement; otherwise, false.</returns>
562
    </member>
563
    <member name="M:Leadtools.Forms.LogicalSize.+(Leadtools.Forms.LogicalSize,Leadtools.Forms.LogicalSize)">
564
      <summary>Adds the width and height of the specified LogicalSize object to this LogicalSize structure.</summary>
565
      <param name="size1">The first LogicalSize being added.</param>
566
      <param name="size2">The second LogicalSize being added.</param>
567
    </member>
568
    <member name="M:Leadtools.Forms.LogicalSize.==(Leadtools.Forms.LogicalSize,Leadtools.Forms.LogicalSize)">
569
      <summary>Specifies whether this LogicalSize contains the same width, height, and unit as the specified Object.</summary>
570
      <param name="size1">The first LogicalSize to be used in the comparison.</param>
571
      <param name="size2">The second LogicalSize to be used in the comparison.</param>
572
      <returns>true if the two LogicalSize have the same width, height, and unit of measurement; otherwise, false.</returns>
573
    </member>
574
    <member name="M:Leadtools.Forms.LogicalSize.Add(Leadtools.Forms.LogicalSize,Leadtools.Forms.LogicalSize)">
575
      <summary>Adds the width and height of one LogicalSize structure to another LogicalSize structure.</summary>
576
      <param name="size1">The first LogicalSize being added.</param>
577
      <param name="size2">The second LogicalSize being added.</param>
578
    </member>
579
    <member name="M:Leadtools.Forms.LogicalSize.Convert(System.Double,System.Double,Leadtools.Forms.LogicalUnit,System.Double,System.Double)">
580
      <summary>Converts this LogicalSize structure to the specified unit of measure.</summary>
581
      <param name="sourceDpiX">Represents the DPI of the source value along the x-axis (width). This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
582
      <param name="sourceDpiY">Represents the DPI of the source value along the y-axis (height). This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
583
      <param name="destinationUnit">The unit of measurement of the destination value.</param>
584
      <param name="destinationDpiX">Represents the DPI of the destination value along the x-axis (width). This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
585
      <param name="destinationDpiY">Represents the DPI of the destination value along the x-axis (width). This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
586
    </member>
587
    <member name="M:Leadtools.Forms.LogicalSize.ConvertTo(System.Double,System.Double,Leadtools.Forms.LogicalUnit,System.Double,System.Double)">
588
      <summary>Returns a new LogicalSize in the specified destination unit of measure that is the equivalent of the current (source) LogicalSize.</summary>
589
      <param name="sourceDpiX">Represents the DPI along the x-axis (Width) of the source LogicalSize. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel</param>
590
      <param name="sourceDpiY">Represents the DPI along the y-axis (Height) of the source LogicalSize. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
591
      <param name="destinationUnit">The unit of measurement of the destination LogicalSize.</param>
592
      <param name="destinationDpiX">Represents the DPI along the x-axis (Width) of the destination LogicalSize. This value is only used if the destination unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
593
      <param name="destinationDpiY">Represents the DPI along the y-axis (Height) of the destination LogicalSize. This value is only used if the destination unit of measure is Leadtools.Forms.LogicalUnit.Pixel.</param>
594
      <returns>A new LogicalSize in the specified destination unit of measure that is the equivalent of the current (source) LogicalSize.</returns>
595
    </member>
596
    <member name="M:Leadtools.Forms.LogicalSize.Equals(System.Object)">
597
      <summary>Specifies whether this LogicalSize contains the same width, height and unit as the specified Object.</summary>
598
      <param name="obj">The object to be used in the comparison with the current object.</param>
599
      <returns>true if the \obj\ has the same width, height, and unit of measurement of this LogicalSize; otherwise, false.</returns>
600
    </member>
601
    <member name="M:Leadtools.Forms.LogicalSize.explicit(Leadtools.Forms.LogicalSize)">
602
      <summary>Returns a LogicalPoint containing the following LogicalSize properties: width, height, and unit in its x, y, and unit, respectively.</summary>
603
      <param name="size">The LogicalSize object to be converted.</param>
604
    </member>
605
    <member name="M:Leadtools.Forms.LogicalSize.FromSize(Leadtools.LeadSize)">
606
      <summary>Creates a new LogicalSize class object from explicit Leadtools.LeadSize parameters.</summary>
607
      <param name="size">Specifies the LogicalSize width and height values measured in Leadtools.Forms.LogicalUnit.Pixel.</param>
608
    </member>
609
    <member name="M:Leadtools.Forms.LogicalSize.GetHashCode">
610
      <summary>Returns a hash code for this LogicalSize structure. For information about this method, see System.Object.GetHashCode.</summary>
611
    </member>
612
    <member name="M:Leadtools.Forms.LogicalSize.Subtract(Leadtools.Forms.LogicalSize,Leadtools.Forms.LogicalSize)">
613
      <summary>Subtracts the width and height of one LogicalSize structure from another LogicalSize structure.</summary>
614
      <param name="size1">The first LogicalSize on the left side of the subtraction operator.</param>
615
      <param name="size2">The second LogicalSize on the right side of the subtraction operator.</param>
616
    </member>
617
    <member name="M:Leadtools.Forms.LogicalSize.ToLogicalPoint">
618
      <summary>Returns a logical point with the Width as its X-component, the Height as its Y-component, and the unit of measurement.</summary>
619
      <returns>A logical point with the Width as its X-component, the Height as its Y-component, and the unit of measurement.</returns>
620
    </member>
621
    <member name="M:Leadtools.Forms.LogicalSize.ToSize(System.Double,System.Double)">
622
      <summary>Returns the Leadtools.LeadSize of the LogicalSize, converted to its equivalent values measured in Leadtools.Forms.LogicalUnit.Pixel.</summary>
623
      <param name="dpiX">Represents the DPI along the x-axis (Width) of the output Leadtools.LeadSize.</param>
624
      <param name="dpiY">Represents the DPI along the y-axis (Height) of the output Leadtools.LeadSize.</param>
625
    </member>
626
    <member name="M:Leadtools.Forms.LogicalSize.ToString">
627
      <summary>Converts this LogicalSize to a human-readable string.</summary>
628
    </member>
629
    <member name="P:Leadtools.Forms.LogicalSize.Height">
630
      <summary>Gets or sets a value that represents the height for this LogicalSize.</summary>
631
      <value>Value that indicates the height of the size.</value>
632
    </member>
633
    <member name="P:Leadtools.Forms.LogicalSize.IsEmpty">
634
      <summary>Gets a value indicating whether this LogicalSize structure is empty.</summary>
635
      <value>true if this LogicalSize structure is empty; otherwise, false.</value>
636
    </member>
637
    <member name="P:Leadtools.Forms.LogicalSize.Unit">
638
      <summary>Gets or sets a value that represents the unit of measure for this LogicalSize.</summary>
639
      <value>The unit of measurement.</value>
640
    </member>
641
    <member name="P:Leadtools.Forms.LogicalSize.Width">
642
      <summary>Gets or sets a value that represents the width for this LogicalSize.</summary>
643
      <value>Value that indicates the width of the size.</value>
644
    </member>
645
    <member name="F:Leadtools.Forms.LogicalSize.Empty">
646
      <summary>Represents a new instance of the LogicalSize with uninitialized members.</summary>
647
    </member>
648
  </members>
649
</doc>
클립보드 이미지 추가 (최대 크기: 500 MB)