C# Class HelixToolkit.Wpf.QuadVisual3D

A visual element that displays a quadrilateral polygon.
See http://en.wikipedia.org/wiki/Quadrilateral
Inheritance: MeshElement3D
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
Point1Property System.Windows.DependencyProperty
Point2Property System.Windows.DependencyProperty
Point3Property System.Windows.DependencyProperty
Point4Property System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

Method Details

Tessellate() protected méthode

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

Property Details

Point1Property public_oe static_oe property

Identifies the Point1 dependency property.
public static DependencyProperty,System.Windows Point1Property
Résultat System.Windows.DependencyProperty

Point2Property public_oe static_oe property

Identifies the Point2 dependency property.
public static DependencyProperty,System.Windows Point2Property
Résultat System.Windows.DependencyProperty

Point3Property public_oe static_oe property

Identifies the Point3 dependency property.
public static DependencyProperty,System.Windows Point3Property
Résultat System.Windows.DependencyProperty

Point4Property public_oe static_oe property

Identifies the Point4 dependency property.
public static DependencyProperty,System.Windows Point4Property
Résultat System.Windows.DependencyProperty