SoRadialGradientCenteredProcessing2dprojectionMode Property |
Select the output images mode.
Namespace: OIV.ImageViz.Engines.EdgeDetection.GradientAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoRadialGradientCenteredProcessing2dProjectionModes> projectionMode { get; }
Public ReadOnly Property projectionMode As SoSFEnum(Of SoRadialGradientCenteredProcessing2dProjectionModes)
Get
public:
property SoSFEnum<SoRadialGradientCenteredProcessing2dProjectionModes>^ projectionMode {
SoSFEnum<SoRadialGradientCenteredProcessing2dProjectionModes>^ get ();
}
member projectionMode : SoSFEnum<SoRadialGradientCenteredProcessing2dProjectionModes> with get
Property Value
Type:
SoSFEnumSoRadialGradientCenteredProcessing2dProjectionModesRemarks . Default is GRADIENT_NORMAL
See Also