You are here: Start » FIL.NET » SamplingParams Structure
SamplingParams Structure
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
This structure contains parameters for controlling the sampling along a path process.
Constructors
Constructor | Description | |
---|---|---|
![]() | SamplingParams(InterpolationMethod, Single, Nullable<Int32>) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | Default | FilNet.SamplingParams | |
![]() | Interpolation | FilNet.InterpolationMethod | Selects the method of sub-pixel image sampling |
![]() | IsDefault | System.Boolean | |
![]() | SampleCount | System.Nullable<System.Int32> | Number of points at a single sampling place |
![]() | SamplingStep | System.Single | Determines the distance between two consecutive sampling places on a path |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.SamplingParams) | |
![]() ![]() | Equals(FilNet.SamplingParams, FilNet.SamplingParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |