Class SizeF

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Drawing.Primitives, Version=8.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.SizeF
        See Also:
        Constant Field Values
      • classType

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

      • SizeF

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

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

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

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

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

        public SizeF​(Vector2 vector)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Equals

        public boolean Equals​(SizeF other)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ToPointF

        public PointF ToPointF()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ToSize

        public Size ToSize()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Add

        public static SizeF Add​(SizeF sz1,
                                SizeF sz2)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Subtract

        public static SizeF Subtract​(SizeF sz1,
                                     SizeF sz2)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ToVector2

        public Vector2 ToVector2()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsEmpty

        public boolean getIsEmpty()
                           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
      • 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