-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenTK.Utilities.xml
840 lines (839 loc) · 48.9 KB
/
OpenTK.Utilities.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
<?xml version="1.0"?>
<doc>
<assembly>
<name>OpenTK.Utilities</name>
</assembly>
<members>
<member name="T:OpenTK.IPackable`1">
<summary>
Represents an item that can be packed with the TexturePacker.
</summary>
<typeparam name="T">The type of the packable item.</typeparam>
</member>
<member name="M:OpenTK.TexturePacker`1.Add(`0,System.Drawing.Rectangle@)">
<summary>
Packs the given item into the free space of the TexturePacker.
</summary>
<param name="item">The item to pack.</param>
<returns>A System.Drawing.Rectangle containing the coordinates of the packed item.</returns>
<exception cref="T:System.InvalidOperationException">Occurs if the item is larger than the available TexturePacker area</exception>
<exception cref="T:System.ArgumentException">Occurs if the item already exists in the TexturePacker.</exception>
</member>
<member name="M:OpenTK.TexturePacker`1.Clear">
<summary>
Discards all packed items.
</summary>
</member>
<member name="M:OpenTK.TexturePacker`1.ChangeSize(System.Int32,System.Int32)">
<summary>
Changes the dimensions of the TexturePacker surface.
</summary>
<param name="new_width">The new width of the TexturePacker surface.</param>
<param name="new_height">The new height of the TexturePacker surface.</param>
<remarks>Changing the size of the TexturePacker surface will implicitly call TexturePacker.Clear().</remarks>
<seealso cref="M:OpenTK.TexturePacker`1.Clear"/>
</member>
<member name="T:OpenTK.Audio.AudioReader">
<summary>
Encapsulates a sound stream and provides decoding and streaming capabilities.
</summary>
<typeparam name="SampleType"></typeparam>
</member>
<member name="M:OpenTK.Audio.AudioReader.#ctor(System.String)">
<summary>Creates a new AudioReader that can read the specified sound file.</summary>
<param name="filename">The path to the sound file.</param>
<returns>A new OpenTK.Audio.AudioReader, which can be used to read from the specified sound file.</returns>
</member>
<member name="M:OpenTK.Audio.AudioReader.#ctor(System.IO.Stream)">
<summary>Creates a new AudioReader that can read the specified soundstream.</summary>
<param name="s">The System.IO.Stream to read from.</param>
<returns>A new OpenTK.Audio.AudioReader, which can be used to read from the specified sound stream.</returns>
</member>
<member name="M:OpenTK.Audio.AudioReader.Supports(System.IO.Stream)">
<summary>When overriden in a derived class, checks if the decoder supports the specified sound stream.</summary>
<param name="s">The System.IO.Stream to check.</param>
<returns>True if the sound stream is supported; false otherwise.</returns>
</member>
<member name="M:OpenTK.Audio.AudioReader.ReadSamples(System.Int64)">
<summary>
When overriden in a derived class, reads and decodes the specified number of samples from the sound stream.
</summary>
<param name="samples">The number of samples to read and decode.</param>
<returns>An OpenTK.Audio.SoundData object that contains the decoded buffer.</returns>
</member>
<member name="M:OpenTK.Audio.AudioReader.ReadToEnd">
<summary>
When overriden in a derived class, reads and decodes the sound stream.
</summary>
<returns>An OpenTK.Audio.SoundData object that contains the decoded buffer.</returns>
</member>
<member name="M:OpenTK.Audio.AudioReader.Dispose">
<summary>Closes the underlying Stream and disposes of the AudioReader resources.</summary>
</member>
<member name="P:OpenTK.Audio.AudioReader.Frequency">
<summary>
</summary>
</member>
<member name="T:OpenTK.Audio.AudioReaderException">
<summary>Represents exceptions related to OpenTK.Audio.AudioReader objects.</summary>
</member>
<member name="M:OpenTK.Audio.AudioReaderException.#ctor">
<summary>Constructs a new AudioReaderException.</summary>
</member>
<member name="M:OpenTK.Audio.AudioReaderException.#ctor(System.String)">
<summary>Constructs a new AudioReaderException with the specified error message.</summary>
<param name="message">The error message of the AudioReaderException.</param>
</member>
<member name="M:OpenTK.Audio.WaveReader.Supports(System.IO.Stream)">
<summary>
Checks whether the specified stream contains valid WAVE/RIFF buffer.
</summary>
<param name="s">The System.IO.Stream to check.</param>
<returns>True if the stream is a valid WAVE/RIFF file; false otherwise.</returns>
</member>
<member name="M:OpenTK.Audio.WaveReader.ReadSamples(System.Int64)">
<summary>
Reads and decodes the specified number of samples from the sound stream.
</summary>
<param name="samples">The number of samples to read and decode.</param>
<returns>An OpenTK.Audio.SoundData object that contains the decoded buffer.</returns>
</member>
<member name="M:OpenTK.Audio.WaveReader.ReadToEnd">
<summary>
Reads and decodes the sound stream.
</summary>
<returns>An OpenTK.Audio.SoundData object that contains the decoded buffer.</returns>
</member>
<member name="T:OpenTK.Graphics.TextHandle">
<summary>
Represents a handle to cached text.
</summary>
</member>
<member name="M:OpenTK.Graphics.TextHandle.#ctor(System.Int32)">
<summary>
Constructs a new TextHandle,
</summary>
<param name="handle"></param>
</member>
<member name="M:OpenTK.Graphics.TextHandle.ToString">
<summary>
Returns a System.String that represents the current TextHandle.
</summary>
<returns>a System.String that descibes the current TextHandle.</returns>
</member>
<member name="M:OpenTK.Graphics.TextHandle.Dispose">
<summary>
Frees the resource consumed by the TextHandle.
</summary>
</member>
<member name="P:OpenTK.Graphics.TextHandle.Handle">
<summary>
Gets the handle of the cached text run. Call the OpenTK.Graphics.ITextPrinter.Draw() method
to draw the text represented by this TextHandle.
</summary>
</member>
<member name="P:OpenTK.Graphics.TextHandle.Font">
<summary>
Gets the TextureFont used for this text run.
</summary>
</member>
<member name="T:OpenTK.Graphics.DisplayListTextPrinter">
<summary>
Provides text printing through OpenGL 1.1 Display Lists.
</summary>
</member>
<member name="T:OpenTK.Graphics.ITextPrinterImplementation">
<summary>
Defines the interface for TextPrinter implementations.
</summary>
</member>
<member name="M:OpenTK.Graphics.ITextPrinterImplementation.Load(OpenTK.Math.Vector2[],System.UInt16[],System.Int32)">
<summary>
Caches a text fragment for future use.
</summary>
<param name="vertices">The vertex array for the text fragment.</param>
<param name="indices">The index array for the text fragment. Please use the indexCount parameter
instead of indices.Count, as the indices array may be larger than necessary for performance reasons.</param>
<param name="indexCount">The actual number of indices in the text fragment.</param>
<returns>A TextHandle that can be used to draw the text fragment.</returns>
</member>
<member name="M:OpenTK.Graphics.ITextPrinterImplementation.Draw(OpenTK.Graphics.TextHandle)">
<summary>
Draws the specified cached text fragment.
</summary>
<param name="handle">The TextHandle corresponding to the desired text fragment.</param>
</member>
<member name="M:OpenTK.Graphics.ITextPrinterImplementation.Draw(OpenTK.Math.Vector2[],System.UInt16[],System.Int32)">
<summary>
Draws a text fragment, without caching.
</summary>
<param name="vertices">The vertex array for the text fragment.</param>
<param name="indices">The index array for the text fragment. Please use the indexCount parameter
instead of indices.Count, as the indices array may be larger than necessary for performance reasons.</param>
<param name="indexCount">The actual number of indices in the text fragment.</param>
</member>
<member name="T:OpenTK.Graphics.Glyph">
<summary>
Represents a single character of a specific Font.
</summary>
</member>
<member name="M:OpenTK.Graphics.Glyph.#ctor(System.Char,System.Drawing.Font,System.Drawing.SizeF)">
<summary>
Constructs a new Glyph that represents the given character and Font.
</summary>
<param name="c">The character to represent.</param>
<param name="f">The Font of the character.</param>
</member>
<member name="M:OpenTK.Graphics.Glyph.Equals(System.Object)">
<summary>
Checks whether the given object is equal (memberwise) to the current Glyph.
</summary>
<param name="obj">The obj to check.</param>
<returns>True, if the object is identical to the current Glyph.</returns>
</member>
<member name="M:OpenTK.Graphics.Glyph.ToString">
<summary>
Describes this Glyph object.
</summary>
<returns>Returns a System.String describing this Glyph.</returns>
</member>
<member name="M:OpenTK.Graphics.Glyph.GetHashCode">
<summary>
Calculates the hashcode for this Glyph.
</summary>
<returns>A System.Int32 containing a hashcode that uniquely identifies this Glyph.</returns>
</member>
<member name="M:OpenTK.Graphics.Glyph.Equals(OpenTK.Graphics.Glyph)">
<summary>
Compares the current Glyph with the given Glyph.
</summary>
<param name="other">The Glyph to compare to.</param>
<returns>True if both Glyphs represent the same character of the same Font, false otherwise.</returns>
</member>
<member name="P:OpenTK.Graphics.Glyph.Character">
<summary>
Gets the character represented by this Glyph.
</summary>
</member>
<member name="P:OpenTK.Graphics.Glyph.Font">
<summary>
Gets the Font of this Glyph.
</summary>
</member>
<member name="P:OpenTK.Graphics.Glyph.Size">
<summary>
Gets the size of this Glyph.
</summary>
</member>
<member name="P:OpenTK.Graphics.Glyph.Rectangle">
<summary>
Gets the bounding box of this Glyph.
</summary>
</member>
<member name="P:OpenTK.Graphics.Glyph.Width">
<summary>
Gets an integer representing the width of the Glyph in pixels.
</summary>
</member>
<member name="P:OpenTK.Graphics.Glyph.Height">
<summary>
Gets an integer representing the height of the Glyph in pixels.
</summary>
</member>
<member name="M:OpenTK.Graphics.TextureFont.#ctor(System.Drawing.Font)">
<summary>
Constructs a new TextureFont, using the specified System.Drawing.Font.
</summary>
<param name="font">The System.Drawing.Font to use.</param>
</member>
<member name="M:OpenTK.Graphics.TextureFont.#ctor(System.Drawing.FontFamily,System.Single)">
<summary>
Constructs a new TextureFont, using the specified parameters.
</summary>
<param name="font">The System.Drawing.FontFamily to use for the typeface.</param>
<param name="emSize">The em size to use for the typeface.</param>
</member>
<member name="M:OpenTK.Graphics.TextureFont.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle)">
<summary>
Constructs a new TextureFont, using the specified parameters.
</summary>
<param name="font">The System.Drawing.FontFamily to use for the typeface.</param>
<param name="emSize">The em size to use for the typeface.</param>
<param name="family">The style to use for the typeface.</param>
</member>
<member name="M:OpenTK.Graphics.TextureFont.LoadGlyphs(System.String)">
<summary>
Prepares the specified glyphs for rendering.
</summary>
<param name="glyphs">The glyphs to prepare for rendering.</param>
</member>
<member name="M:OpenTK.Graphics.TextureFont.LoadGlyph(System.Char)">
<summary>
Prepares the specified glyph for rendering.
</summary>
<param name="glyphs">The glyph to prepare for rendering.</param>
</member>
<member name="M:OpenTK.Graphics.TextureFont.GlyphData(System.Char,System.Single@,System.Single@,System.Drawing.RectangleF@,System.Int32@)">
<summary>
Returns the characteristics of a loaded glyph.
</summary>
<param name="glyph">The character corresponding to this glyph.</param>
<param name="width">The width of this glyph.</param>
<param name="height">The height of this glyph (line spacing).</param>
<param name="textureRectangle">The bounding box of the texture buffer of this glyph.</param>
<param name="texture">The handle to the texture that contains this glyph.</param>
<returns>True if the glyph has been loaded, false otherwise.</returns>
<seealso cref="M:OpenTK.Graphics.TextureFont.LoadGlyphs(System.String)"/>
</member>
<member name="M:OpenTK.Graphics.TextureFont.MeasureString(System.String,System.Single@,System.Single@,System.Boolean)">
<summary>
Measures the width of the specified string.
</summary>
<param name="str">The string to measure.</param>
<param name="width">The measured width.</param>
<param name="height">The measured height.</param>
<param name="accountForOverhangs">If true, adds space to account for glyph overhangs. Set to true if you wish to measure a complete string. Set to false if you wish to perform layout on adjacent strings.</param>
</member>
<member name="M:OpenTK.Graphics.TextureFont.MeasureString(System.String,System.Single@,System.Single@)">
<summary>
Measures the width of the specified string.
</summary>
<param name="str">The string to measure.</param>
<param name="width">The measured width.</param>
<param name="height">The measured height.</param>
<seealso cref="!:public void MeasureString(string str, out float width, out float height, bool accountForOverhangs)"/>
</member>
<member name="M:OpenTK.Graphics.TextureFont.MeasureText(System.String)">
<summary>
Calculates size information for the specified text.
</summary>
<param name="text">The string to measure.</param>
<returns>A RectangleF containing the bounding box for the specified text.</returns>
</member>
<member name="M:OpenTK.Graphics.TextureFont.MeasureText(System.String,System.Drawing.SizeF)">
<summary>
Calculates size information for the specified text.
</summary>
<param name="text">The string to measure.</param>
<param name="bounds">A SizeF structure containing the maximum desired width and height of the text. Default is SizeF.Empty.</param>
<returns>A RectangleF containing the bounding box for the specified text.</returns>
</member>
<member name="M:OpenTK.Graphics.TextureFont.MeasureText(System.String,System.Drawing.SizeF,System.Drawing.StringFormat)">
<summary>
Calculates size information for the specified text.
</summary>
<param name="text">The string to measure.</param>
<param name="bounds">A SizeF structure containing the maximum desired width and height of the text. Pass SizeF.Empty to disable wrapping calculations. A width or height of 0 disables the relevant calculation.</param>
<param name="format">A StringFormat object which specifies the measurement format of the string. Pass null to use the default StringFormat (StringFormat.GenericTypographic).</param>
<returns>A RectangleF containing the bounding box for the specified text.</returns>
</member>
<member name="M:OpenTK.Graphics.TextureFont.MeasureText(System.String,System.Drawing.SizeF,System.Drawing.StringFormat,System.Collections.Generic.List{System.Drawing.RectangleF})">
<summary>
Calculates size information for the specified text.
</summary>
<param name="text">The string to measure.</param>
<param name="bounds">A SizeF structure containing the maximum desired width and height of the text. Pass SizeF.Empty to disable wrapping calculations. A width or height of 0 disables the relevant calculation.</param>
<param name="format">A StringFormat object which specifies the measurement format of the string. Pass null to use the default StringFormat (StringFormat.GenericDefault).</param>
<param name="ranges">Fills the specified IList of RectangleF structures with position information for individual characters. If this argument is null, these calculations are skipped.</param>
<returns>A RectangleF containing the bounding box for the specified text.</returns>
</member>
<member name="M:OpenTK.Graphics.TextureFont.PrepareTexturePacker">
<summary>
Calculates the optimal size for the font texture and TexturePacker, and creates both.
</summary>
</member>
<member name="M:OpenTK.Graphics.TextureFont.Dispose">
<summary>
Releases all resources used by this OpenTK.Graphics.TextureFont.
</summary>
</member>
<member name="P:OpenTK.Graphics.TextureFont.Height">
<summary>
Gets a float indicating the default line spacing of this font.
</summary>
</member>
<member name="P:OpenTK.Graphics.TextureFont.Width">
<summary>
Gets a float indicating the default size of this font, in points.
</summary>
</member>
<member name="P:OpenTK.Graphics.TextureFont.Texture">
<summary>
Gets the handle to the texture were this font resides.
</summary>
</member>
<member name="T:OpenTK.Graphics.VboTextPrinter">
<summary>
Provides text printing through OpenGL 1.5 vertex buffer objects.
</summary>
</member>
<member name="T:OpenTK.Graphics.VboTextHandle">
<summary>
Contains the necessary information to print text through the VboTextPrinter implementation.
</summary>
</member>
<member name="T:OpenTK.Graphics.AlphaTexture2D">
<summary>
Encapsulates an OpenGL texture.
</summary>
</member>
<member name="T:OpenTK.Graphics.IGraphicsResource">
<summary>
Defines a common interface to all OpenGL resources.
</summary>
</member>
<member name="P:OpenTK.Graphics.IGraphicsResource.Context">
<summary>
Gets the GraphicsContext that owns this resource.
</summary>
</member>
<member name="P:OpenTK.Graphics.IGraphicsResource.Id">
<summary>
Gets the Id of this IGraphicsResource.
</summary>
</member>
<member name="P:OpenTK.Graphics.Texture2D.Width">
<summary>Gets the width of the texture.</summary>
</member>
<member name="P:OpenTK.Graphics.Texture2D.Height">
<summary>Gets the height of the texture.</summary>
</member>
<member name="M:OpenTK.Graphics.AlphaTexture2D.#ctor(System.Int32,System.Int32)">
<summary>
Constructs a new Texture.
</summary>
</member>
<member name="T:OpenTK.Graphics.GraphicsResourceException">
<summary>
Represents exceptions related to IGraphicsResources.
</summary>
</member>
<member name="M:OpenTK.Graphics.GraphicsResourceException.#ctor">
<summary>Constructs a new GraphicsResourceException.</summary>
</member>
<member name="M:OpenTK.Graphics.GraphicsResourceException.#ctor(System.String)">
<summary>Constructs a new string with the specified error message.</summary>
</member>
<member name="T:OpenTK.Graphics.ITextPrinter">
<summary>
Defines the interface for a TextPrinter.
</summary>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to print text.</param>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions,OpenTK.Graphics.TextAlignment)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to print text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to print text.</param>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions,OpenTK.Graphics.TextAlignment,OpenTK.Graphics.TextDirection)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to print text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to print text.</param>
<param name="direction">The OpenTK.Graphics.TextDirection that will be used to print text.</param>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Measure(System.String,System.Drawing.Font)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Measure(System.String,System.Drawing.Font,System.Drawing.RectangleF)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to measure text.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Measure(System.String,System.Drawing.Font,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to measure text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to measure text.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Measure(System.String,System.Drawing.Font,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions,OpenTK.Graphics.TextAlignment)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to measure text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to measure text.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Measure(System.String,System.Drawing.Font,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions,OpenTK.Graphics.TextAlignment,OpenTK.Graphics.TextDirection)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to measure text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to measure text.</param>
<param name="direction">The OpenTK.Graphics.TextDirection that will be used to measure text.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.Begin">
<summary>
Sets up a resolution-dependent orthographic projection.
</summary>
</member>
<member name="M:OpenTK.Graphics.ITextPrinter.End">
<summary>
Restores the projection and modelview matrices to their previous state.
</summary>
</member>
<member name="T:OpenTK.Graphics.TextAlignment">
<summary>
Defines available alignments for text.
</summary>
</member>
<member name="F:OpenTK.Graphics.TextAlignment.Near">
<summary>The text is aligned to the near side (left for left-to-right text and right for right-to-left text).</summary>
</member>
<member name="F:OpenTK.Graphics.TextAlignment.Center">
<summary>The text is aligned to the center.</summary>
</member>
<member name="F:OpenTK.Graphics.TextAlignment.Far">
<summary>The text is aligned to the far side (right for left-to-right text and left for right-to-left text).</summary>
</member>
<member name="T:OpenTK.Graphics.TextDirection">
<summary>
Defines available directions for text layout.
</summary>
</member>
<member name="F:OpenTK.Graphics.TextDirection.LeftToRight">
<summary>The text is layed out from left to right.</summary>
</member>
<member name="F:OpenTK.Graphics.TextDirection.RightToLeft">
<summary>The text is layed out from right to left.</summary>
</member>
<member name="F:OpenTK.Graphics.TextDirection.Vertical">
<summary>The text is layed out vertically.</summary>
</member>
<member name="T:OpenTK.Graphics.TextExtents">
<summary>
Holds the results of a text measurement.
</summary>
</member>
<member name="M:OpenTK.Graphics.TextExtents.Dispose">
<summary>
Frees the resources consumed by this TextExtents instance.
</summary>
</member>
<member name="P:OpenTK.Graphics.TextExtents.BoundingBox">
<summary>
Gets the bounding box of the measured text.
</summary>
</member>
<member name="P:OpenTK.Graphics.TextExtents.Item(System.Int32)">
<summary>
Gets the extents of each glyph in the measured text.
</summary>
<param name="i">The index of the glyph.</param>
<returns>The extents of the specified glyph.</returns>
</member>
<member name="P:OpenTK.Graphics.TextExtents.GlyphExtents">
<summary>
Gets the extents of each glyph in the measured text.
</summary>
</member>
<member name="P:OpenTK.Graphics.TextExtents.Count">
<summary>
Gets the number of the measured glyphs.
</summary>
</member>
<member name="T:OpenTK.Graphics.TextPrinter">
<summary>
Provides methods to perform layout and print hardware accelerated text.
</summary>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.#ctor">
<summary>
Constructs a new TextPrinter instance.
</summary>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.#ctor(OpenTK.Graphics.TextQuality)">
<summary>
Constructs a new TextPrinter instance with the specified TextQuality level.
</summary>
<param name="quality">The desired TextQuality of this TextPrinter.</param>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to print text.</param>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions,OpenTK.Graphics.TextAlignment)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to print text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to print text.</param>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Print(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions,OpenTK.Graphics.TextAlignment,OpenTK.Graphics.TextDirection)">
<summary>
Prints text using the specified color and layout options.
</summary>
<param name="text">The System.String to print.</param>
<param name="font">The System.Drawing.Font that will be used to print text.</param>
<param name="color">The System.Drawing.Color that will be used to print text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to print text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to print text.</param>
<param name="direction">The OpenTK.Graphics.TextDirection that will be used to print text.</param>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Measure(System.String,System.Drawing.Font)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Measure(System.String,System.Drawing.Font,System.Drawing.RectangleF)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Measure(System.String,System.Drawing.Font,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to measure text.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Measure(System.String,System.Drawing.Font,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions,OpenTK.Graphics.TextAlignment)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to measure text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to measure text.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Measure(System.String,System.Drawing.Font,System.Drawing.RectangleF,OpenTK.Graphics.TextPrinterOptions,OpenTK.Graphics.TextAlignment,OpenTK.Graphics.TextDirection)">
<summary>
Measures text using the specified layout options.
</summary>
<param name="text">The System.String to measure.</param>
<param name="font">The System.Drawing.Font that will be used to measure text.</param>
<param name="rect">The System.Drawing.Rectangle that defines the bounds for text layout.</param>
<param name="options">The OpenTK.Graphics.TextPrinterOptions that will be used to measure text.</param>
<param name="alignment">The OpenTK.Graphics.TextAlignment that will be used to measure text.</param>
<param name="direction">The OpenTK.Graphics.TextDirection that will be used to measure text.</param>
<returns>An OpenTK.Graphics.TextExtents instance that contains the results of the measurement.</returns>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Begin">
<summary>
Sets up a resolution-dependent orthographic projection.
</summary>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.End">
<summary>
Restores the projection and modelview matrices to their previous state.
</summary>
</member>
<member name="M:OpenTK.Graphics.TextPrinter.Dispose">
<summary>
Frees the resources consumed by this TextPrinter object.
</summary>
</member>
<member name="T:OpenTK.Graphics.TextPrinterOptions">
<summary>
Defines available options for the TextPrinter.
</summary>
</member>
<member name="F:OpenTK.Graphics.TextPrinterOptions.Default">
<summary>The TextPrinter will use default printing options.</summary>
</member>
<member name="F:OpenTK.Graphics.TextPrinterOptions.NoCache">
<summary>The TextPrinter will not cache text blocks as they are measured or printed.</summary>
</member>
<member name="T:OpenTK.Graphics.TextQuality">
<summary>
Defines available quality levels for text printing.
</summary>
</member>
<member name="F:OpenTK.Graphics.TextQuality.Default">
<summary>Use the default quality, as specified by the operating system.</summary>
</member>
<member name="F:OpenTK.Graphics.TextQuality.Low">
<summary>Use fast, low quality text (typically non-antialiased) .</summary>
</member>
<member name="F:OpenTK.Graphics.TextQuality.Medium">
<summary>Use medium quality text (typically grayscale antialiased).</summary>
</member>
<member name="F:OpenTK.Graphics.TextQuality.High">
<summary>Use slow, high quality text (typically subpixel antialiased).</summary>
</member>
<member name="T:OpenTK.Graphics.TextureRegion2D`1">
<summary>
Holds part or the whole of a 2d OpenGL texture.
</summary>
</member>
<member name="M:OpenTK.Graphics.Text.Glyph.#ctor(System.Char,System.Drawing.Font)">
<summary>
Constructs a new Glyph that represents the given character and Font.
</summary>
<param name="c">The character to represent.</param>
<param name="f">The Font of the character.</param>
</member>
<member name="M:OpenTK.Graphics.Text.Glyph.Equals(System.Object)">
<summary>
Checks whether the given object is equal (memberwise) to the current Glyph.
</summary>
<param name="obj">The obj to check.</param>
<returns>True, if the object is identical to the current Glyph.</returns>
</member>
<member name="M:OpenTK.Graphics.Text.Glyph.ToString">
<summary>
Describes this Glyph object.
</summary>
<returns>Returns a System.String describing this Glyph.</returns>
</member>
<member name="M:OpenTK.Graphics.Text.Glyph.GetHashCode">
<summary>
Calculates the hashcode for this Glyph.
</summary>
<returns>A System.Int32 containing a hashcode that uniquely identifies this Glyph.</returns>
</member>
<member name="P:OpenTK.Graphics.Text.Glyph.Character">
<summary>
Gets the character represented by this Glyph.
</summary>
</member>
<member name="P:OpenTK.Graphics.Text.Glyph.Font">
<summary>
Gets the Font of this Glyph.
</summary>
</member>
<member name="M:OpenTK.Graphics.Text.GlyphPacker.TryAdd(System.Drawing.Rectangle,System.Drawing.Rectangle@)">
<summary>
Adds boundingBox to the GlyphPacker.
</summary>
<param name="boundingBox">The bounding box of the item to pack.</param>
<param name="packedRectangle">The System.Drawing.Rectangle that contains the position of the packed item.</param>
<returns>True, if the item was successfully packed; false if the item is too big for this packer..</returns>
<exception cref="T:System.InvalidOperationException">Occurs if the item is larger than the available TexturePacker area</exception>
<exception cref="T:OpenTK.Graphics.Text.TexturePackerFullException">Occurs if the item cannot fit in the remaining packer space.</exception>
</member>
<member name="M:OpenTK.Graphics.Text.GlyphPacker.TryAdd(System.Drawing.RectangleF,System.Drawing.RectangleF@)">
<summary>
Adds boundingBox to the GlyphPacker.
</summary>
<param name="boundingBox">The bounding box of the item to pack.</param>
<param name="packedRectangle">The System.Drawing.RectangleF that contains the position of the packed item.</param>
<returns>True, if the item was successfully packed; false if the item is too big for this packer..</returns>
<exception cref="T:System.InvalidOperationException">Occurs if the item is larger than the available TexturePacker area</exception>
<exception cref="T:OpenTK.Graphics.Text.TexturePackerFullException">Occurs if the item cannot fit in the remaining packer space.</exception>
</member>
<member name="M:OpenTK.Graphics.Text.GlyphPacker.Add(System.Drawing.Rectangle)">
<summary>
Adds boundingBox to the GlyphPacker.
</summary>
<param name="boundingBox">The bounding box of the item to pack.</param>
<returns>A System.Drawing.Rectangle containing the coordinates of the packed item.</returns>
<exception cref="T:System.InvalidOperationException">Occurs if the item is larger than the available TexturePacker area</exception>
<exception cref="T:OpenTK.Graphics.Text.TexturePackerFullException">Occurs if the item cannot fit in the remaining packer space.</exception>
</member>
<member name="M:OpenTK.Graphics.Text.GlyphPacker.Add(System.Drawing.RectangleF)">
<summary>
Rounds boundingBox to the largest integer and adds the resulting Rectangle to the GlyphPacker.
</summary>
<param name="boundingBox">The bounding box of the item to pack.</param>
<returns>A System.Drawing.Rectangle containing the coordinates of the packed item.</returns>
<exception cref="T:System.InvalidOperationException">Occurs if the item is larger than the available TexturePacker area</exception>
<exception cref="T:System.ArgumentException">Occurs if the item already exists in the TexturePacker.</exception>
</member>
<member name="M:OpenTK.Graphics.Text.GlyphPacker.Clear">
<summary>
Discards all packed items.
</summary>
</member>
</members>
</doc>