Class

HSWidgetSizeObject

An object wrapper for widget size structure.


Declaration


@interface HSWidgetSizeObject : NSObject <NSCopying>

Topics


Creating A Size Object


Initializing A Size Object


Properties

  • size

    Contains dimensions in grid positions.

  • numRows

    Represents number of rows of the size.

  • numCols

    Represents number of columns of the size.


Comparison

Related Links


Structure

  • HSWidgetSize

    A structure that contains dimensions in grid positions.