Graphisoft®

API Development KitVersion: 18

API_SavePars_Picture

ArchiCAD로부터 그림들을 저장하기 위한 여러 가지 옵션들을 포함하고 있습니다.

    typedef struct {
        API_ColorDepthID     colorDepth;
        GS::Bool8            dithered;
        GS::Bool8            view2D;
        GS::Bool8            crop;
        GS::Bool8            filler_1;
        Int32                filler_2[8];
    } API_SavePars_Picture;

 

멤버

colorDepth
그림의 비트 깊이입니다. (API_ColorDepthID를 보십시오)
dithered
디더링된 그림입니다. (256 컬러 이하 또는 그레이 컬러인 경우)
view2D
2D 또는 3D 뷰를 저장합니다.
crop
현재 줌으로 잘린 그림을 저장합니다. (2D 전용)

 

설명

이 옵션들은 File/Save 다이얼로그의 여러 가지 설정에 해당합니다.

 

요구사항

버전: API 3.1 또는 이후
헤더: APIdefs_Automate.h

 

참고사항

API_ColorDepthID, API_FileSavePars,
API 타입