| 
            
              FrameImageData Field
             | 
          
        
        This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
            The image data
            
 
    Namespace: 
   Furcadia.Drawing.Graphics
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
SyntaxPublic ImageData As Byte()
Dim instance As Frame
Dim value As Byte()
value = instance.ImageData
instance.ImageData = value
public:
array<unsigned char>^ ImageData
val mutable ImageData: byte[]
Field Value
Type: 
Byte
See Also