Struct Surface
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl surface
public struct Surface
Inherited Members
Fields
flags
The flags
public readonly uint flags
Field Value
h
The
public readonly int h
Field Value
locked
The locked
public readonly int locked
Field Value
pitch
The pitch
public readonly int pitch
Field Value
refCount
The ref count
public readonly int refCount
Field Value
w
The
public readonly int w
Field Value
Properties
ClipRect
The clip rect
public RectangleI ClipRect { readonly get; set; }
Property Value
Format
The format
public IntPtr Format { readonly get; set; }
Property Value
ListBlitMap
The list blit map
public IntPtr ListBlitMap { readonly get; set; }
Property Value
Map
The map
public IntPtr Map { readonly get; set; }
Property Value
Pixels
The pixels
public IntPtr Pixels { readonly get; set; }
Property Value
Userdata
The userdata
public IntPtr Userdata { readonly get; set; }