'Declaration Public Function GetArcCenter( _
ByVal locationThe arc annotation location.As System.Drawing.PointF, _
ByVal sizeThe arc annotation size.As System.Drawing.SizeF _
) As System.Drawing.PointF
public System.Drawing.PointF GetArcCenter(
System.Drawing.PointF location,
System.Drawing.SizeF size
)
public: System.Drawing.PointF GetArcCenter(
System.Drawing.PointF location,
System.Drawing.SizeF* size
)
public:
System.Drawing.PointF GetArcCenter(
System.Drawing.PointF location,
System.Drawing.SizeF^ size
)
Parameters
- location
- The arc annotation location.
- size
- The arc annotation size.
Return Value
The arc annotation center.