Click or drag to resize

FontInformationCopyFrom Method

Copies all properties from the source.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public FontInformation CopyFrom(
	FontInformation source
)

Parameters

source  FontInformation
Font information to copy from.

Return Value

FontInformation
Returns this.
See Also