Click or drag to resize

VectorGraphicEngineGetMetafileCommandBoundingBox Method

Gets the bounding box of the metafilecommand.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public Cuboid GetMetafileCommandBoundingBox(
	dmat4 transformation,
	BaseMetafileCommand command
)

Parameters

transformation  dmat4

[Missing <param name="transformation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicEngine.GetMetafileCommandBoundingBox(GlmSharp.dmat4,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand)"]

command  BaseMetafileCommand

[Missing <param name="command"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicEngine.GetMetafileCommandBoundingBox(GlmSharp.dmat4,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand)"]

Return Value

Cuboid
Returns the bounding box.
See Also