C# 클래스 ImageMagick.SparseColorArg

Represents an argument for the SparseColor method.
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
SparseColorArg ( double x, double y, MagickColor color )

Initializes a new instance of the SparseColorArg class.

메소드 상세

SparseColorArg() 공개 메소드

Initializes a new instance of the SparseColorArg class.
public SparseColorArg ( double x, double y, MagickColor color )
x double The X position.
y double The Y position.
color MagickColor The color.