Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the number of vertices (or texels) sampled.
Definition
Visual Basic Public ReadOnly Property NumberSamples As Integer C# public int NumberSamples { get; } C++ public:
property int NumberSamples {
int get();
}JScript public function get NumberSamples() : int
Property Value
System.Int32
An integer that represents the number of vertices (or texels) sampled.This property is read-only.