Home Reference Source
import {Resizable} from 'postprocessing'
public interface | source

Resizable

The Resizable contract.

Implemented by objects that can be resized.

Method Summary

Public Methods
public

setSize(width: Number, height: Number)

Sets the size of this object.

Public Methods

public setSize(width: Number, height: Number) source

Sets the size of this object.

Params:

NameTypeAttributeDescription
width Number

The width.

height Number

The height.