C# 클래스 HelixToolkit.Wpf.QuadVisual3D

A visual element that displays a quadrilateral polygon.
See http://en.wikipedia.org/wiki/Quadrilateral
상속: MeshElement3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
Point1Property System.Windows.DependencyProperty
Point2Property System.Windows.DependencyProperty
Point3Property System.Windows.DependencyProperty
Point4Property System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

메소드 상세

Tessellate() 보호된 메소드

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

프로퍼티 상세

Point1Property 공개적으로 정적으로 프로퍼티

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

Point2Property 공개적으로 정적으로 프로퍼티

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

Point3Property 공개적으로 정적으로 프로퍼티

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

Point4Property 공개적으로 정적으로 프로퍼티

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