Пример #1
0
 public void ApplyColorScheme(SchemeType type, ColorRamp colorRamp, StyleElement shapeElement)
 {
     _categories.ApplyColorScheme2((tkColorSchemeType)type, colorRamp.GetInternal(), (tkShapeElements)shapeElement);
 }