메소드 | 설명 | |
---|---|---|
Clone ( ) : object | ||
MultiplyTransform ( Matrix matrix ) : void | ||
MultiplyTransform ( Matrix matrix, MatrixOrder order ) : void | ||
PathGradientBrush ( |
||
PathGradientBrush ( Point points ) : AppKit | ||
PathGradientBrush ( Point points, WrapMode wrapMode ) : AppKit | ||
PathGradientBrush ( |
||
PathGradientBrush ( |
||
ResetTransform ( ) : void | ||
RotateTransform ( float angle ) : void | ||
RotateTransform ( float angle, MatrixOrder order ) : void | ||
ScaleTransform ( float sx, float sy ) : void | ||
ScaleTransform ( float sx, float sy, MatrixOrder order ) : void | ||
SetBlendTriangularShape ( float focus ) : void | ||
SetBlendTriangularShape ( float focus, float scale ) : void | ||
SetSigmaBellShape ( float focus ) : void | ||
SetSigmaBellShape ( float focus, float scale ) : void | ||
TranslateTransform ( float dx, float dy ) : void | ||
TranslateTransform ( float dx, float dy, MatrixOrder order ) : void |
메소드 | 설명 | |
---|---|---|
GradientLerp3 ( float alpha, float beta, float gamma ) : void | ||
RasterizePolygon ( CGContext context, |
||
RasterizeTriangle ( CGContext context, |
Rasterizes the triangle specified by the vector / points and their associated colors using barycentric coordinates.
|
|
RenderPixels ( CGContext context, int x, int y, System.Edge edge32, System.Edge edge13, System.Edge edge21, int w1, int w2, int w3 ) : void | ||
Setup ( |
public MultiplyTransform ( Matrix matrix, MatrixOrder order ) : void | ||
matrix | Matrix | |
order | MatrixOrder | |
리턴 | void |
public PathGradientBrush ( |
||
path | ||
리턴 | AppKit |
public PathGradientBrush ( Point points ) : AppKit | ||
points | Point | |
리턴 | AppKit |
public PathGradientBrush ( Point points, WrapMode wrapMode ) : AppKit | ||
points | Point | |
wrapMode | WrapMode | |
리턴 | AppKit |
public PathGradientBrush ( |
||
points | ||
리턴 | AppKit |
public PathGradientBrush ( |
||
points | ||
wrapMode | WrapMode | |
리턴 | AppKit |
public RotateTransform ( float angle, MatrixOrder order ) : void | ||
angle | float | |
order | MatrixOrder | |
리턴 | void |
public ScaleTransform ( float sx, float sy ) : void | ||
sx | float | |
sy | float | |
리턴 | void |
public ScaleTransform ( float sx, float sy, MatrixOrder order ) : void | ||
sx | float | |
sy | float | |
order | MatrixOrder | |
리턴 | void |
public SetBlendTriangularShape ( float focus ) : void | ||
focus | float | |
리턴 | void |
public SetBlendTriangularShape ( float focus, float scale ) : void | ||
focus | float | |
scale | float | |
리턴 | void |
public SetSigmaBellShape ( float focus, float scale ) : void | ||
focus | float | |
scale | float | |
리턴 | void |
public TranslateTransform ( float dx, float dy ) : void | ||
dx | float | |
dy | float | |
리턴 | void |
public TranslateTransform ( float dx, float dy, MatrixOrder order ) : void | ||
dx | float | |
dy | float | |
order | MatrixOrder | |
리턴 | void |