ConstraintGuide.getMaxSize

Gets the maximum size of @guide.

class ConstraintGuide
void
getMaxSize
(
int* width
,
int* height
)

Parameters

width int*

return location for the maximum width, or %NULL

height int*

return location for the maximum height, or %NULL

Meta