Share via


InsetsF Class

Definition

Represents inset distances from the four edges of a rectangle using single-precision floating-point values.

public ref class InsetsF
public class InsetsF
type InsetsF = class
Public Class InsetsF
Inheritance
InsetsF

Constructors

InsetsF(InsetsF)

Initializes a new instance of the InsetsF class by copying the values from another instance.

InsetsF(Single, Single, Single, Single)

Initializes a new instance of the InsetsF class with the specified values.

Properties

Bottom
Horizontal

The sum of the left and right insets.

Left
Right
Top
Vertical

The sum of the top and bottom insets.

Methods

AllValuesAreEqualTo(Single)
Equals(Object)
GetHashCode()
Parse(String)
ToParsableString()
ToString()

Applies to