Component.this

Creates a new component.

  1. this()
  2. this(float width, float height)
    class Component
    protected
    this
    (
    float width
    ,
    float height
    )

Parameters

width float

The width of the component.

height float

The height of the component.

Meta