Свойство | Тип | Описание | |
---|---|---|---|
points | List |
Метод | Описание | |
---|---|---|
Pixel ( int x1, int y1, Color color1 ) : System | ||
ToString ( ) : string | ||
colorIsDiferent ( Color c1, Color c2 ) : bool | ||
getPoint ( ) : Point |
Метод | Описание | |
---|---|---|
colorIsSimilar ( Color c1, Color c2 ) : bool | ||
pixelInsidePolygon ( |
public Pixel ( int x1, int y1, Color color1 ) : System | ||
x1 | int | |
y1 | int | |
color1 | Color | |
Результат | System |
public static colorIsDiferent ( Color c1, Color c2 ) : bool | ||
c1 | Color | |
c2 | Color | |
Результат | bool |