AtalaImageViewerMeasureOverride Method |
Measures the content of the control.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected override Size MeasureOverride(
Size constraint
)
Protected Overrides Function MeasureOverride (
constraint As Size
) As Size
Parameters
- constraint
- Type: System.WindowsSize
The size constraint placed on the control.
Return Value
Type:
Size The size of the control content.
See Also