Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
Leadtools.ImageProcessing.SpecialEffects Namespace > FunctionalLightCommand Class : Buffer Property |
public int[] Buffer {get; set;}
'Declaration Public Property Buffer As Integer()
'Usage Dim instance As FunctionalLightCommand Dim value() As Integer instance.Buffer = value value = instance.Buffer
public int[] Buffer {get; set;}
get_Buffer();
set_Buffer(value);
Object.defineProperty('Buffer');
public: property array<int>^ Buffer { array<int>^ get(); void set ( array<int>^ value); }