Show / Hide Table of Contents

Struct SDL.SDL_FRect

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_FRect

Fields

| Improve this Doc View Source

h

Declaration
public float h
Field Value
Type Description
System.Single
| Improve this Doc View Source

w

Declaration
public float w
Field Value
Type Description
System.Single
| Improve this Doc View Source

x

Declaration
public float x
Field Value
Type Description
System.Single
| Improve this Doc View Source

y

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