Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadImageEventArgs Class : Buffer Property |
public RasterNativeBuffer Buffer {get;}
'Declaration
Public ReadOnly Property Buffer As RasterNativeBuffer
'Usage
Dim instance As CodecsLoadImageEventArgs Dim value As RasterNativeBuffer value = instance.Buffer
public RasterNativeBuffer Buffer {get;}
@property (nonatomic, assign, readonly, nullable) unsigned char *buffer @property (nonatomic, assign, readonly) NSUInteger bufferLength
public RasterNativeBuffer getBuffer()
get_Buffer();
public: property RasterNativeBuffer Buffer { RasterNativeBuffer get(); }