| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| Modifier and Type | Method and Description |
|---|---|
static SizeF |
SizeF.add(SizeF sz1,
SizeF sz2)
|
SizeF |
SizeF.Clone() |
static SizeF |
SizeF.getEmpty() |
SizeF |
Image.getPhysicalDimension()
Gets the width and height of this image.
|
SizeF |
RectangleF.getSize()
Gets the size of this
RectangleF. |
SizeF |
Graphics.measureString(String text,
Font font)
Measures the specified string when drawn with the specified
Font. |
SizeF |
Graphics.measureString(String text,
Font font,
int width)
Measures the specified string when drawn with the specified
Font. |
SizeF |
Graphics.measureString(String text,
Font font,
int width,
StringFormat format)
Measures the specified string when drawn with the specified
Font and formatted
with the specified StringFormat. |
SizeF |
Graphics.measureString(String text,
Font font,
PointF origin,
StringFormat stringFormat)
Measures the specified string when drawn with the specified
Font and formatted
with the specified StringFormat. |
SizeF |
Graphics.measureString(String text,
Font font,
SizeF layoutArea)
Measures the specified string when drawn with the specified
Font. |
SizeF |
Graphics.measureString(String text,
Font font,
SizeF layoutArea,
StringFormat stringFormat)
Measures the specified string when drawn with the specified
Font and formatted
with the specified StringFormat. |
SizeF |
Graphics.measureString(String text,
Font font,
SizeF layoutArea,
StringFormat stringFormat,
int[] charactersFitted,
int[] linesFilled)
Measures the specified string when drawn with the specified
Font and formatted
with the specified StringFormat. |
static SizeF |
SizeF.op_Addition(SizeF sz1,
SizeF sz2)
|
static SizeF |
SizeF.op_Division(SizeF left,
float right)
|
static SizeF |
Size.op_Division(Size left,
float right)
|
static SizeF |
Size.op_Multiply(float left,
Size right)
|
static SizeF |
SizeF.op_Multiply(float left,
SizeF right)
|
static SizeF |
SizeF.op_Multiply(SizeF left,
float right)
|
static SizeF |
Size.op_Multiply(Size left,
float right)
|
static SizeF |
SizeF.op_Subtraction(SizeF sz1,
SizeF sz2)
|
static SizeF |
SizeF.subtract(SizeF sz1,
SizeF sz2)
|
static SizeF |
Size.to_SizeF(Size p)
|
| Modifier and Type | Method and Description |
|---|---|
static PointF |
PointF.add(PointF orig,
SizeF sizeF)
|
static SizeF |
SizeF.add(SizeF sz1,
SizeF sz2)
|
static Size |
Size.ceiling(SizeF value)
|
void |
SizeF.CloneTo(SizeF that) |
boolean |
SizeF.equals(SizeF other)
|
void |
RectangleF.inflate(SizeF size)
Inflates this
RectangleF by the specified amount. |
static boolean |
SizeF.isEquals(SizeF obj1,
SizeF obj2) |
SizeF |
Graphics.measureString(String text,
Font font,
SizeF layoutArea)
Measures the specified string when drawn with the specified
Font. |
SizeF |
Graphics.measureString(String text,
Font font,
SizeF layoutArea,
StringFormat stringFormat)
Measures the specified string when drawn with the specified
Font and formatted
with the specified StringFormat. |
SizeF |
Graphics.measureString(String text,
Font font,
SizeF layoutArea,
StringFormat stringFormat,
int[] charactersFitted,
int[] linesFilled)
Measures the specified string when drawn with the specified
Font and formatted
with the specified StringFormat. |
static PointF |
PointF.op_Addition(PointF pt,
SizeF sz) |
static SizeF |
SizeF.op_Addition(SizeF sz1,
SizeF sz2)
|
static SizeF |
SizeF.op_Division(SizeF left,
float right)
|
static boolean |
SizeF.op_Equality(SizeF sz1,
SizeF sz2)
Tests whether two
SizeF structures are equal. |
static boolean |
SizeF.op_Inequality(SizeF sz1,
SizeF sz2)
Tests whether two
SizeF structures are different. |
static SizeF |
SizeF.op_Multiply(float left,
SizeF right)
|
static SizeF |
SizeF.op_Multiply(SizeF left,
float right)
|
static PointF |
PointF.op_Subtraction(PointF pt,
SizeF sz) |
static SizeF |
SizeF.op_Subtraction(SizeF sz1,
SizeF sz2)
|
static Size |
Size.round(SizeF value)
|
void |
RectangleF.setSize(SizeF value)
Sets the size of this
RectangleF. |
static PointF |
PointF.subtract(PointF pt,
SizeF sz) |
static SizeF |
SizeF.subtract(SizeF sz1,
SizeF sz2)
|
static PointF |
SizeF.to_PointF(SizeF size) |
static Size |
Size.truncate(SizeF value)
|
| Constructor and Description |
|---|
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 struct. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.