Click or drag to resize

VectorGraphicPathUpdateEndPoints Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.UpdateEndPoints(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand},System.Boolean)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
protected void UpdateEndPoints(
	IEnumerable<BaseMetafileCommand> commands,
	bool queueUpdate
)

Parameters

commands  IEnumerableBaseMetafileCommand

[Missing <param name="commands"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.UpdateEndPoints(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand},System.Boolean)"]

queueUpdate  Boolean

[Missing <param name="queueUpdate"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.UpdateEndPoints(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand},System.Boolean)"]

See Also