ConstraintGuide.getMinSize

Gets the minimum size of @guide.

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

Parameters

width int*

return location for the minimum width, or %NULL

height int*

return location for the minimum height, or %NULL

Meta