Click or drag to resize

JobElementGroupPanel(ListJobElementPanel, Cuboid, dmat4, bvec3, Double, dvec2, CartesianAxis) Constructor

Initializes a new instance of the JobElementGroupPanel class

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public JobElementGroupPanel(
	List<JobElementPanel> jobElements,
	Cuboid boundingBox,
	dmat4 trafo,
	bvec3 flippedAxes,
	double pixelToUm,
	dvec2 canvasCenter,
	CartesianAxis projection
)

Parameters

jobElements  ListJobElementPanel

[Missing <param name="jobElements"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.JobElementGroupPanel.#ctor(System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.JobElementPanel},RAYLASE.Marker.VectorGraphicElement.Cuboid,GlmSharp.dmat4,GlmSharp.bvec3,System.Double,GlmSharp.dvec2,RAYLASE.Marker.Common.CartesianAxis)"]

boundingBox  Cuboid

[Missing <param name="boundingBox"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.JobElementGroupPanel.#ctor(System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.JobElementPanel},RAYLASE.Marker.VectorGraphicElement.Cuboid,GlmSharp.dmat4,GlmSharp.bvec3,System.Double,GlmSharp.dvec2,RAYLASE.Marker.Common.CartesianAxis)"]

trafo  dmat4

[Missing <param name="trafo"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.JobElementGroupPanel.#ctor(System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.JobElementPanel},RAYLASE.Marker.VectorGraphicElement.Cuboid,GlmSharp.dmat4,GlmSharp.bvec3,System.Double,GlmSharp.dvec2,RAYLASE.Marker.Common.CartesianAxis)"]

flippedAxes  bvec3

[Missing <param name="flippedAxes"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.JobElementGroupPanel.#ctor(System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.JobElementPanel},RAYLASE.Marker.VectorGraphicElement.Cuboid,GlmSharp.dmat4,GlmSharp.bvec3,System.Double,GlmSharp.dvec2,RAYLASE.Marker.Common.CartesianAxis)"]

pixelToUm  Double

[Missing <param name="pixelToUm"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.JobElementGroupPanel.#ctor(System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.JobElementPanel},RAYLASE.Marker.VectorGraphicElement.Cuboid,GlmSharp.dmat4,GlmSharp.bvec3,System.Double,GlmSharp.dvec2,RAYLASE.Marker.Common.CartesianAxis)"]

canvasCenter  dvec2

[Missing <param name="canvasCenter"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.JobElementGroupPanel.#ctor(System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.JobElementPanel},RAYLASE.Marker.VectorGraphicElement.Cuboid,GlmSharp.dmat4,GlmSharp.bvec3,System.Double,GlmSharp.dvec2,RAYLASE.Marker.Common.CartesianAxis)"]

projection  CartesianAxis

[Missing <param name="projection"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.JobElementGroupPanel.#ctor(System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.JobElementPanel},RAYLASE.Marker.VectorGraphicElement.Cuboid,GlmSharp.dmat4,GlmSharp.bvec3,System.Double,GlmSharp.dvec2,RAYLASE.Marker.Common.CartesianAxis)"]

See Also