![AB4D logo](../icons/AB4D-logo.png) |
PixelsVisual3DIsWorldSize Property |
When true then the
PixelSize is specified in 3D world coordinates (when using perspective camera, the size of the pixel is smaller when it is farther away from the camera).
When false (by default), then the size is defined in screen coordinates (the size of the pixel is always the same regardless of the distance from the camera).
Namespace: Ab3d.VisualsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntaxpublic bool IsWorldSize { get; set; }
Property Value
Boolean
See Also