GL.Ext.LabelObject Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
LabelObject(All, UInt32, Int32, String) | |
LabelObject(All, Int32, Int32, String) |
LabelObject(All, UInt32, Int32, String)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glLabelObjectEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void LabelObject (OpenTK.Graphics.ES20.All type, uint object, int length, string label);
static member LabelObject : OpenTK.Graphics.ES20.All * uint32 * int * string -> unit
Parameter
- type
- All
- object
- UInt32
- length
- Int32
- label
- String
- Attribute
Gilt für:
LabelObject(All, Int32, Int32, String)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glLabelObjectEXT", Version="2.0")]
public static void LabelObject (OpenTK.Graphics.ES20.All type, int object, int length, string label);
static member LabelObject : OpenTK.Graphics.ES20.All * int * int * string -> unit
Parameter
- type
- All
- object
- Int32
- length
- Int32
- label
- String
- Attribute