C# 클래스 HelixToolkit.Wpf.BillboardVisual3D

A visual element that contains a billboard (a quadrilateral that always faces camera). The size of the billboard is defined in screen space.
상속: RenderingModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
DepthOffsetProperty System.Windows.DependencyProperty
HeightProperty System.Windows.DependencyProperty
HorizontalAlignmentProperty System.Windows.DependencyProperty
MaterialProperty System.Windows.DependencyProperty
PositionProperty System.Windows.DependencyProperty
VerticalAlignmentProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

공개 메소드들

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

Initializes a new instance of the BillboardVisual3D class.

OnMaterialChanged ( ) : void

The on material changed.

보호된 메소드들

메소드 설명
GeometryChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The geometry changed.

OnCompositionTargetRendering ( object sender, System.Windows.Media.RenderingEventArgs e ) : void

The composition target_ rendering.

OnVisualParentChanged ( DependencyObject oldParent ) : void

Called when the parent of the 3-D visual object is changed.

UpdateGeometry ( ) : void

Updates the geometry.

UpdateTransforms ( ) : bool

Updates the transforms.

비공개 메소드들

메소드 설명
MaterialChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The color changed.

OnGeometryChanged ( ) : void

Called when geometry properties have changed.

메소드 상세

BillboardVisual3D() 공개 메소드

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

GeometryChanged() 보호된 정적인 메소드

The geometry changed.
protected static GeometryChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject /// The sender. ///
e System.Windows.DependencyPropertyChangedEventArgs /// The event arguments. ///
리턴 void

OnCompositionTargetRendering() 보호된 메소드

The composition target_ rendering.
protected OnCompositionTargetRendering ( object sender, System.Windows.Media.RenderingEventArgs e ) : void
sender object /// The sender. ///
e System.Windows.Media.RenderingEventArgs /// The event arguments. ///
리턴 void

OnMaterialChanged() 공개 메소드

The on material changed.
public OnMaterialChanged ( ) : void
리턴 void

OnVisualParentChanged() 보호된 메소드

Called when the parent of the 3-D visual object is changed.
protected OnVisualParentChanged ( DependencyObject oldParent ) : void
oldParent System.Windows.DependencyObject /// A value of type that represents the previous parent of the /// /// object. If the /// /// object did not have a previous parent, the value of the parameter is null. ///
리턴 void

UpdateGeometry() 보호된 메소드

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

UpdateTransforms() 보호된 메소드

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

프로퍼티 상세

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

Identifies the DepthOffset dependency property.
public static DependencyProperty,System.Windows DepthOffsetProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Height dependency property.
public static DependencyProperty,System.Windows HeightProperty
리턴 System.Windows.DependencyProperty

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

Identifies the HorizontalAlignment dependency property.
public static DependencyProperty,System.Windows HorizontalAlignmentProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Material dependency property.
public static DependencyProperty,System.Windows MaterialProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Position dependency property.
public static DependencyProperty,System.Windows PositionProperty
리턴 System.Windows.DependencyProperty

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

Identifies the VerticalAlignment dependency property.
public static DependencyProperty,System.Windows VerticalAlignmentProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Width dependency property.
public static DependencyProperty,System.Windows WidthProperty
리턴 System.Windows.DependencyProperty