/// <summary> /// LabelMap Blur value, it should between 0~255 /// </summary> public void SetLabelMapBlurValue(int newValue) { m_Wrapper.SetLabelMapBlurValue(newValue); }