You are here: Start » FIL.NET » ModelDesignerBase Class
ModelDesignerBase Class
Namespace: | Fil.Designers |
---|---|
Assembly: | FilNet.Designers.dll |
Displays a dialog box from which user can edit a template matching model
Properties
Name | Type | Description | |
---|---|---|---|
![]() | AllowComplexityLevelChange | System.Boolean | Gets or sets the basic/expert switch visibility |
![]() | AnglePrecision | System.Single | Defines angular resolution of the matching process. |
![]() | Backgrounds | Fil.Image[] |
Gets or sets the designer background images
Inherited from Fil.Designers.Designer |
![]() | ExpertMode | System.Boolean | Gets or sets the editor complexity level |
![]() | HideSelectors | System.Boolean | Gets or sets if dialog user will be able to choose reference image. |
![]() | Icon | System.Drawing.Icon |
Gets or sets the designer icon
Inherited from Fil.Designers.Designer |
![]() | IsDisposed | System.Boolean |
Gets if the designer is _disposed
Inherited from Fil.Designers.Designer |
![]() | LoadImageButtonVisible | System.Boolean | Visibility of load image button |
![]() | MaxAngle | System.Single | End of range of possible rotations. |
![]() | MaxPyramidLevel | System.Nullable<System.Int32> | Defines the number of reduced resolution levels used to speed up computations. |
![]() | MaxScale | System.Single | End of range of possible scales. |
![]() | MinAngle | System.Single | Start of range of possible rotations. |
![]() | MinPyramidLevel | System.Int32 | Defines the index of the lowest reduced resolution level used to speed up computations |
![]() | MinScale | System.Single | Start of range of possible scales. |
![]() | ModelParameters | System.Byte[] | Gets or sets a serialized parameters that are used to create a model |
![]() | ReferenceFrame | System.Nullable<Fil.Rectangle2D> | Exact position of the model object in the image. |
![]() | ScalePrecision | System.Single | Defines scale resolution of the matching process. |
![]() | Site | System.ComponentModel.ISite |
Gets or sets the ISite of the designer
Inherited from Fil.Designers.Designer |
![]() | Size | System.Drawing.Size |
Gets or sets a start size for the designer
Inherited from Fil.Designers.Designer |
![]() | StartLocation | System.Drawing.Point |
Gets or sets a start location for the designer
Inherited from Fil.Designers.Designer |
![]() | StartPosition | System.Windows.Forms.FormStartPosition |
Gets or sets a start position for the designer
Inherited from Fil.Designers.Designer |
![]() | Title | System.String |
Gets or sets the designer title
Inherited from Fil.Designers.Designer |
Methods
Name | Description | |
---|---|---|
![]() | ClearBackgroundImages() | Clear background images from designer. |
![]() | Dispose() |
Releases all resources used by the designer
Inherited from Fil.Designers.Designer |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetTemplateRegion() | Returns a copy of the image region, the template model will be extracted from. The caller is responsible for disposing the returned value. |
![]() | GetType() | Inherited from System.Object |
![]() | LoadParameters(byte[]) | Load model parameters from a byte array. |
![]() | LoadParameters(string) | Load model parameters from file |
![]() | SaveParameters(byte[]) | Save model parameters to byte array. |
![]() | SaveParameters(System.IO.Stream) | Saves model parameters to stream. |
![]() | SaveParameters(string) | Save model parameters to file |
![]() | SetTemplateRegion(Fil.Region) | Sets the image region the template model will be extracted from. |
![]() | SetTheme(System.Drawing.Color, System.Drawing.Color, Fil.Designers.Designer.Fil.Designers.Designer.IconSet) |
Sets designer color theme.
Inherited from Fil.Designers.Designer |
![]() | ShowDialog() | Shows the editor as a modal window |
![]() | ShowDialog(System.Windows.Forms.IWin32Window) | Shows the editor as a modal window with a specified owner |
![]() | ToString() | Inherited from System.Object |