메소드 | 설명 | |
---|---|---|
DrawableComposite ( |
Initializes a new instance of the DrawableComposite class.
|
|
DrawableComposite ( |
Initializes a new instance of the DrawableComposite class.
|
|
DrawableComposite ( double x, double y, CompositeOperator compose, |
Initializes a new instance of the DrawableComposite class.
|
|
DrawableComposite ( double x, double y, |
Initializes a new instance of the DrawableComposite class.
|
메소드 | 설명 | |
---|---|---|
DrawableComposite ( |
||
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableComposite ( |
||
offset | The offset from origin. | |
compose | CompositeOperator | The algorithm to use. |
image | The image to draw. |
public DrawableComposite ( |
||
offset | The offset from origin. | |
image | The image to draw. |
public DrawableComposite ( double x, double y, CompositeOperator compose, |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
compose | CompositeOperator | The algorithm to use. |
image | The image to draw. |
public DrawableComposite ( double x, double y, |
||
x | double | The X coordinate. |
y | double | The Y coordinate. |
image | The image to draw. |