Click or drag to resize

VectorGraphicEngineGetStrokeFont Method

Returns the specified stroke font.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual StrokeFont GetStrokeFont(
	string name
)

Parameters

name  String
Name of the stroke font.

Return Value

StrokeFont
Specified stroke font
See Also