RenderSettingsGetBoundingBox Property |
Delegate for calculating the bounding box. In case of null, box will be calculated with rendered layers.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic Func<dmat4, Cuboid> GetBoundingBox { get; set; }
Property Value
Funcdmat4,
Cuboid
See Also