LTDescr.setPath C# (CSharp) 메소드

setPath() 공개 메소드

public setPath ( LTBezierPath path ) : LTDescr
path LTBezierPath
리턴 LTDescr
    public LTDescr setPath( LTBezierPath path )
    {
        this._optional.path = path;
        return this;
    }
LTDescr