Uses of Class
com.aspose.imaging.SizeF

Packages that use SizeF
com.aspose.imaging   
 

Uses of SizeF in com.aspose.imaging
 

Methods in com.aspose.imaging that return SizeF
static SizeF SizeF.add(SizeF size1, SizeF size2)
           Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
 SizeF SizeF.Clone()
           
static SizeF SizeF.getEmpty()
           Gets a new instance of the SizeF structure that has SizeF.Width and SizeF.Height values set to zero.
 SizeF RectangleF.getSize()
           Gets the size of this RectangleF.
static SizeF SizeF.op_Addition(SizeF size1, SizeF size2)
           Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
static SizeF SizeF.op_Subtraction(SizeF size1, SizeF size2)
           Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
static SizeF SizeF.subtract(SizeF size1, SizeF size2)
           Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
static SizeF Size.toSizeF(Size size)
           Converts the specified Size to a SizeF.
 

Methods in com.aspose.imaging with parameters of type SizeF
static PointF PointF.add(PointF point, SizeF size)
           Translates a given PointF by a specified SizeF.
static SizeF SizeF.add(SizeF size1, SizeF size2)
           Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
static Size Size.ceiling(SizeF size)
           Converts the specified SizeF structure to a Size structure by rounding the values of the Size structure to the next higher integer values.
 void SizeF.CloneTo(SizeF that)
           
static boolean SizeF.equals(SizeF obj1, SizeF obj2)
           
 void RectangleF.inflate(SizeF size)
           Inflates this RectangleF by the specified amount.
static PointF PointF.op_Addition(PointF point, SizeF size)
           Translates the PointF by the specified SizeF.
static SizeF SizeF.op_Addition(SizeF size1, SizeF size2)
           Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
static boolean SizeF.op_Equality(SizeF size1, SizeF size2)
           Tests whether two SizeF structures are equal.
static boolean SizeF.op_Inequality(SizeF size1, SizeF size2)
           Tests whether two SizeF structures are different.
static PointF PointF.op_Subtraction(PointF point, SizeF size)
           Translates a PointF by the negative of a specified SizeF.
static SizeF SizeF.op_Subtraction(SizeF size1, SizeF size2)
           Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
static Size Size.round(SizeF size)
           Converts the specified SizeF structure to a Size structure by rounding the values of the SizeF structure to the nearest integer values.
 void RectangleF.setSize(SizeF value)
           Gets the size of this RectangleF.
static PointF PointF.subtract(PointF point, SizeF size)
           Translates a PointF by the negative of a specified size.
static SizeF SizeF.subtract(SizeF size1, SizeF size2)
           Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
static PointF SizeF.toPointF(SizeF size)
           Converts the specified SizeF to a PointF.
static Size Size.truncate(SizeF size)
           Converts the specified SizeF structure to a Size structure by truncating the values of the SizeF structure to the next lower integer values.
 

Constructors in com.aspose.imaging with parameters of type SizeF
RectangleF(PointF location, SizeF size)
           Initializes a new instance of the RectangleF structure with the specified location and size.
SizeF(SizeF size)
           Initializes a new instance of the SizeF structure from the specified SizeF.