SizeF Structure |
Namespace: Aspose.PSD
The SizeF type exposes the following members.
Name | Description | |
---|---|---|
![]() | SizeF(PointF) |
Initializes a new instance of the SizeF structure from the specified PointF.
|
![]() | SizeF(SizeF) |
Initializes a new instance of the SizeF structure from the specified SizeF.
|
![]() | SizeF(Single, Single) |
Initializes a new instance of the SizeF structure from the specified dimensions.
|
Name | Description | |
---|---|---|
![]() ![]() | Empty | |
![]() | Height |
Gets or sets the vertical component of this SizeF.
|
![]() | IsEmpty |
Gets a value indicating whether this SizeF has zero width and height.
|
![]() | Width |
Gets or sets the horizontal component of this SizeF.
|
Name | Description | |
---|---|---|
![]() ![]() | Add |
Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
|
![]() | Equals |
Tests to see whether the specified object is a SizeF with the same dimensions as this SizeF.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for this Size structure.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Subtract |
Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
|
![]() | ToPointF |
Converts a SizeF to a PointF.
|
![]() | ToSize |
Converts a SizeF to a Size structure with truncated size values.
|
![]() | ToString |
Creates a human-readable string that represents this SizeF.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
|
![]() ![]() | Equality |
Tests whether two SizeF structures are equal.
|
![]() ![]() | (SizeF to PointF) |
Converts the specified SizeF to a PointF.
|
![]() ![]() | Inequality |
Tests whether two SizeF structures are different.
|
![]() ![]() | Subtraction |
Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.
|