ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Point Structure / Unary Negation Operator

In This Topic
    Unary Negation Operator (Point)
    In This Topic
    Multiplies the point coordinates by -1.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal pt As Point _
    ) As Point
    public Point operator -( 
       Point pt
    )

    Parameters

    pt
    See Also