Click or drag to resize
SoVectorizeActionSetNominalWidth Method (Single, SoVectorizeActionDimensionUnits)

Sets the nominal width.

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void SetNominalWidth(
	float w,
	SoVectorizeActionDimensionUnits u
)

Parameters

w
Type: SystemSingle
u
Type: OIV.HardCopySoVectorizeActionDimensionUnits
Remarks

For sizes specified in "points" (equals 1/72 inch), specifies the physical size of the "point" on the hard copy output. One printer point is equal to w units where units are millimeters, meters, inches. By default 1 printer point equals approximately 0.3527 millimeters. Used for the following attributes: line width, point size, text size, and text space.

See Also