Click or drag to resize
AB4D logo

LineSelectorDataScreenPositionsBoundingBox Property

Gets a 2D bounding box (RectangleF) of the positions on the screen. This property has a valid value only after calling CalculateScreenSpacePositions(BaseCamera) or CalculateScreenSpacePositions(Matrix3D, Transform3D)method.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Rect ScreenPositionsBoundingBox { get; }

Property Value

Rect
See Also