BoundsCheckableList1.UpdateBoundsCheckMode

UpdateBoundsCheckMode(BoundsCheckMode, double, double)

Updates boundsCheckMode parameter for initialized collection.

public void UpdateBoundsCheckMode(BoundsCheckMode boundsCheckMode, double containerWidth, 
    double containerHeight)
ParameterTypeDescription
boundsCheckModeBoundsCheckModeThe bounds check mode.
containerWidthDoubleThe container width.
containerHeightDoubleThe container height.

See Also


UpdateBoundsCheckMode(BoundsCheckMode)

Updates boundsCheckMode parameter for initialized collection.

public void UpdateBoundsCheckMode(BoundsCheckMode boundsCheckMode)
ParameterTypeDescription
boundsCheckModeBoundsCheckModeThe bounds check mode.

See Also