|  | 
| PixelsVisual3D(Vector3, Color, Double) Constructor | 
            Constructor
            
Namespace: Ab3d.VisualsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
 Syntax
Syntaxpublic PixelsVisual3D(
	Vector3[] positions,
	Color pixelColor,
	double pixelSize
)
Parameters
- positions  Vector3
- positions defined in an array of Vector3
- pixelColor  Color
- color of pixels or color mask when PixelColors array is used
- pixelSize  Double
- size of pixels
 See Also
See Also