프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BlendModeProperty | string | ||
HiddenProperty | string | ||
NameProperty | string | ||
OpacityProperty | string |
메소드 | 설명 | |
---|---|---|
ApplyTransform ( Matrix xform, Gdk.Size new_size ) : void | ||
Clear ( ) : void | ||
Crop ( Gdk rect, |
||
Draw ( Context ctx ) : void | ||
Draw ( Context ctx, |
||
DrawWithOperator ( Context ctx, |
||
FlipHorizontal ( ) : void | ||
FlipVertical ( ) : void | ||
HueSaturation ( int hueDelta, int satDelta, int lightness ) : void | ||
Layer ( ) : System | ||
Layer ( |
||
Layer ( |
||
Resize ( int width, int height ) : void | ||
ResizeCanvas ( int width, int height, Anchor anchor ) : void | ||
RotateDimensions ( Gdk originalSize, double angle ) : Gdk.Size |
public ApplyTransform ( Matrix xform, Gdk.Size new_size ) : void | ||
xform | Matrix | |
new_size | Gdk.Size | |
리턴 | void |
public Draw ( Context ctx, |
||
ctx | Context | |
surface | ||
opacity | double | |
transform | bool | |
리턴 | void |
public DrawWithOperator ( Context ctx, |
||
ctx | Context | |
surface | ||
op | Operator | |
opacity | double | |
transform | bool | |
리턴 | void |
public HueSaturation ( int hueDelta, int satDelta, int lightness ) : void | ||
hueDelta | int | |
satDelta | int | |
lightness | int | |
리턴 | void |
public Layer ( |
||
surface | ||
hidden | bool | |
opacity | double | |
name | string | |
리턴 | System |
public ResizeCanvas ( int width, int height, Anchor anchor ) : void | ||
width | int | |
height | int | |
anchor | Anchor | |
리턴 | void |
public static RotateDimensions ( Gdk originalSize, double angle ) : Gdk.Size | ||
originalSize | Gdk | |
angle | double | |
리턴 | Gdk.Size |