Метод | Описание | |
---|---|---|
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 |
||
GetMarkerMask ( IEnumerable |
||
GetZeroTerminatedBytes ( string text, |
||
IntPtrToString ( |
||
IntPtrToString ( |
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 ( |
||
SignedLoWord ( |
public static ColorToHtml ( Color c ) : string | ||
c | Color | |
Результат | string |
public static ColorToRgb ( Color c ) : int | ||
c | Color | |
Результат | int |
public static GetKeys ( string s ) : Keys | ||
s | string | |
Результат | Keys |
public static GetMarkerMask ( IEnumerable |
||
markers | IEnumerable |
|
Результат | uint |
public static GetMarkerMask ( IEnumerable |
||
markers | IEnumerable |
|
Результат | uint |
public static GetZeroTerminatedBytes ( string text, |
||
text | string | |
encoding | ||
Результат | byte[] |
public static IntPtrToString ( |
||
encoding | ||
ptr | ||
Результат | string |
public static IntPtrToString ( |
||
encoding | ||
ptr | ||
length | int | |
Результат | string |
public static RgbToColor ( int color ) : Color | ||
color | int | |
Результат | Color |
public static SignedHiWord ( |
||
hiWord | ||
Результат | int |
public static SignedLoWord ( |
||
loWord | ||
Результат | int |