Class BreakpointCondition
- Namespace
- Adw
- Assembly
- Adw-1.dll
public sealed class BreakpointCondition : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<BreakpointCondition>, IDisposable
- Inheritance
-
BreakpointCondition
- Implements
- Inherited Members
Constructors
BreakpointCondition(BreakpointConditionOwnedHandle)
public BreakpointCondition(BreakpointConditionOwnedHandle handle)
Parameters
Properties
Handle
public BreakpointConditionOwnedHandle Handle { get; }
Property Value
Methods
Copy()
[Version("1.4")]
public BreakpointCondition Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(BreakpointCondition?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(BreakpointCondition? other)
Parameters
other
BreakpointConditionAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
[Version("1.4")]
public void Free()
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
NewAnd(BreakpointCondition, BreakpointCondition)
[Version("1.4")]
public static BreakpointCondition NewAnd(BreakpointCondition condition1, BreakpointCondition condition2)
Parameters
condition1
BreakpointConditioncondition2
BreakpointCondition
Returns
NewLength(BreakpointConditionLengthType, double, LengthUnit)
[Version("1.4")]
public static BreakpointCondition NewLength(BreakpointConditionLengthType type, double value, LengthUnit unit)
Parameters
type
BreakpointConditionLengthTypevalue
doubleunit
LengthUnit
Returns
NewOr(BreakpointCondition, BreakpointCondition)
[Version("1.4")]
public static BreakpointCondition NewOr(BreakpointCondition condition1, BreakpointCondition condition2)
Parameters
condition1
BreakpointConditioncondition2
BreakpointCondition
Returns
NewRatio(BreakpointConditionRatioType, int, int)
[Version("1.4")]
public static BreakpointCondition NewRatio(BreakpointConditionRatioType type, int width, int height)
Parameters
type
BreakpointConditionRatioTypewidth
intheight
int
Returns
Parse(string)
[Version("1.4")]
public static BreakpointCondition Parse(string str)
Parameters
str
string
Returns
ToString()
[Version("1.4")]
public string ToString()