| IShapeMidpoint Method |
Computes the midpoint of a shape.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax Function Midpoint As Point
Dim instance As IShape
Dim returnValue As Point
returnValue = instance.Midpoint()
Return Value
Type:
PointThe point representing the midpoint.
See Also