Click or drag to resize

VectorGraphicPathSetPen Method

Sets the pen profile that will be used for the subsequent commands.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual BaseMetafileCommand SetPen(
	int penNumber
)

Parameters

penNumber  Int32
The key name pointing to the pen that will be used from the pen list.

Return Value

BaseMetafileCommand
The metafile command to set a pen.
See Also