Click or drag to resize

RenderSettingsGetBoundingBox Property

Delegate for calculating the bounding box. In case of null, box will be calculated with rendered layers.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public Func<dmat4, Cuboid> GetBoundingBox { get; set; }

Property Value

Funcdmat4, Cuboid
See Also