RenderStateManager.PatchEdgeStyle Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the tessellation mode for patch edges.

Definition

Visual Basic .NET Public Property PatchEdgeStyle As PatchEdge
C# public PatchEdge PatchEdgeStyle { get; set; }
Managed C++ public: __property PatchEdge get_PatchEdgeStyle();
public: __property void set_PatchEdgeStyle(PatchEdge);
JScript .NET public function get PatchEdgeStyle() : PatchEdge
public function set PatchEdgeStyle(PatchEdge);

Property Value

Microsoft.DirectX.Direct3D.PatchEdge . Value of the PatchEdge enumeration that represents the degree of interpolation to set or retrieve.

This property is read/write. 

Remarks

The default render state is PatchEdge.Discrete.

Using the PatchEdge.Continuous tessellation mode helps reduce rendering artifacts.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.