C# 클래스 HelixToolkit.Wpf.Billboard

Represents a billboard.
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 메소드들

메소드 설명
Billboard ( System.Windows.Media.Media3D.Point3D position, double size, double depthOffset ) : System.Collections.Generic

Initializes a new instance of the Billboard class.

Billboard ( System.Windows.Media.Media3D.Point3D position, double width = 1.0, double height = 1.0, HorizontalAlignment horizontalAlignment = HorizontalAlignment.Center, VerticalAlignment verticalAlignment = VerticalAlignment.Center, double depthOffset = 0.0 ) : System.Collections.Generic

Initializes a new instance of the Billboard class.

메소드 상세

Billboard() 공개 메소드

Initializes a new instance of the Billboard class.
public Billboard ( System.Windows.Media.Media3D.Point3D position, double size, double depthOffset ) : System.Collections.Generic
position System.Windows.Media.Media3D.Point3D The position.
size double The size.
depthOffset double The depth offset.
리턴 System.Collections.Generic

Billboard() 공개 메소드

Initializes a new instance of the Billboard class.
public Billboard ( System.Windows.Media.Media3D.Point3D position, double width = 1.0, double height = 1.0, HorizontalAlignment horizontalAlignment = HorizontalAlignment.Center, VerticalAlignment verticalAlignment = VerticalAlignment.Center, double depthOffset = 0.0 ) : System.Collections.Generic
position System.Windows.Media.Media3D.Point3D The position.
width double The width.
height double The height.
horizontalAlignment HorizontalAlignment The horizontal alignment.
verticalAlignment VerticalAlignment The vertical alignment.
depthOffset double The depth offset.
리턴 System.Collections.Generic