ctor

sfml.graphics.Rect.ctor
object ctor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ctor.type

Members list

Value members

Concrete methods

inline def apply[T <: Float | Int](rectLeft: T, rectTop: T, rectWidth: T, rectHeight: T): ctor
inline def apply[T <: Float | Int](position: Vector2[T], size: Vector2[T]): ctor
inline def apply[T <: Float | Int]()(using ev: Numeric[T]): ctor