프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AbortThumb | bool | ||
CaptureByHdc | void | ||
CreateThumbnailImage | Image | ||
EnsureOutputsLoaded | void | ||
IPersistableOutput | void | ||
InitializeComponent | void | ||
ProcessCapturedImage | Fusion8.Cropper.Extensibility.ImageCapturedEventArgs |
메소드 | 설명 | |
---|---|---|
Capture ( Point location, |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
Capture ( Point location, |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
Capture ( |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
Capture ( |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
Capture ( int x, int y, int width, int height ) : void |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
Capture ( int x, int y, int width, int height, double maxThumbnailSize ) : void |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
CaptureDesktop ( ) : void |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
CaptureForegroundForm ( ) : void |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
CaptureWindowAtPoint ( Point windowLocation ) : void |
Captures a screenshot and raises events that notify the loaded plugin.
|
|
FetchOutputStream ( StreamHandler streamHandler, string fileName, Image image ) : void |
Retrieves a stream for saving an image.
|
|
ImageCapture ( ) : System | ||
ImageCapture ( IContainer container ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnImageCaptureInitialized ( ImageCaptureInitializedEventArgs e ) : void | ||
OnImageCaptured ( Fusion8.Cropper.Extensibility.ImageCapturedEventArgs e ) : void | ||
OnImageCapturing ( ImageCapturingEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
AbortThumb ( ) : bool | ||
CaptureByHdc ( |
||
CreateThumbnailImage ( Image image, double maxSize ) : Image | ||
EnsureOutputsLoaded ( ) : void | ||
IPersistableOutput ( ImageHandler imageHandler ) : void |
Retrieves another cropped image once a capture has been initialized.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ProcessCapturedImage ( Image image, double maxThumbnailSize ) : Fusion8.Cropper.Extensibility.ImageCapturedEventArgs |
public Capture ( Point location, |
||
location | Point | |
size | ||
리턴 | void |
public Capture ( Point location, |
||
location | Point | |
size | ||
maxThumbnailSize | double | A double representing the maximum thumbnail size. |
리턴 | void |
public Capture ( |
||
captureArea | ||
리턴 | void |
public Capture ( |
||
captureArea | ||
maxThumbnailSize | double | A double representing the maximum thumbnail size. |
리턴 | void |
public Capture ( int x, int y, int width, int height ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
리턴 | void |
public Capture ( int x, int y, int width, int height, double maxThumbnailSize ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
maxThumbnailSize | double | A double representing the maximum thumbnail size. |
리턴 | void |
public CaptureWindowAtPoint ( Point windowLocation ) : void | ||
windowLocation | Point | |
리턴 | void |
public FetchOutputStream ( StreamHandler streamHandler, string fileName, Image image ) : void | ||
streamHandler | StreamHandler | A |
fileName | string | The image's file name. |
image | Image | The image to return to the callback method. |
리턴 | void |
public ImageCapture ( IContainer container ) : System | ||
container | IContainer | |
리턴 | System |
protected OnImageCaptureInitialized ( ImageCaptureInitializedEventArgs e ) : void | ||
e | ImageCaptureInitializedEventArgs | |
리턴 | void |
protected OnImageCaptured ( Fusion8.Cropper.Extensibility.ImageCapturedEventArgs e ) : void | ||
e | Fusion8.Cropper.Extensibility.ImageCapturedEventArgs | |
리턴 | void |
protected OnImageCapturing ( ImageCapturingEventArgs e ) : void | ||
e | ImageCapturingEventArgs | |
리턴 | void |