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

Sets the size of a pixel for image primitives.

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

Parameters

w
Type: SystemSingle
u
Type: OIV.HardCopySoVectorizeActionDimensionUnits
Remarks

For sizes specified in pixels, specifies the physical size of a "pixel" on the hard copy output. One pixel is equal to w units where units are millimeters, meters, inches. By default 1 pixel equals 0.35 millimeters. Used for the following attributes: images.

See Also