Texture

Class

Namespace: Imagini.Drawing

Base types:

Declared in: Imagini.Drawing


Defines a texture which stores it's data on GPU.

Members

Property

  • Owner
  • Width
  • Height
  • Size
  • PixelCount
  • Format
  • Access
  • Locked
  • Bounds
  • ColorMod
  • AlphaMod
  • Tint
  • BlendMode
  • Method

  • Dispose()
  • GetPixelBufferSize<T>(Rectangle?)
  • GetPixelBufferSizeInBytes(Rectangle?)
  • Lock(int, int, Rectangle?)
  • SetPixels(byte[], Rectangle?)
  • SetPixels<T>(T[], Rectangle?)
  • Unlock()

  • Back to index