SoVectorizeActionSetBorder Method (Single) |
Sets the width of the border of the clipping limits.
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public virtual void SetBorder(
float width
)
Public Overridable Sub SetBorder (
width As Single
)
public:
virtual void SetBorder(
float width
)
abstract SetBorder :
width : float32 -> unit
override SetBorder :
width : float32 -> unit
Parameters
- width
- Type: SystemSingle
Remarks The color of the border is set to white. If width = 0, there is no border.
See Also