Class TransformImageForm
Inheritance
TransformImageForm
Implements
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class TransformImageForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
TransformImageForm()
Declaration
public TransformImageForm()
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
Inicializar(MemoryStream, int?)
Declaration
public void Inicializar(MemoryStream nOriginalStream, int? defaultSize)
Parameters
| Type | Name | Description |
|---|---|---|
| MemoryStream | nOriginalStream | |
| int? | defaultSize |
ShowTransformImage(MemoryStream, IWin32Window, int?)
Declaration
public static MemoryStream ShowTransformImage(MemoryStream imageStream, IWin32Window owner, int? defaultSize)
Parameters
| Type | Name | Description |
|---|---|---|
| MemoryStream | imageStream | |
| IWin32Window | owner | |
| int? | defaultSize |
Returns
| Type | Description |
|---|---|
| MemoryStream |