Click or drag to resize

VectorGraphicPathSetData Method

Sends a proprietary information that could be used to perform a custom action specific to the capability of the scan controller hardware.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual BaseMetafileCommand SetData(
	SetDataMetafileCommandCode code,
	string message,
	IList<double> data = null
)

Parameters

code  SetDataMetafileCommandCode
The command code.
message  String
The serialized data of the command.
data  IListDouble  (Optional)
Payload of the command.

Return Value

BaseMetafileCommand
The generated metafile command to store proprietary information.
See Also