Click or drag to resize
SoImagewidth Property

Width of image in pixels (optional).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public SoSFInt32 width { get; }

Property Value

Type: SoSFInt32
Remarks

By default (or when the width and height fields are both set to negative values), the actual size of the image is used. If the width and/or height are specified, the image is scaled to the specified size in pixels.

See Also