Class ForwardingTextureWrap
Base class for implementations of Dalamud.Interface.Textures.TextureWraps.IDalamudTextureWrap that forwards to another.
Assembly: Dalamud.dll
Declaration
public abstract class ForwardingTextureWrap : IDalamudTextureWrap, IDisposable
Implements:
Dalamud.Interface.Textures.TextureWraps.IDalamudTextureWrap, System.IDisposable
Properties
Handle
Gets a texture handle suitable for direct use with ImGui functions.
Declaration
public ImTextureID Handle { get; }
Width
Gets the width of the texture.
Declaration
public int Width { get; }
Height
Gets the height of the texture.
Declaration
public int Height { get; }
Size
Gets the size vector of the texture using Width, Height.
Declaration
public Vector2 Size { get; }
Methods
Dispose()
Declaration
public void Dispose()