C# 클래스 ImageMagick.DrawableComposite

Encapsulation of the DrawableCompositeImage object.
상속: IDrawable
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
DrawableComposite ( MagickGeometry offset, CompositeOperator compose, MagickImage image )

Initializes a new instance of the DrawableComposite class.

DrawableComposite ( MagickGeometry offset, MagickImage image )

Initializes a new instance of the DrawableComposite class.

DrawableComposite ( double x, double y, CompositeOperator compose, MagickImage image )

Initializes a new instance of the DrawableComposite class.

DrawableComposite ( double x, double y, MagickImage image )

Initializes a new instance of the DrawableComposite class.

비공개 메소드들

메소드 설명
DrawableComposite ( MagickImage image )
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

메소드 상세

DrawableComposite() 공개 메소드

Initializes a new instance of the DrawableComposite class.
public DrawableComposite ( MagickGeometry offset, CompositeOperator compose, MagickImage image )
offset MagickGeometry The offset from origin.
compose CompositeOperator The algorithm to use.
image MagickImage The image to draw.

DrawableComposite() 공개 메소드

Initializes a new instance of the DrawableComposite class.
public DrawableComposite ( MagickGeometry offset, MagickImage image )
offset MagickGeometry The offset from origin.
image MagickImage The image to draw.

DrawableComposite() 공개 메소드

Initializes a new instance of the DrawableComposite class.
public DrawableComposite ( double x, double y, CompositeOperator compose, MagickImage image )
x double The X coordinate.
y double The Y coordinate.
compose CompositeOperator The algorithm to use.
image MagickImage The image to draw.

DrawableComposite() 공개 메소드

Initializes a new instance of the DrawableComposite class.
public DrawableComposite ( double x, double y, MagickImage image )
x double The X coordinate.
y double The Y coordinate.
image MagickImage The image to draw.