C# 클래스 HelixToolkit.Wpf.PointsVisual3D

A visual element that contains a set of points. The size of the points is defined in screen space.
상속: ScreenSpaceVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SizeProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
PointsVisual3D ( ) : System.Windows

Initializes a new instance of the PointsVisual3D class.

보호된 메소드들

메소드 설명
UpdateGeometry ( ) : void

Updates the geometry.

UpdateTransforms ( ) : bool

Updates the transforms.

메소드 상세

PointsVisual3D() 공개 메소드

Initializes a new instance of the PointsVisual3D class.
public PointsVisual3D ( ) : System.Windows
리턴 System.Windows

UpdateGeometry() 보호된 메소드

Updates the geometry.
protected UpdateGeometry ( ) : void
리턴 void

UpdateTransforms() 보호된 메소드

Updates the transforms.
protected UpdateTransforms ( ) : bool
리턴 bool

프로퍼티 상세

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

Identifies the Size dependency property.
public static DependencyProperty,System.Windows SizeProperty
리턴 System.Windows.DependencyProperty