Show / Hide Table of Contents

Struct SDL.SDL_Rect

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public struct SDL_Rect

Fields

| Improve this Doc View Source

h

Declaration
public int h
Field Value
Type Description
System.Int32
| Improve this Doc View Source

w

Declaration
public int w
Field Value
Type Description
System.Int32
| Improve this Doc View Source

x

Declaration
public int x
Field Value
Type Description
System.Int32
| Improve this Doc View Source

y

Declaration
public int y
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX