C# Class Aspose.Diagram.Examples.CSharp.Load_Save_Convert.CreateMasterFromScratch

Afficher le fichier Open project: aspose-diagram/Aspose.Diagram-for-.NET

Méthodes publiques

Méthode Description
CreateMaster ( int masterId, string name, string masterImage ) : Master
ReadImageFile ( string imageLocation ) : byte[]
Run ( ) : void

Method Details

CreateMaster() public static méthode

public static CreateMaster ( int masterId, string name, string masterImage ) : Master
masterId int
name string
masterImage string
Résultat Master

ReadImageFile() public static méthode

public static ReadImageFile ( string imageLocation ) : byte[]
imageLocation string
Résultat byte[]

Run() public static méthode

public static Run ( ) : void
Résultat void