| Visual Basic (Declaration) | |
|---|---|
Public Property HorizontalSubSamplingValues As Integer() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int[] HorizontalSubSamplingValues {get; set;} | |
| C++/CLI | |
|---|---|
public: property array<int>^ HorizontalSubSamplingValues { array<int>^ get(); void set (intarray<value>^ value); } | |
Return Value
Reserved for internal use.
This member is intended to be used internally by LEADTOOLS.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code