메소드 | 설명 | |
---|---|---|
Apply ( |
||
Apply ( Cairo dst, Cairo src ) : void | ||
Apply ( Cairo dst, Cairo lhs, Cairo rhs ) : void | ||
Apply ( Cairo dst, Point dstOffset, Cairo lhs, Point lhsOffset, Cairo rhs, Point rhsOffset, Gdk.Size roiSize ) : void |
Provides a default implementation for performing dst = F(lhs, rhs) over some rectangle of interest.
|
|
Apply ( Cairo dst, Point dstOffset, Cairo src, Point srcOffset, int roiLength ) : void | ||
Apply ( |
||
Apply ( |
메소드 | 설명 | |
---|---|---|
BinaryPixelOp ( ) : System |
public abstract Apply ( |
||
lhs | ||
rhs | ||
리턴 |
public Apply ( Cairo dst, Cairo lhs, Cairo rhs ) : void | ||
dst | Cairo | |
lhs | Cairo | |
rhs | Cairo | |
리턴 | void |
public Apply ( Cairo dst, Point dstOffset, Cairo lhs, Point lhsOffset, Cairo rhs, Point rhsOffset, Gdk.Size roiSize ) : void | ||
dst | Cairo | The Surface to write pixels to. |
dstOffset | Point | The pixel offset that defines the upper-left of the rectangle-of-interest for the dst Surface. |
lhs | Cairo | The Surface to read pixels from for the lhs parameter given to the method ColorBgra Apply(ColorBgra, ColorBgra)b>. |
lhsOffset | Point | The pixel offset that defines the upper-left of the rectangle-of-interest for the lhs Surface. |
rhs | Cairo | The Surface to read pixels from for the rhs parameter given to the method ColorBgra Apply(ColorBgra, ColorBgra) |
rhsOffset | Point | The pixel offset that defines the upper-left of the rectangle-of-interest for the rhs Surface. |
roiSize | Gdk.Size | The size of the rectangles-of-interest for all Surfaces. |
리턴 | void |
public Apply ( Cairo dst, Point dstOffset, Cairo src, Point srcOffset, int roiLength ) : void | ||
dst | Cairo | |
dstOffset | Point | |
src | Cairo | |
srcOffset | Point | |
roiLength | int | |
리턴 | void |
public Apply ( |
||
dst | ||
lhs | ||
rhs | ||
length | int | |
리턴 | void |
public Apply ( |
||
dst | ||
src | ||
length | int | |
리턴 | void |