Eyeshot 10 WPF API Reference
DrawRichSmoothTriangles(IList<IndexTriangle>,IList<Point3D>,Single,Single,Single,Single) Method

WPF Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawRichSmoothTriangles Method : DrawRichSmoothTriangles(IList<IndexTriangle>,IList<Point3D>,Single,Single,Single,Single) Method
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawRichSmoothTriangles( _
   ByVal triangles As IList(Of IndexTriangle), _
   ByVal vertices As IList(Of Point3D), _
   ByVal scaleU As Single, _
   ByVal scaleV As Single, _
   ByVal offsetU As Single, _
   ByVal offsetV As Single _
) 
public abstract void DrawRichSmoothTriangles( 
   IList<IndexTriangle> triangles,
   IList<Point3D> vertices,
   float scaleU,
   float scaleV,
   float offsetU,
   float offsetV
)

Parameters

triangles
vertices
scaleU
scaleV
offsetU
offsetV
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List