Ignore:
Timestamp:
Nov 16, 2004, 10:27:00 PM (19 years ago)
Author:
altba\rryu
Message:

FacePatternクラス廃止に伴い修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MainForm.cs

    r14 r17  
    165165                        try
    166166                        {
    167                                 newFaceDef = MacFace.FaceDef.CreateFaceDefFromFile(path);
     167                                newFaceDef = new MacFace.FaceDef(path);
    168168                        }
    169169                        catch (System.IO.IOException ie)
     
    212212                        if (prevUsage/10 != usage/10) {
    213213                                this.Graphics.Clear(Color.FromArgb(0, 0, 0, 0));
    214                                 foreach (Part part in _currentFaceDef.FacePattern.GetPartList(usage, PageOutFlag.Normal))
     214                                foreach (Part part in _currentFaceDef.Pattern(FaceDef.PatternSuite.Normal, usage/10))
    215215                                {
    216216                                        this.Graphics.DrawImage(part.Image,
Note: See TracChangeset for help on using the changeset viewer.