ColorFormat.Ink[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a value that represents the degree of saturation for a specified ink.
public:
property float Ink[int] { float get(int Index); void set(int Index, float value); };
public float Ink[int Index] { get; set; }
member this.Ink(int) : single with get, set
Public Property Ink(Index As Integer) As Single
Parameters
- Index
- Int32
The number of the ink.