Method | Description | |
---|---|---|
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.
|
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. |
return | System.Collections.Generic |
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. |
return | System.Collections.Generic |