C# 클래스 HelixToolkit.Wpf.LinesVisual3D

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

공개 프로퍼티들

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

공개 메소드들

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

Initializes a new instance of the LinesVisual3D class.

보호된 메소드들

메소드 설명
UpdateGeometry ( ) : void

Updates the geometry.

UpdateTransforms ( ) : bool

Updates the transforms.

메소드 상세

LinesVisual3D() 공개 메소드

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

UpdateGeometry() 보호된 메소드

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

UpdateTransforms() 보호된 메소드

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

프로퍼티 상세

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

Identifies the Thickness dependency property.
public static DependencyProperty,System.Windows ThicknessProperty
리턴 System.Windows.DependencyProperty