The class used for specifying constrains
| C# | Visual Basic | Visual C++ |
public class ConstraintMetrics
Public Class ConstraintMetrics
public ref class ConstraintMetrics
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| ConstraintMetrics()()()() |
Constructor
| |
| ConstraintMetrics(Single, Single, Single, Single) |
Constructor
| |
| ConstraintMetrics(Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>)) |
Constructor
| |
| Bottom |
Bottom offset
| |
| Clone()()()() |
Creates a new object that is a copy of the current instance.
| |
| Equality(ConstraintMetrics, ConstraintMetrics) |
Operator overload
| |
| Equals(ConstraintMetrics) |
Indicates whether the current object is equal to another object of the same type.
| |
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetConstrainedRectangle(Rectangle) |
Constrains this rectangle with the outer one
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode()()()().) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Height |
Height
| |
| Inequality(ConstraintMetrics, ConstraintMetrics) |
Operator overload
| |
| Left |
Left offset
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Right |
Right offset
| |
| Top |
Top offset
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Width |
Width
| |
| Zero |
Zero metrics
|
Coded by Danko Kozar
| Object | |
| ConstraintMetrics | |