C# Class LongoMatch.Store.Drawing

ファイルを表示 Open project: GNOME/longomatch

Public Methods

Method Description
Drawing ( ) : System

Represent a drawing in the database using a {@Gdk.Pixbuf} stored in a bytes array in PNG format for serialization. {@Drawings} are used by {@MediaTimeNodes} to store the key frame drawing which stop time is stored in a int value

Method Details

Drawing() public method

Represent a drawing in the database using a {@Gdk.Pixbuf} stored in a bytes array in PNG format for serialization. {@Drawings} are used by {@MediaTimeNodes} to store the key frame drawing which stop time is stored in a int value
public Drawing ( ) : System
return System