Click or drag to resize

VectorGraphicOptimizerOptimizeVectors(IListVectorGraphicLayer, OptimizationSettings, dmat4, Double, Int32, PenSet, NullableCancellationToken) Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.OptimizeVectors(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Configuration.OptimizationSettings,GlmSharp.dmat4,System.Double,System.Int32,RAYLASE.Marker.Common.PenSet,System.Nullable{System.Threading.CancellationToken})"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void OptimizeVectors(
	IList<VectorGraphicLayer> layers,
	OptimizationSettings optimizationSettings,
	dmat4 transformation,
	double motfAngle,
	int defaultPenNumber,
	PenSet penSet,
	CancellationToken? cancellationToken = null
)

Parameters

layers  IListVectorGraphicLayer

[Missing <param name="layers"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.OptimizeVectors(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Configuration.OptimizationSettings,GlmSharp.dmat4,System.Double,System.Int32,RAYLASE.Marker.Common.PenSet,System.Nullable{System.Threading.CancellationToken})"]

optimizationSettings  OptimizationSettings

[Missing <param name="optimizationSettings"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.OptimizeVectors(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Configuration.OptimizationSettings,GlmSharp.dmat4,System.Double,System.Int32,RAYLASE.Marker.Common.PenSet,System.Nullable{System.Threading.CancellationToken})"]

transformation  dmat4

[Missing <param name="transformation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.OptimizeVectors(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Configuration.OptimizationSettings,GlmSharp.dmat4,System.Double,System.Int32,RAYLASE.Marker.Common.PenSet,System.Nullable{System.Threading.CancellationToken})"]

motfAngle  Double

[Missing <param name="motfAngle"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.OptimizeVectors(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Configuration.OptimizationSettings,GlmSharp.dmat4,System.Double,System.Int32,RAYLASE.Marker.Common.PenSet,System.Nullable{System.Threading.CancellationToken})"]

defaultPenNumber  Int32

[Missing <param name="defaultPenNumber"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.OptimizeVectors(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Configuration.OptimizationSettings,GlmSharp.dmat4,System.Double,System.Int32,RAYLASE.Marker.Common.PenSet,System.Nullable{System.Threading.CancellationToken})"]

penSet  PenSet

[Missing <param name="penSet"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.OptimizeVectors(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Configuration.OptimizationSettings,GlmSharp.dmat4,System.Double,System.Int32,RAYLASE.Marker.Common.PenSet,System.Nullable{System.Threading.CancellationToken})"]

cancellationToken  NullableCancellationToken  (Optional)

[Missing <param name="cancellationToken"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.OptimizeVectors(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Configuration.OptimizationSettings,GlmSharp.dmat4,System.Double,System.Int32,RAYLASE.Marker.Common.PenSet,System.Nullable{System.Threading.CancellationToken})"]

See Also