The XBlending type exposes the following members.

Constructors

  NameDescription
XBlending
Creates new XBlending class instance.

Methods

  NameDescription
Compare
Compares two XBlending class instances.
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
SetRenderBlending
Sets the blending mode for the given device.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Fields

  NameDescription
Add
Defines blending using the component sum.
Alpha
Defines blending using the alpha component.
Modulate
Defines blending using the component modulation.
None
Defines blending with the full overlay of the first component. The second component is ommited.
TransparentColor
Defines blending using the transparent color.

Properties

  NameDescription
Destination
Returns the Blend color blending at the target object.
Source
Returns the Blend color blending at the source object.

See Also