コード例 #1
0
ファイル: SaveBuilder.cs プロジェクト: shaosh/Blitline.Net
 public SaveBuilder WithInterlaceType(InterlaceType interlaceType)
 {
     _save.Interlace = interlaceType.ToString();
     return(this);
 }
コード例 #2
0
 public static extern int write_png_to_file(string filename,
                                            byte **rows, uint width, uint height, uint bit_width,
                                            ColorType color_type, InterlaceType interlace_type, CompressionType compression_type,
                                            FilterType filter_type, TransformType transform_type,
                                            uint row_size, sbyte **perror_message);