Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > ConversionYuvParameters Structure : Offsets Property |
public int[] Offsets {get; set;}
'Declaration Public Property Offsets As Integer()
'Usage Dim instance As ConversionYuvParameters Dim value() As Integer instance.Offsets = value value = instance.Offsets
public: property array<int>^ Offsets { array<int>^ get(); void set ( array<int>^ value); }