Click or drag to resize

JobElementGroupPanel(ListJobElementPanel, Double) 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,
	double rotation
)

Parameters

jobElements  ListJobElementPanel

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

rotation  Double

[Missing <param name="rotation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.JobElementGroupPanel.#ctor(System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.JobElementPanel},System.Double)"]

See Also