Method |
Description |
|
ColorToHtml ( Color c ) : string |
Returns an HTML #XXXXXX format for a color. Unlike the ColorTranslator class it never returns named colors. |
|
ColorToRgb ( Color c ) : int |
|
|
GetKeys ( char c ) : Keys |
|
|
GetKeys ( string s ) : Keys |
|
|
GetMarkerMask ( IEnumerable markers ) : uint |
|
|
GetMarkerMask ( IEnumerable markers ) : uint |
|
|
GetZeroTerminatedBytes ( string text, Encoding encoding ) : byte[] |
|
|
IntPtrToString ( Encoding encoding, IntPtr ptr ) : string |
|
|
IntPtrToString ( Encoding encoding, IntPtr ptr, int length ) : string |
Marshals an IntPtr pointing to un unmanaged byte[] to a .NET String using the given Encoding. I'd love to have this as en extension method but ARCed.Scintilla's probably going to be 2.0 for a long time to come. There's nothing really compelling in later versions that applies to ARCed.Scintilla that can't be done with a 2.0 construct (extension methods, linq, etc) |
|
RgbToColor ( int color ) : Color |
|
|
SignedHiWord ( IntPtr hiWord ) : int |
|
|
SignedLoWord ( IntPtr loWord ) : int |
|
|