VectorGraphicPathSetPen Method |
Sets the pen profile that will be used for the subsequent commands.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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
BaseMetafileCommandThe metafile command to set a pen.
See Also