SKRect.Create

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SKRect Create(int width, int height)
  2. SKRect Create(SKPoint location, SKSize size)
  3. SKRect Create(SKSize size)
  4. SKRect Create(float width, float height)
  5. SKRect Create(float x, float y, float width, float height)
    struct SKRect
    static
    Create
    (
    float x
    ,
    float y
    ,
    float width
    ,
    float height
    )

Meta