Component.this

Creates a new component.

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

Parameters

name
Type: string

The name of the component.

initialSize
Type: Size

The initial size of the component.

Meta