Point.this

Constructs a dsdl2.Point from a dsdl2.FPoint (from SDL 2.0.10)

  1. this()
  2. this(SDL_Point sdlPoint)
  3. this(int x, int y)
  4. this(int[2] xy)
  5. this(FPoint fpoint)
    struct Point
    static if(sdlSupport >= SDLSupport.v2_0_10)
    this

Parameters

fpoint FPoint

dsdl2.FPoint whose attributes are to be copied

Meta