ARCed.Scintilla.Marker.SetImage C# (CSharp) Method

SetImage() public method

public SetImage ( Bitmap image ) : void
image System.Drawing.Bitmap
return void
        public void SetImage(Bitmap image)
        {
            NativeScintilla.MarkerDefinePixmap(this._number, XpmConverter.ConvertToXPM(image));
        }

Same methods

Marker::SetImage ( Bitmap image, Color transparentColor ) : void
Marker::SetImage ( string xpmImage ) : void