BlendMode Methods

SFML.Net

BlendMode Methods

The BlendMode type exposes the following members.

Methods
  Name Description
Public method Equals(Object)
Compare blend mode and object and checks if they are equal
(Overrides ValueTypeEquals(Object).)
Public method Equals(BlendMode)
Compare two blend modes and checks if they are equal
Public method GetHashCode
Provide a integer describing the object
(Overrides ValueTypeGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also