### YamlMime:ManagedReference items: - uid: MLEM.Graphics.SpriteBatchContextExtensions commentId: T:MLEM.Graphics.SpriteBatchContextExtensions id: SpriteBatchContextExtensions parent: MLEM.Graphics children: - MLEM.Graphics.SpriteBatchContextExtensions.Begin(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Graphics.SpriteBatchContext) - MLEM.Graphics.SpriteBatchContextExtensions.Draw(MLEM.Graphics.StaticSpriteBatch,MLEM.Graphics.SpriteBatchContext) langs: - csharp - vb name: SpriteBatchContextExtensions nameWithType: SpriteBatchContextExtensions fullName: MLEM.Graphics.SpriteBatchContextExtensions type: Class source: remote: path: MLEM/Graphics/SpriteBatchContext.cs branch: main repo: https://github.com/Ellpeck/MLEM id: SpriteBatchContextExtensions path: ../MLEM/Graphics/SpriteBatchContext.cs startLine: 77 assemblies: - MLEM namespace: MLEM.Graphics summary: A set of extensions for . example: [] syntax: content: public static class SpriteBatchContextExtensions content.vb: Public Module SpriteBatchContextExtensions inheritance: - System.Object inheritedMembers: - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - uid: MLEM.Graphics.SpriteBatchContextExtensions.Begin(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Graphics.SpriteBatchContext) commentId: M:MLEM.Graphics.SpriteBatchContextExtensions.Begin(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Graphics.SpriteBatchContext) id: Begin(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Graphics.SpriteBatchContext) isExtensionMethod: true parent: MLEM.Graphics.SpriteBatchContextExtensions langs: - csharp - vb name: Begin(SpriteBatch, SpriteBatchContext) nameWithType: SpriteBatchContextExtensions.Begin(SpriteBatch, SpriteBatchContext) fullName: MLEM.Graphics.SpriteBatchContextExtensions.Begin(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Graphics.SpriteBatchContext) type: Method source: remote: path: MLEM/Graphics/SpriteBatchContext.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Begin path: ../MLEM/Graphics/SpriteBatchContext.cs startLine: 84 assemblies: - MLEM namespace: MLEM.Graphics summary: Begins a new sprite and text batch with the specified example: [] syntax: content: public static void Begin(this SpriteBatch batch, SpriteBatchContext context) parameters: - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch description: The sprite batch to use for drawing. - id: context type: MLEM.Graphics.SpriteBatchContext description: The sprite batch context to use. content.vb: Public Shared Sub Begin(batch As SpriteBatch, context As SpriteBatchContext) overload: MLEM.Graphics.SpriteBatchContextExtensions.Begin* - uid: MLEM.Graphics.SpriteBatchContextExtensions.Draw(MLEM.Graphics.StaticSpriteBatch,MLEM.Graphics.SpriteBatchContext) commentId: M:MLEM.Graphics.SpriteBatchContextExtensions.Draw(MLEM.Graphics.StaticSpriteBatch,MLEM.Graphics.SpriteBatchContext) id: Draw(MLEM.Graphics.StaticSpriteBatch,MLEM.Graphics.SpriteBatchContext) isExtensionMethod: true parent: MLEM.Graphics.SpriteBatchContextExtensions langs: - csharp - vb name: Draw(StaticSpriteBatch, SpriteBatchContext) nameWithType: SpriteBatchContextExtensions.Draw(StaticSpriteBatch, SpriteBatchContext) fullName: MLEM.Graphics.SpriteBatchContextExtensions.Draw(MLEM.Graphics.StaticSpriteBatch, MLEM.Graphics.SpriteBatchContext) type: Method source: remote: path: MLEM/Graphics/SpriteBatchContext.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Draw path: ../MLEM/Graphics/SpriteBatchContext.cs startLine: 94 assemblies: - MLEM namespace: MLEM.Graphics summary: >- Draws the given batch's content onto the 's current render target (or the back buffer) with the given settings. Note that this method should not be called while a regular is currently active. example: [] syntax: content: public static void Draw(this StaticSpriteBatch batch, SpriteBatchContext context) parameters: - id: batch type: MLEM.Graphics.StaticSpriteBatch description: The static sprite batch to use for drawing. - id: context type: MLEM.Graphics.SpriteBatchContext description: The sprite batch context to use. content.vb: Public Shared Sub Draw(batch As StaticSpriteBatch, context As SpriteBatchContext) overload: MLEM.Graphics.SpriteBatchContextExtensions.Draw* references: - uid: MLEM.Graphics.SpriteBatchContext commentId: T:MLEM.Graphics.SpriteBatchContext parent: MLEM.Graphics href: MLEM.Graphics.SpriteBatchContext.html name: SpriteBatchContext nameWithType: SpriteBatchContext fullName: MLEM.Graphics.SpriteBatchContext - uid: MLEM.Graphics commentId: N:MLEM.Graphics href: MLEM.html name: MLEM.Graphics nameWithType: MLEM.Graphics fullName: MLEM.Graphics spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Graphics name: Graphics href: MLEM.Graphics.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Graphics name: Graphics href: MLEM.Graphics.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Graphics.SpriteBatchContextExtensions.Begin* commentId: Overload:MLEM.Graphics.SpriteBatchContextExtensions.Begin href: MLEM.Graphics.SpriteBatchContextExtensions.html#MLEM_Graphics_SpriteBatchContextExtensions_Begin_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Graphics_SpriteBatchContext_ name: Begin nameWithType: SpriteBatchContextExtensions.Begin fullName: MLEM.Graphics.SpriteBatchContextExtensions.Begin - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch parent: Microsoft.Xna.Framework.Graphics isExternal: true name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch - uid: Microsoft.Xna.Framework.Graphics commentId: N:Microsoft.Xna.Framework.Graphics isExternal: true name: Microsoft.Xna.Framework.Graphics nameWithType: Microsoft.Xna.Framework.Graphics fullName: Microsoft.Xna.Framework.Graphics spec.csharp: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - name: . - uid: Microsoft.Xna.Framework.Graphics name: Graphics isExternal: true spec.vb: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - name: . - uid: Microsoft.Xna.Framework.Graphics name: Graphics isExternal: true - uid: Microsoft.Xna.Framework.Graphics.GraphicsDevice commentId: T:Microsoft.Xna.Framework.Graphics.GraphicsDevice parent: Microsoft.Xna.Framework.Graphics isExternal: true name: GraphicsDevice nameWithType: GraphicsDevice fullName: Microsoft.Xna.Framework.Graphics.GraphicsDevice - uid: MLEM.Graphics.SpriteBatchContextExtensions.Draw* commentId: Overload:MLEM.Graphics.SpriteBatchContextExtensions.Draw href: MLEM.Graphics.SpriteBatchContextExtensions.html#MLEM_Graphics_SpriteBatchContextExtensions_Draw_MLEM_Graphics_StaticSpriteBatch_MLEM_Graphics_SpriteBatchContext_ name: Draw nameWithType: SpriteBatchContextExtensions.Draw fullName: MLEM.Graphics.SpriteBatchContextExtensions.Draw - uid: MLEM.Graphics.StaticSpriteBatch commentId: T:MLEM.Graphics.StaticSpriteBatch parent: MLEM.Graphics href: MLEM.Graphics.StaticSpriteBatch.html name: StaticSpriteBatch nameWithType: StaticSpriteBatch fullName: MLEM.Graphics.StaticSpriteBatch