Table of Contents

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

uint

h

The

public readonly int h

Field Value

int

locked

The locked

public readonly int locked

Field Value

int

pitch

The pitch

public readonly int pitch

Field Value

int

refCount

The ref count

public readonly int refCount

Field Value

int

w

The

public readonly int w

Field Value

int

Properties

ClipRect

The clip rect

public RectangleI ClipRect { readonly get; set; }

Property Value

RectangleI

Format

The format

public IntPtr Format { readonly get; set; }

Property Value

IntPtr

ListBlitMap

The list blit map

public IntPtr ListBlitMap { readonly get; set; }

Property Value

IntPtr

Map

The map

public IntPtr Map { readonly get; set; }

Property Value

IntPtr

Pixels

The pixels

public IntPtr Pixels { readonly get; set; }

Property Value

IntPtr

Userdata

The userdata

public IntPtr Userdata { readonly get; set; }

Property Value

IntPtr