Class Point

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Drawing.Primitives
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Drawing.Point
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • Point

        public Point​(java.lang.Object instance)
              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • Point

        public Point()
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Point

        public Point​(int x,
                     int y)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Point

        public Point​(int dw)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Point

        public Point​(Size sz)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Equals

        public boolean Equals​(Point other)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Add

        public static Point Add​(Point pt,
                                Size sz)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Ceiling

        public static Point Ceiling​(PointF value)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Subtract

        public static Point Subtract​(Point pt,
                                     Size sz)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Truncate

        public static Point Truncate​(PointF value)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Offset

        public void Offset​(int dx,
                           int dy)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Offset

        public void Offset​(Point p)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsEmpty

        public boolean getIsEmpty()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getX

        public int getX()
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setX

        public void setX​(int X)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getY

        public int getY()
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setY

        public void setY​(int Y)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable