Свойство | Type | Description | |
---|---|---|---|
DisposePresentationImages | void | ||
Initialize | void | ||
OnPresentationImageAdded | void | ||
OnPresentationImageChanged | void | ||
OnPresentationImageChanging | void | ||
OnPresentationImageRemoved | void |
Méthode | Description | |
---|---|---|
Clone ( ) : IDisplaySet |
Creates a deep copy of the IDisplaySet. IDisplaySets may not return null from this method. |
|
CreateFreshCopy ( ) : IDisplaySet |
Creates a fresh copy of the IDisplaySet. This will instantiate a fresh copy of this IDisplaySet using the same construction parameters as the original. |
|
CreateMemento ( ) : object |
Captures the state of an object. The implementation of IMemorable.CreateMemento should return an object containing enough state information so that when IMemorable.SetMemento is called, the object can be restored to the original state. |
|
DisplaySet ( ) : System |
Initializes a new instance of DisplaySet.
|
|
DisplaySet ( ClearCanvas.ImageViewer.DisplaySetDescriptor descriptor ) : System |
Initializes a new instance of DisplaySet with the given DisplaySetDescriptor.
|
|
DisplaySet ( string name, string uid ) : System |
Initializes a new instance of DisplaySet with the specified parameters.
|
|
Dispose ( ) : void |
Releases all resources used by this DisplaySet.
|
|
Draw ( ) : void |
Draws the DisplaySet. The DisplaySet will only be drawn if it is currently visible. |
|
SetMemento ( object memento ) : void |
Restores the state of an object. The implementation of IMemorable.SetMemento should return the object to the original state captured by IMemorable.CreateMemento. |
|
ToString ( ) : string |
Returns the name of the display set.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Implementation of the IDisposable pattern
|
|
OnDrawing ( ) : void |
Raises the Drawing event.
|
|
OnPresentationImageAdded ( ClearCanvas.ImageViewer.PresentationImage image ) : void |
Called when a PresentationImage has been added to the display set.
|
|
OnPresentationImageRemoved ( ClearCanvas.ImageViewer.PresentationImage image ) : void |
Called when a PresentationImage has been removed from the display set.
|
Méthode | Description | |
---|---|---|
DisposePresentationImages ( ) : void | ||
Initialize ( |
||
OnPresentationImageAdded ( object sender, ListEventArgs |
||
OnPresentationImageChanged ( object sender, ListEventArgs |
||
OnPresentationImageChanging ( object sender, ListEventArgs |
||
OnPresentationImageRemoved ( object sender, ListEventArgs |
public DisplaySet ( ClearCanvas.ImageViewer.DisplaySetDescriptor descriptor ) : System | ||
descriptor | ClearCanvas.ImageViewer.DisplaySetDescriptor | |
Résultat | System |
public DisplaySet ( string name, string uid ) : System | ||
name | string | |
uid | string | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | True if this object is being disposed, false if it is being finalized |
Résultat | void |
protected OnPresentationImageAdded ( ClearCanvas.ImageViewer.PresentationImage image ) : void | ||
image | ClearCanvas.ImageViewer.PresentationImage | The image that was added to the display set. |
Résultat | void |
protected OnPresentationImageRemoved ( ClearCanvas.ImageViewer.PresentationImage image ) : void | ||
image | ClearCanvas.ImageViewer.PresentationImage | The image that was removed from the display set. |
Résultat | void |
public SetMemento ( object memento ) : void | ||
memento | object | The object that was
/// originally created with |
Résultat | void |