| EllipseMidpoint 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 Public Function Midpoint As Point
Dim instance As Ellipse
Dim returnValue As Point
returnValue = instance.Midpoint()
public:
virtual Point Midpoint() sealed
Return Value
Type:
PointThe point representing the midpoint.
Implements
IShapeMidpointSee Also