CGSizeMake

Returns a size with the specified dimension values.

version(D_ObjectiveC)
extern (Objective-C)
CGSizeMake
(
float width
,
float height
)

Parameters

width float

A width value.

height float

A height value.

Return Value

Type: CGSize

Returns a CGSize structure with the specified width and height.

Meta