Component.this

Creates a new component.

  1. this(string name, Size initialSize)
    class Component
    protected
    this
    (
    string name
    ,)
  2. this(string name)

Parameters

name string

The name of the component.

initialSize Size

The initial size of the component.

Meta