### YamlMime:ManagedReference items: - uid: MLEM.Textures.TextureRegion commentId: T:MLEM.Textures.TextureRegion id: TextureRegion parent: MLEM.Textures children: - MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) - MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle) - MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32) - MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D) - MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) - MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle) - MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) - MLEM.Textures.TextureRegion.Area - MLEM.Textures.TextureRegion.Height - MLEM.Textures.TextureRegion.Name - MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) - MLEM.Textures.TextureRegion.Pivot - MLEM.Textures.TextureRegion.PivotPixels - MLEM.Textures.TextureRegion.Position - MLEM.Textures.TextureRegion.Size - MLEM.Textures.TextureRegion.Source - MLEM.Textures.TextureRegion.Texture - MLEM.Textures.TextureRegion.U - MLEM.Textures.TextureRegion.V - MLEM.Textures.TextureRegion.Width langs: - csharp - vb name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion type: Class source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextureRegion path: ../MLEM/Textures/TextureRegion.cs startLine: 10 assemblies: - MLEM namespace: MLEM.Textures summary: This class represents a part of a texture. example: [] syntax: content: 'public class TextureRegion : GenericDataHolder, IGenericDataHolder' content.vb: Public Class TextureRegion Inherits GenericDataHolder Implements IGenericDataHolder inheritance: - System.Object - MLEM.Misc.GenericDataHolder implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) - MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetDataKeys - 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.Textures.TextureRegion.Texture commentId: F:MLEM.Textures.TextureRegion.Texture id: Texture parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Texture nameWithType: TextureRegion.Texture fullName: MLEM.Textures.TextureRegion.Texture type: Field source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Texture path: ../MLEM/Textures/TextureRegion.cs startLine: 15 assemblies: - MLEM namespace: MLEM.Textures summary: The texture that this region is a part of example: [] syntax: content: public readonly Texture2D Texture return: type: Microsoft.Xna.Framework.Graphics.Texture2D content.vb: Public ReadOnly Texture As Texture2D - uid: MLEM.Textures.TextureRegion.Area commentId: F:MLEM.Textures.TextureRegion.Area id: Area parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Area nameWithType: TextureRegion.Area fullName: MLEM.Textures.TextureRegion.Area type: Field source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Area path: ../MLEM/Textures/TextureRegion.cs startLine: 19 assemblies: - MLEM namespace: MLEM.Textures summary: The area that is covered by this texture region example: [] syntax: content: public readonly Rectangle Area return: type: Microsoft.Xna.Framework.Rectangle content.vb: Public ReadOnly Area As Rectangle - uid: MLEM.Textures.TextureRegion.Position commentId: P:MLEM.Textures.TextureRegion.Position id: Position parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Position nameWithType: TextureRegion.Position fullName: MLEM.Textures.TextureRegion.Position type: Property source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Position path: ../MLEM/Textures/TextureRegion.cs startLine: 23 assemblies: - MLEM namespace: MLEM.Textures summary: The top left corner of this texture region example: [] syntax: content: public Point Position { get; } parameters: [] return: type: Microsoft.Xna.Framework.Point content.vb: Public ReadOnly Property Position As Point overload: MLEM.Textures.TextureRegion.Position* - uid: MLEM.Textures.TextureRegion.U commentId: P:MLEM.Textures.TextureRegion.U id: U parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: U nameWithType: TextureRegion.U fullName: MLEM.Textures.TextureRegion.U type: Property source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: U path: ../MLEM/Textures/TextureRegion.cs startLine: 27 assemblies: - MLEM namespace: MLEM.Textures summary: The x coordinate of the top left corner of this texture region example: [] syntax: content: public int U { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property U As Integer overload: MLEM.Textures.TextureRegion.U* - uid: MLEM.Textures.TextureRegion.V commentId: P:MLEM.Textures.TextureRegion.V id: V parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: V nameWithType: TextureRegion.V fullName: MLEM.Textures.TextureRegion.V type: Property source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: V path: ../MLEM/Textures/TextureRegion.cs startLine: 31 assemblies: - MLEM namespace: MLEM.Textures summary: The y coordinate of the top left corner of this texture region example: [] syntax: content: public int V { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property V As Integer overload: MLEM.Textures.TextureRegion.V* - uid: MLEM.Textures.TextureRegion.Size commentId: P:MLEM.Textures.TextureRegion.Size id: Size parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Size nameWithType: TextureRegion.Size fullName: MLEM.Textures.TextureRegion.Size type: Property source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Size path: ../MLEM/Textures/TextureRegion.cs startLine: 35 assemblies: - MLEM namespace: MLEM.Textures summary: The size of this texture region example: [] syntax: content: public Point Size { get; } parameters: [] return: type: Microsoft.Xna.Framework.Point content.vb: Public ReadOnly Property Size As Point overload: MLEM.Textures.TextureRegion.Size* - uid: MLEM.Textures.TextureRegion.Width commentId: P:MLEM.Textures.TextureRegion.Width id: Width parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Width nameWithType: TextureRegion.Width fullName: MLEM.Textures.TextureRegion.Width type: Property source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Width path: ../MLEM/Textures/TextureRegion.cs startLine: 39 assemblies: - MLEM namespace: MLEM.Textures summary: The width of this texture region example: [] syntax: content: public int Width { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property Width As Integer overload: MLEM.Textures.TextureRegion.Width* - uid: MLEM.Textures.TextureRegion.Height commentId: P:MLEM.Textures.TextureRegion.Height id: Height parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Height nameWithType: TextureRegion.Height fullName: MLEM.Textures.TextureRegion.Height type: Property source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Height path: ../MLEM/Textures/TextureRegion.cs startLine: 43 assemblies: - MLEM namespace: MLEM.Textures summary: The height of this texture region example: [] syntax: content: public int Height { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property Height As Integer overload: MLEM.Textures.TextureRegion.Height* - uid: MLEM.Textures.TextureRegion.Pivot commentId: F:MLEM.Textures.TextureRegion.Pivot id: Pivot parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Pivot nameWithType: TextureRegion.Pivot fullName: MLEM.Textures.TextureRegion.Pivot type: Field source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Pivot path: ../MLEM/Textures/TextureRegion.cs startLine: 48 assemblies: - MLEM namespace: MLEM.Textures summary: >- The pivot point of this texture region, where 0, 0 is the top left and 1, 1 is the bottom right of the texture. When drawing, this will be seen as the origin from where to start drawing. example: [] syntax: content: public Vector2 Pivot return: type: Microsoft.Xna.Framework.Vector2 content.vb: Public Pivot As Vector2 - uid: MLEM.Textures.TextureRegion.PivotPixels commentId: P:MLEM.Textures.TextureRegion.PivotPixels id: PivotPixels parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: PivotPixels nameWithType: TextureRegion.PivotPixels fullName: MLEM.Textures.TextureRegion.PivotPixels type: Property source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PivotPixels path: ../MLEM/Textures/TextureRegion.cs startLine: 52 assemblies: - MLEM namespace: MLEM.Textures summary: The of this texture region, but in absolute pixels rather than percentage. example: [] syntax: content: public Vector2 PivotPixels { get; set; } parameters: [] return: type: Microsoft.Xna.Framework.Vector2 content.vb: Public Property PivotPixels As Vector2 overload: MLEM.Textures.TextureRegion.PivotPixels* - uid: MLEM.Textures.TextureRegion.Name commentId: F:MLEM.Textures.TextureRegion.Name id: Name parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Name nameWithType: TextureRegion.Name fullName: MLEM.Textures.TextureRegion.Name type: Field source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Name path: ../MLEM/Textures/TextureRegion.cs startLine: 59 assemblies: - MLEM namespace: MLEM.Textures summary: The name of this texture region. By default, this name is . example: [] syntax: content: public string Name return: type: System.String content.vb: Public Name As String - uid: MLEM.Textures.TextureRegion.Source commentId: F:MLEM.Textures.TextureRegion.Source id: Source parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: Source nameWithType: TextureRegion.Source fullName: MLEM.Textures.TextureRegion.Source type: Field source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Source path: ../MLEM/Textures/TextureRegion.cs startLine: 64 assemblies: - MLEM namespace: MLEM.Textures summary: >- A that this texture region was created from. This value is set in the various constructors that accept another to create sub-regions from, in , as well as by MLEM.Data's RuntimeTexturePacker. example: [] syntax: content: public TextureRegion Source return: type: MLEM.Textures.TextureRegion content.vb: Public Source As TextureRegion - uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle) commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle) id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle)' parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: TextureRegion(Texture2D, Rectangle) nameWithType: TextureRegion.TextureRegion(Texture2D, Rectangle) fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle) type: Constructor source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM/Textures/TextureRegion.cs startLine: 71 assemblies: - MLEM namespace: MLEM.Textures summary: Creates a new texture region from a texture and a rectangle which defines the region's area example: [] syntax: content: public TextureRegion(Texture2D texture, Rectangle area) parameters: - id: texture type: Microsoft.Xna.Framework.Graphics.Texture2D description: The texture to use - id: area type: Microsoft.Xna.Framework.Rectangle description: The area that this texture region should cover content.vb: Public Sub New(texture As Texture2D, area As Rectangle) overload: MLEM.Textures.TextureRegion.#ctor* nameWithType.vb: TextureRegion.New(Texture2D, Rectangle) fullName.vb: MLEM.Textures.TextureRegion.New(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle) name.vb: New(Texture2D, Rectangle) - uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D) commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D) id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D)' parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: TextureRegion(Texture2D) nameWithType: TextureRegion.TextureRegion(Texture2D) fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D) type: Constructor source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM/Textures/TextureRegion.cs startLine: 80 assemblies: - MLEM namespace: MLEM.Textures summary: Creates a new texture region that spans the entire texture example: [] syntax: content: public TextureRegion(Texture2D texture) parameters: - id: texture type: Microsoft.Xna.Framework.Graphics.Texture2D description: The texture to use content.vb: Public Sub New(texture As Texture2D) overload: MLEM.Textures.TextureRegion.#ctor* nameWithType.vb: TextureRegion.New(Texture2D) fullName.vb: MLEM.Textures.TextureRegion.New(Microsoft.Xna.Framework.Graphics.Texture2D) name.vb: New(Texture2D) - uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32) id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)' parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: TextureRegion(Texture2D, int, int, int, int) nameWithType: TextureRegion.TextureRegion(Texture2D, int, int, int, int) fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, int, int, int, int) type: Constructor source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM/Textures/TextureRegion.cs startLine: 90 assemblies: - MLEM namespace: MLEM.Textures summary: Creates a new texture region based on a texture and area coordinates example: [] syntax: content: public TextureRegion(Texture2D texture, int u, int v, int width, int height) parameters: - id: texture type: Microsoft.Xna.Framework.Graphics.Texture2D description: The texture to use - id: u type: System.Int32 description: The x coordinate of the top left corner of this area - id: v type: System.Int32 description: The y coordinate of the top left corner of this area - id: width type: System.Int32 description: The width of this area - id: height type: System.Int32 description: The height of this area content.vb: Public Sub New(texture As Texture2D, u As Integer, v As Integer, width As Integer, height As Integer) overload: MLEM.Textures.TextureRegion.#ctor* nameWithType.vb: TextureRegion.New(Texture2D, Integer, Integer, Integer, Integer) fullName.vb: MLEM.Textures.TextureRegion.New(Microsoft.Xna.Framework.Graphics.Texture2D, Integer, Integer, Integer, Integer) name.vb: New(Texture2D, Integer, Integer, Integer, Integer) - uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)' parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: TextureRegion(Texture2D, Point, Point) nameWithType: TextureRegion.TextureRegion(Texture2D, Point, Point) fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) type: Constructor source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM/Textures/TextureRegion.cs startLine: 98 assemblies: - MLEM namespace: MLEM.Textures summary: Creates a new texture region based on a texture, a position and a size example: [] syntax: content: public TextureRegion(Texture2D texture, Point uv, Point size) parameters: - id: texture type: Microsoft.Xna.Framework.Graphics.Texture2D description: The texture to use - id: uv type: Microsoft.Xna.Framework.Point description: The top left corner of this area - id: size type: Microsoft.Xna.Framework.Point description: The size of this area content.vb: Public Sub New(texture As Texture2D, uv As Point, size As Point) overload: MLEM.Textures.TextureRegion.#ctor* nameWithType.vb: TextureRegion.New(Texture2D, Point, Point) fullName.vb: MLEM.Textures.TextureRegion.New(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) name.vb: New(Texture2D, Point, Point) - uid: MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle) commentId: M:MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle) id: '#ctor(MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle)' parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: TextureRegion(TextureRegion, Rectangle) nameWithType: TextureRegion.TextureRegion(TextureRegion, Rectangle) fullName: MLEM.Textures.TextureRegion.TextureRegion(MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Rectangle) type: Constructor source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM/Textures/TextureRegion.cs startLine: 105 assemblies: - MLEM namespace: MLEM.Textures summary: Creates a new texture region which is a sub-region of the given texture region example: [] syntax: content: public TextureRegion(TextureRegion region, Rectangle area) parameters: - id: region type: MLEM.Textures.TextureRegion description: The texture region to create a sub-region of - id: area type: Microsoft.Xna.Framework.Rectangle description: The new texture region area content.vb: Public Sub New(region As TextureRegion, area As Rectangle) overload: MLEM.Textures.TextureRegion.#ctor* nameWithType.vb: TextureRegion.New(TextureRegion, Rectangle) fullName.vb: MLEM.Textures.TextureRegion.New(MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Rectangle) name.vb: New(TextureRegion, Rectangle) - uid: MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32) commentId: M:MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32) id: '#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32)' parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: TextureRegion(TextureRegion, int, int, int, int) nameWithType: TextureRegion.TextureRegion(TextureRegion, int, int, int, int) fullName: MLEM.Textures.TextureRegion.TextureRegion(MLEM.Textures.TextureRegion, int, int, int, int) type: Constructor source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM/Textures/TextureRegion.cs startLine: 115 assemblies: - MLEM namespace: MLEM.Textures summary: Creates a new texture region which is a sub-region of the given texture region example: [] syntax: content: public TextureRegion(TextureRegion region, int u, int v, int width, int height) parameters: - id: region type: MLEM.Textures.TextureRegion description: The texture region to create a sub-region of - id: u type: System.Int32 description: The x coordinate of the top left corner of this area - id: v type: System.Int32 description: The y coordinate of the top left corner of this area - id: width type: System.Int32 description: The width of this area - id: height type: System.Int32 description: The height of this area content.vb: Public Sub New(region As TextureRegion, u As Integer, v As Integer, width As Integer, height As Integer) overload: MLEM.Textures.TextureRegion.#ctor* nameWithType.vb: TextureRegion.New(TextureRegion, Integer, Integer, Integer, Integer) fullName.vb: MLEM.Textures.TextureRegion.New(MLEM.Textures.TextureRegion, Integer, Integer, Integer, Integer) name.vb: New(TextureRegion, Integer, Integer, Integer, Integer) - uid: MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) commentId: M:MLEM.Textures.TextureRegion.#ctor(MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) id: '#ctor(MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)' parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: TextureRegion(TextureRegion, Point, Point) nameWithType: TextureRegion.TextureRegion(TextureRegion, Point, Point) fullName: MLEM.Textures.TextureRegion.TextureRegion(MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) type: Constructor source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM/Textures/TextureRegion.cs startLine: 123 assemblies: - MLEM namespace: MLEM.Textures summary: Creates a new texture region which is a sub-region of the given texture region example: [] syntax: content: public TextureRegion(TextureRegion region, Point uv, Point size) parameters: - id: region type: MLEM.Textures.TextureRegion description: The texture region to create a sub-region of - id: uv type: Microsoft.Xna.Framework.Point description: The top left corner of this area - id: size type: Microsoft.Xna.Framework.Point description: The size of this area content.vb: Public Sub New(region As TextureRegion, uv As Point, size As Point) overload: MLEM.Textures.TextureRegion.#ctor* nameWithType.vb: TextureRegion.New(TextureRegion, Point, Point) fullName.vb: MLEM.Textures.TextureRegion.New(MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point) name.vb: New(TextureRegion, Point, Point) - uid: MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) commentId: M:MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) id: OffsetCopy(Microsoft.Xna.Framework.Point) parent: MLEM.Textures.TextureRegion langs: - csharp - vb name: OffsetCopy(Point) nameWithType: TextureRegion.OffsetCopy(Point) fullName: MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) type: Method source: remote: path: MLEM/Textures/TextureRegion.cs branch: main repo: https://github.com/Ellpeck/MLEM id: OffsetCopy path: ../MLEM/Textures/TextureRegion.cs startLine: 133 assemblies: - MLEM namespace: MLEM.Textures summary: >- Returns a new that has the same , and as this texture, but the returned region's will be offset by offset. Note that the is not preserved in the copy. example: [] syntax: content: public TextureRegion OffsetCopy(Point offset) parameters: - id: offset type: Microsoft.Xna.Framework.Point description: The offset to apply to the return: type: MLEM.Textures.TextureRegion description: An offset copy of this texture region content.vb: Public Function OffsetCopy(offset As Point) As TextureRegion overload: MLEM.Textures.TextureRegion.OffsetCopy* references: - uid: MLEM.Textures commentId: N:MLEM.Textures href: MLEM.html name: MLEM.Textures nameWithType: MLEM.Textures fullName: MLEM.Textures spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Textures name: Textures href: MLEM.Textures.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Textures name: Textures href: MLEM.Textures.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: MLEM.Misc.GenericDataHolder commentId: T:MLEM.Misc.GenericDataHolder parent: MLEM.Misc href: MLEM.Misc.GenericDataHolder.html name: GenericDataHolder nameWithType: GenericDataHolder fullName: MLEM.Misc.GenericDataHolder - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc href: MLEM.Misc.IGenericDataHolder.html name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Misc.GenericDataHolder definition: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ name: SetData(string, T) nameWithType: GenericDataHolder.SetData(string, T) fullName: MLEM.Misc.GenericDataHolder.SetData(string, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) parent: MLEM.Misc.GenericDataHolder isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ name: GetData(string) nameWithType: GenericDataHolder.GetData(string) fullName: MLEM.Misc.GenericDataHolder.GetData(string) nameWithType.vb: GenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Misc.GenericDataHolder.GetDataKeys commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys parent: MLEM.Misc.GenericDataHolder href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys name: GetDataKeys() nameWithType: GenericDataHolder.GetDataKeys() fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys - name: ( - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys - name: ( - name: ) - 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.Misc commentId: N:MLEM.Misc href: MLEM.html name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Misc name: Misc href: MLEM.Misc.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Misc name: Misc href: MLEM.Misc.html - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ name: SetData(string, T) nameWithType: GenericDataHolder.SetData(string, T) fullName: MLEM.Misc.GenericDataHolder.SetData(string, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: Microsoft.Xna.Framework.Graphics.Texture2D commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D parent: Microsoft.Xna.Framework.Graphics isExternal: true name: Texture2D nameWithType: Texture2D fullName: Microsoft.Xna.Framework.Graphics.Texture2D - 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.Rectangle commentId: T:Microsoft.Xna.Framework.Rectangle parent: Microsoft.Xna.Framework isExternal: true name: Rectangle nameWithType: Rectangle fullName: Microsoft.Xna.Framework.Rectangle - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework 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 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 - uid: MLEM.Textures.TextureRegion.Position* commentId: Overload:MLEM.Textures.TextureRegion.Position href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Position name: Position nameWithType: TextureRegion.Position fullName: MLEM.Textures.TextureRegion.Position - uid: Microsoft.Xna.Framework.Point commentId: T:Microsoft.Xna.Framework.Point parent: Microsoft.Xna.Framework isExternal: true name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point - uid: MLEM.Textures.TextureRegion.U* commentId: Overload:MLEM.Textures.TextureRegion.U href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_U name: U nameWithType: TextureRegion.U fullName: MLEM.Textures.TextureRegion.U - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: MLEM.Textures.TextureRegion.V* commentId: Overload:MLEM.Textures.TextureRegion.V href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_V name: V nameWithType: TextureRegion.V fullName: MLEM.Textures.TextureRegion.V - uid: MLEM.Textures.TextureRegion.Size* commentId: Overload:MLEM.Textures.TextureRegion.Size href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Size name: Size nameWithType: TextureRegion.Size fullName: MLEM.Textures.TextureRegion.Size - uid: MLEM.Textures.TextureRegion.Width* commentId: Overload:MLEM.Textures.TextureRegion.Width href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Width name: Width nameWithType: TextureRegion.Width fullName: MLEM.Textures.TextureRegion.Width - uid: MLEM.Textures.TextureRegion.Height* commentId: Overload:MLEM.Textures.TextureRegion.Height href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Height name: Height nameWithType: TextureRegion.Height fullName: MLEM.Textures.TextureRegion.Height - uid: Microsoft.Xna.Framework.Vector2 commentId: T:Microsoft.Xna.Framework.Vector2 parent: Microsoft.Xna.Framework isExternal: true name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 - uid: MLEM.Textures.TextureRegion.Pivot commentId: F:MLEM.Textures.TextureRegion.Pivot href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Pivot name: Pivot nameWithType: TextureRegion.Pivot fullName: MLEM.Textures.TextureRegion.Pivot - uid: MLEM.Textures.TextureRegion.PivotPixels* commentId: Overload:MLEM.Textures.TextureRegion.PivotPixels href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_PivotPixels name: PivotPixels nameWithType: TextureRegion.PivotPixels fullName: MLEM.Textures.TextureRegion.PivotPixels - uid: System.String.Empty commentId: F:System.String.Empty isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string.empty name: Empty nameWithType: string.Empty fullName: string.Empty nameWithType.vb: String.Empty fullName.vb: String.Empty - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: MLEM.Textures.TextureRegion commentId: T:MLEM.Textures.TextureRegion parent: MLEM.Textures href: MLEM.Textures.TextureRegion.html name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion - uid: MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) commentId: M:MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) isExternal: true href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_OffsetCopy_Microsoft_Xna_Framework_Point_ name: OffsetCopy(Point) nameWithType: TextureRegion.OffsetCopy(Point) fullName: MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) spec.csharp: - uid: MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) name: OffsetCopy href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_OffsetCopy_Microsoft_Xna_Framework_Point_ - name: ( - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ) spec.vb: - uid: MLEM.Textures.TextureRegion.OffsetCopy(Microsoft.Xna.Framework.Point) name: OffsetCopy href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_OffsetCopy_Microsoft_Xna_Framework_Point_ - name: ( - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ) - uid: MLEM.Textures.TextureRegion.#ctor* commentId: Overload:MLEM.Textures.TextureRegion.#ctor href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion__ctor_Microsoft_Xna_Framework_Graphics_Texture2D_Microsoft_Xna_Framework_Rectangle_ name: TextureRegion nameWithType: TextureRegion.TextureRegion fullName: MLEM.Textures.TextureRegion.TextureRegion nameWithType.vb: TextureRegion.New fullName.vb: MLEM.Textures.TextureRegion.New name.vb: New - uid: MLEM.Textures.TextureRegion.Texture commentId: F:MLEM.Textures.TextureRegion.Texture href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Texture name: Texture nameWithType: TextureRegion.Texture fullName: MLEM.Textures.TextureRegion.Texture - uid: MLEM.Textures.TextureRegion.Size commentId: P:MLEM.Textures.TextureRegion.Size href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Size name: Size nameWithType: TextureRegion.Size fullName: MLEM.Textures.TextureRegion.Size - uid: MLEM.Textures.TextureRegion.Position commentId: P:MLEM.Textures.TextureRegion.Position href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Position name: Position nameWithType: TextureRegion.Position fullName: MLEM.Textures.TextureRegion.Position - uid: MLEM.Textures.TextureRegion.Name commentId: F:MLEM.Textures.TextureRegion.Name href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_Name name: Name nameWithType: TextureRegion.Name fullName: MLEM.Textures.TextureRegion.Name - uid: MLEM.Textures.TextureRegion.OffsetCopy* commentId: Overload:MLEM.Textures.TextureRegion.OffsetCopy href: MLEM.Textures.TextureRegion.html#MLEM_Textures_TextureRegion_OffsetCopy_Microsoft_Xna_Framework_Point_ name: OffsetCopy nameWithType: TextureRegion.OffsetCopy fullName: MLEM.Textures.TextureRegion.OffsetCopy