Class SelectedImage
- Namespace
- Dynamicweb.CoreUI.Editors.Selectors
- Assembly
- Dynamicweb.CoreUI.dll
- Inheritance
-
Selected
Image
- Implements
- Inherited Members
Properties
FocalX
Property Value
FocalY
Property Value
Id
Property Value
Name
Property Value
Ratio
Property Value
Methods
CompareTo(object?)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Parameters
obj
objectAn object to compare with this instance.
Returns
- int
A value that indicates the relative order of the objects being compared. The return value has these meanings:
Value Meaning Less than zero This instance precedes obj
in the sort order.Zero This instance occurs in the same position in the sort order as obj
.Greater than zero This instance follows obj
in the sort order.
Exceptions
- Argument
Exception obj
is not the same type as this instance.
Equals(object?)
Determines whether the specified object is equal to the current object.
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
Returns
- int
A hash code for the current object.
Parse(string)
Parameters
image
string
Returns
ToString()
Returns a string that represents the current object.
Returns
- string
A string that represents the current object.
Operators
operator ==(SelectedImage, SelectedImage)
Parameters
left
SelectedImage right
SelectedImage
Returns
operator >(SelectedImage, SelectedImage)
Parameters
left
SelectedImage right
SelectedImage
Returns
operator >=(SelectedImage, SelectedImage)
Parameters
left
SelectedImage right
SelectedImage
Returns
operator !=(SelectedImage, SelectedImage)
Parameters
left
SelectedImage right
SelectedImage
Returns
operator <(SelectedImage, SelectedImage)
Parameters
left
SelectedImage right
SelectedImage
Returns
operator <=(SelectedImage, SelectedImage)
Parameters
left
SelectedImage right
SelectedImage