Class MinFeature
Represents the Type1PrivateDictionary MinFeature entry which is required for compatibility and is required by the specification to have the value 16, 16.
public class MinFeature
- Inheritance
-
MinFeature
- Inherited Members
Constructors
MinFeature(int, int)
Creates a MinFeature array.
public MinFeature(int first, int second)
Parameters
Properties
Default
The required default value of MinFeature.
public static MinFeature Default { get; }
Property Value
First
The first value.
public int First { get; }
Property Value
Second
The second value.
public int Second { get; }
Property Value
Methods
ToString()
public override string ToString()