SobekCM.Resource_Object.Divisions.SobekCM_File_Info.SobekCM_File_Info C# (CSharp) Method

SobekCM_File_Info() public method

Constructor creates an empty instance of the SobekCM_File_Info class
public SobekCM_File_Info ( ) : System
return System
        public SobekCM_File_Info()
        {
            // Set integers to default of -1
            size = -1;
            width = 0;
            height = 0;
            filetype = SobekCM_File_Info_Type_Enum.SYSTEM;
        }

Same methods

SobekCM_File_Info::SobekCM_File_Info ( string System_Name ) : System
SobekCM_File_Info::SobekCM_File_Info ( string System_Name, ushort Width, ushort Height ) : System