'Declaration Protected Overrides Function MeasureOverride( _ ByVal constraint As Size _ ) As Size
'Usage Dim instance As MagnifierAdorner Dim constraint As Size Dim value As Size value = instance.MeasureOverride(constraint)
protected override Size MeasureOverride( Size constraint )
Parameters
- constraint
- The maximum size that the method can return.
Return Value
The size of the control, up to the maximum specified by constraint.