Imp
|
The ImpDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| BackgroundColor | Property that represents the background color of the GUI window
of the Device object. (Overrides DeviceBackgroundColor) |
|
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| IsValid | Property that indicates whether the GUI window for the Device
object is showing the correct image. (Overrides DeviceIsValid) |
|
| LogicalPalette | Property that represents the logical palette to be used by the
Device object. (Overrides DeviceLogicalPalette) |
|
| NumViews | Property that represents the number of views associated with
the Device object. (Overrides DeviceNumViews) |
|
| Properties | Property that represents a set of device properties stored in a
dictionary. For more information, see ODA Vectorization Device
Properties. (Overrides DeviceProperties) |
|
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
|
| UserGiContext | Property that represents user context for the graphics
interface. (Overrides DeviceUserGiContext) |
| Name | Description | |
|---|---|---|
| Add | Adds a graphics view where the drawing is drawn. (Overrides DeviceAdd(View)) |
|
| Clone | Creates a *clone* of this object, and returns a pointer to the
*clone*. (Inherited from RXObject) |
|
| CompareTo | Allows classes to compare class objects. (Inherited from RXObject) |
|
| CopyFrom | Copies the contents of the specified object into this
object. (Inherited from RXObject) |
|
| CreateModel | Creates a new model object and associates it with this
device. (Overrides DeviceCreateModel) |
|
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| CreateView | Creates a new view and associates it with this device. (Overrides DeviceCreateView) |
|
| CreateView(ClientViewInfo) | Creates a new view based on the client view information and
associates it with this device. (Overrides DeviceCreateView(ClientViewInfo)) |
|
| CreateView(ClientViewInfo, Boolean) | Creates a new view based on the client view information and
associates it with this device. (Overrides DeviceCreateView(ClientViewInfo, Boolean)) |
|
| DeleteUnmanagedObject | (Inherited from Device) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Erase(Int32) | Erases a view by the specified index. (Overrides DeviceErase(Int32)) |
|
| Erase(View) | Erases the specified view object. (Overrides DeviceErase(View)) |
|
| EraseAll | Erases all views associated with this device. (Overrides DeviceEraseAll) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetImpObj | (Inherited from Device) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMetaObject | (Inherited from RXObject) |
|
| GetRXClass | Gets a class describing instance dynamically associated with
this object as the OdRxClass object. (Inherited from RXObject) |
|
| GetSize | Retrieves the size of the device. (Overrides DeviceGetSize) |
|
| GetSizeExt | Retrieves the extents that represent the dimensions of the
device. (Overrides DeviceGetSizeExt) |
|
| GetSizeRect | Retrieves the rectangle that represents the dimensions of the
device. (Overrides DeviceGetSizeRect) |
|
| GetSnapshot | Performs a snapshot of the device's current graphics
status. (Overrides DeviceGetSnapshot(Rectangle)) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| InsertView | Inserts the specified view object to the specified position
(defined by the viewIndex parameter) in
this device. (Overrides DeviceInsertView(Int32, View)) |
|
| Invalidate | This method is used to signal that the entire display area is
invalid and needs to be refreshed. (Overrides DeviceInvalidate) |
|
| Invalidate(Rectangle) | This method is used to signal that the specified display area
is invalid and needs to be refreshed. (Overrides DeviceInvalidate(Rectangle)) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| OnDisplayChange | Causes this device to accept a new screen resolution and color
depth whenever the operating system changes these parameters. (Overrides DeviceOnDisplayChange(Int32, Int32, Int32)) |
|
| OnRealizeBackgroundPalette | Causes this device to realize its palette in the background.
This method is usually called when the GUI window loses
focus. (Overrides DeviceOnRealizeBackgroundPalette) |
|
| OnRealizeForegroundPalette | Causes this device to realize its palette in the foreground.
This method is usually called when the GUI window loses
focus. (Overrides DeviceOnRealizeForegroundPalette) |
|
| OnSize(Extents2d) | (Overrides DeviceOnSize(Extents2d)) |
|
| OnSize(Rectangle) | (Overrides DeviceOnSize(Rectangle)) |
|
| OnSize(Size) | (Overrides DeviceOnSize(Size)) |
|
| QueryX | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class. (Inherited from RXObject) |
|
| SetLogicalPalette | Sets the logical color palette to be used by this device. The
set palette can later be used for setting indexed colors. (Overrides DeviceSetLogicalPalette(Color)) |
|
| ToString | (Inherited from Object) |
|
| Update | Sends the "update" message to all owned views and forces the
display of the correct, up-to-date picture. (Overrides DeviceUpdate) |
|
| Update(Rectangle) | Sends the "update" message to all owned views and forces the
display of the correct, up-to-date picture. (Overrides DeviceUpdate(Rectangle)) |
|
| ViewAt | Retrieves a view by the specified index. (Overrides DeviceViewAt(Int32)) |
|
| X | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class, or throws an exception if it cannot. (Inherited from RXObject) |
| © Bricsys NV. All rights reserved. |