PathStructure.PathStructure

PathStructure constructor

의 새 인스턴스를 초기화합니다.PathStructure 클래스.

public PathStructure(ClassID keyName)
모수유형설명
keyNameClassID키 이름입니다.

다음 코드는 PathStructure 구조로 파일을 로드하는 기능을 보여줍니다.

[C#]

string srcFile = "shirt-color.psd";
string output = "output.psd";

using (PsdImage image = (PsdImage)Image.Load(srcFile))
{
    image.Save(output);
}

또한보십시오