메소드 | 설명 | |
---|---|---|
CanvasCrop ( |
Initializes a new instance of the CanvasCrop class.
|
|
CanvasCrop ( |
Initializes a new instance of the CanvasCrop class.
|
|
CanvasCrop ( |
Initializes a new instance of the CanvasCrop class.
|
|
CanvasCrop ( |
Initializes a new instance of the CanvasCrop class.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage image ) : void |
Process the filter on the specified image.
|
메소드 | 설명 | |
---|---|---|
CanvasCrop ( ) : System.Drawing |
public CanvasCrop ( |
||
region | Region to keep. | |
리턴 | System.Drawing |
public CanvasCrop ( |
||
region | Region to keep. | |
fillColorRGB | RGB color to use for filling areas outside of specified region in color images. | |
리턴 | System.Drawing |
public CanvasCrop ( |
||
region | Region to keep. | |
fillColorRGB | RGB color to use for filling areas outside of specified region in color images. | |
fillColorGray | byte | Gray color to use for filling areas outside of specified region in grayscale images. |
리턴 | System.Drawing |
public CanvasCrop ( |
||
region | Region to keep. | |
fillColorGray | byte | Gray color to use for filling areas outside of specified region in grayscale images. |
리턴 | System.Drawing |
protected ProcessFilter ( UnmanagedImage image ) : void | ||
image | UnmanagedImage | Source image data. |
리턴 | void |