C# Class HelixToolkit.Wpf.QuadVisual3D

A visual element that displays a quadrilateral polygon.
See http://en.wikipedia.org/wiki/Quadrilateral
Inheritance: MeshElement3D
显示文件 Open project: litdev1/LitDev

Public Properties

Property Type Description
Point1Property System.Windows.DependencyProperty
Point2Property System.Windows.DependencyProperty
Point3Property System.Windows.DependencyProperty
Point4Property System.Windows.DependencyProperty

Protected Methods

Method Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

Method Details

Tessellate() protected method

Do the tesselation and return the MeshGeometry3D.
protected Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D
return System.Windows.Media.Media3D.MeshGeometry3D

Property Details

Point1Property public_oe static_oe property

Identifies the Point1 dependency property.
public static DependencyProperty,System.Windows Point1Property
return System.Windows.DependencyProperty

Point2Property public_oe static_oe property

Identifies the Point2 dependency property.
public static DependencyProperty,System.Windows Point2Property
return System.Windows.DependencyProperty

Point3Property public_oe static_oe property

Identifies the Point3 dependency property.
public static DependencyProperty,System.Windows Point3Property
return System.Windows.DependencyProperty

Point4Property public_oe static_oe property

Identifies the Point4 dependency property.
public static DependencyProperty,System.Windows Point4Property
return System.Windows.DependencyProperty