Class FastBitmap
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public class FastBitmap
- Inheritance
-
FastBitmap
- Inherited Members
- Extension Methods
Fields
_bmp
public SKBitmap _bmp
Field Value
Properties
Stride
public int Stride { get; }
Property Value
bmp
public SKBitmap bmp { get; set; }
Property Value
Methods
GetPixel(int, int)
public int GetPixel(int x, int y)
Parameters
Returns
SetPixel(int, int, int)
public void SetPixel(int x, int y, int color)