These methods change colors in the selected annotation objects

Overloaded Method List

 

This method changes the selected object's line color, text color, or background color.

[Visual Basic] Public Function SetSelectedObjectColors(Color, Color) As Boolean

[C#] public bool SetSelectedObjectColors(Color, Color);

 

This method changes the selected object's line color, text color, background color, or border color.

[Visual Basic] Public Function SetSelectedObjectColors(Color, Color, Color) As Boolean

[C#] public bool SetSelectedObjectColors(Color, Color, Color);

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation