SamplerState Members

The following tables list the members exposed by the SamplerState type.

Public Properties

Name Description
Public Property AddressU Gets or sets the texture-address mode for the u-coordinate.
Public Property AddressV Gets or sets the texture-address mode for the v-coordinate.
Public Property AddressW Gets or sets the texture-address mode for the w-coordinate.
Public Property BorderColor Gets or sets the border color.
Public Property MagFilter Gets or sets a magnification filter.
Public Property MaxAnisotropy Gets or sets the maximum anisotropy. The default value is 0.
Public Property MaxMipLevel Gets or sets the level of detail (LOD) index of the largest map to use.
Public Property MinFilter Gets or sets a minification filter.
Public Property MipFilter Gets or sets a mipmap filter to use during minification.
Public Property MipMapLevelOfDetailBias Gets or sets the mipmap level of detail (LOD) bias. The default value is 0.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Retrieves a string representation of this object.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

SamplerState Class
Microsoft.Xna.Framework.Graphics Namespace