Class RectangleF

    • Field Detail

      • assemblyFullName

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

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

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

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

      • RectangleF

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

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

        public RectangleF​(Single x,
                          Single y,
                          Single width,
                          Single height)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • RectangleF

        public RectangleF​(PointF location,
                          SizeF size)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Contains

        public boolean Contains​(Single x,
                                Single y)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Contains

        public boolean Contains​(PointF pt)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Contains

        public boolean Contains​(RectangleF rect)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IntersectsWith

        public boolean IntersectsWith​(RectangleF rect)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Inflate

        public void Inflate​(Single x,
                            Single y)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Inflate

        public void Inflate​(SizeF size)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Intersect

        public void Intersect​(RectangleF rect)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Offset

        public void Offset​(Single x,
                           Single y)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Offset

        public void Offset​(PointF pos)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsEmpty

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

        public Single getBottom()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeight

        public Single getHeight()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHeight

        public void setHeight​(Single Height)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLeft

        public Single getLeft()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRight

        public Single getRight()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTop

        public Single getTop()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getWidth

        public Single getWidth()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setWidth

        public void setWidth​(Single Width)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getX

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

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

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

        public void setY​(Single Y)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLocation

        public PointF getLocation()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLocation

        public void setLocation​(PointF Location)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSize

        public SizeF getSize()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSize

        public void setSize​(SizeF Size)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable