[]
        
(Showing Draft Content)

C1.iOS.Core.C1Border.GetInsideMeasureSize

GetInsideMeasureSize Method

GetInsideMeasureSize(CGSize, bool, bool)

Gets the measure of the content of the border, including paddings.

Declaration
protected virtual CGSize GetInsideMeasureSize(CGSize insideAvailableSize, bool exactWidth, bool exactHeight)
Protected Overridable Function GetInsideMeasureSize(insideAvailableSize As CGSize, exactWidth As Boolean, exactHeight As Boolean) As CGSize
Parameters
Type Name Description
CGSize insideAvailableSize

The available size.

bool exactWidth

Specifies whether the content is measured with the exact width.

bool exactHeight

Specifies whether the content is measured with the exact height.

Returns
Type Description
CGSize