亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? gmlayout.tlh

?? GemoMedia 應用 演示了其使用方法
?? TLH
?? 第 1 頁 / 共 5 頁
字號:
    enum ObjectType Type;
    __declspec(property(get=GetZOrder,put=PutZOrder))
    long ZOrder;
    __declspec(property(get=GetVisible,put=PutVisible))
    VARIANT_BOOL Visible;
    __declspec(property(get=GetKeyPointCount,put=PutKeyPointCount))
    long KeyPointCount;
    __declspec(property(get=GetLOLinearStyle,put=PutLOLinearStyle))
    LOLinearStylePtr LOLinearStyle;
    __declspec(property(get=GetRadius,put=PutRadius))
    double Radius;
    __declspec(property(get=GetStartAngle,put=PutStartAngle))
    double StartAngle;
    __declspec(property(get=GetSweepAngle,put=PutSweepAngle))
    double SweepAngle;
    __declspec(property(get=GetOrientation,put=PutOrientation))
    enum Geom2dOrientationConstants Orientation;

    //
    // Wrapper methods for error-handling
    //

    // Methods:
    HRESULT Range (
        double * XMinimum,
        double * YMinimum,
        double * XMaximum,
        double * YMaximum );
    HRESULT BringToFront ( );
    HRESULT BringForward ( );
    HRESULT SendToBack ( );
    HRESULT SendBackward ( );
    HRESULT Delete ( );
    IDispatchPtr Duplicate (
        const _variant_t & XDistance = vtMissing,
        const _variant_t & YDistance = vtMissing );
    HRESULT Move (
        double XFrom,
        double YFrom,
        double XTo,
        double YTo );
    HRESULT ScaleObject (
        double Factor );
    HRESULT Rotate (
        double Angle,
        double x,
        double y );
    HRESULT Select ( );
    HRESULT GetKeyPoint (
        long index,
        double * x,
        double * y,
        double * z,
        enum KeyPointType * KeyPointType,
        enum HandleType * HandleType );
    HRESULT SetKeyPoint (
        long index,
        double x,
        double y,
        double z );
    HRESULT GetStartPoint (
        double * x,
        double * y );
    HRESULT SetStartPoint (
        double x,
        double y );
    HRESULT GetEndPoint (
        double * x,
        double * y );
    HRESULT SetEndPoint (
        double x,
        double y );
    HRESULT GetCenterPoint (
        double * x,
        double * y );
    HRESULT SetCenterPoint (
        double x,
        double y );
    HRESULT GetMajorAxis (
        double * x,
        double * y );
    HRESULT SetMajorAxis (
        double x,
        double y );

    // Properties:
    long Getindex ( );
    void Putindex ( long _val );
    enum ObjectType GetType ( );
    void PutType ( enum ObjectType _val );
    long GetZOrder ( );
    void PutZOrder ( long _val );
    VARIANT_BOOL GetVisible ( );
    void PutVisible ( VARIANT_BOOL _val );
    long GetKeyPointCount ( );
    void PutKeyPointCount ( long _val );
    LOLinearStylePtr GetLOLinearStyle ( );
    void PutLOLinearStyle ( struct LOLinearStyle * _val );
    double GetRadius ( );
    void PutRadius ( double _val );
    double GetStartAngle ( );
    void PutStartAngle ( double _val );
    double GetSweepAngle ( );
    void PutSweepAngle ( double _val );
    enum Geom2dOrientationConstants GetOrientation ( );
    void PutOrientation ( enum Geom2dOrientationConstants _val );
};

enum ObjectType
{
    igArc2d = -1654322688,
    igComplexString2d = 928044128,
    igLine2d = 760091584,
    igLineString2d = -126503776,
    igPoint2d = -1728529392,
    igRectangle2d = 910407728,
    igBoundary2d = 515045920,
    igSymbol2d = 1906059870,
    igGroup = -637360432,
    igTextBox = 2004510816,
    igSmartFrame2d = 1532309040,
    igSheetWindow = -945616692,
    igSheet = 1028092896,
    igBackdrop = 1261248592,
    igDocument = 2130689632,
    igVariable = -646299728,
    igAttributeSets = -1744936112,
    igAttributeSet = -1744936111,
    igAttribute = -1744936110,
    igFillStyle = 1207747377,
    igHatchPatternStyle = 1207747378,
    igLinearStyle = 1617945632,
    igLinearPattern = -1817329616,
    igPointStyle = 459239585,
    igApplication = -1418062080,
    igSection = -1821673744,
    igSelectSet = -1343917919,
    igSheetSetup = 474881841,
    igUnitsOfMeasure = -1869924320,
    igVariableList = 761723400,
    igPrinter = -1023074289,
    igSymbolDocument = 169669181
};

struct __declspec(uuid("8b12e379-1243-11d4-bf77-00104b62bfb6"))
LOLinearStyle : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetParent,put=PutParent))
    DocumentPtr Parent;
    __declspec(property(get=GetInferredName,put=PutInferredName))
    _bstr_t InferredName;
    __declspec(property(get=GetStyleName,put=PutStyleName))
    _bstr_t StyleName;
    __declspec(property(get=Get_StyleName,put=Put_StyleName))
    _bstr_t _StyleName;
    __declspec(property(get=GetDescription,put=PutDescription))
    _bstr_t Description;
    __declspec(property(get=GetNotes,put=PutNotes))
    _bstr_t Notes;
    __declspec(property(get=GetBaseStyle,put=PutBaseStyle))
    LOLinearStylePtr BaseStyle;
    __declspec(property(get=GetColor,put=PutColor))
    enum ColorConstants Color;
    __declspec(property(get=GetWidth,put=PutWidth))
    double Width;
    __declspec(property(get=GetUnits,put=PutUnits))
    enum StyleUnitsConstants Units;
    __declspec(property(get=GetKey,put=PutKey))
    _bstr_t Key;
    __declspec(property(get=GetStartTerminator,put=PutStartTerminator))
    LOPointStylePtr StartTerminator;
    __declspec(property(get=GetEndTerminator,put=PutEndTerminator))
    LOPointStylePtr EndTerminator;
    __declspec(property(get=GetIsInternal,put=PutIsInternal))
    VARIANT_BOOL IsInternal;
    __declspec(property(get=GetIsEditable,put=PutIsEditable))
    VARIANT_BOOL IsEditable;
    __declspec(property(get=GetType,put=PutType))
    enum ObjectType Type;
    __declspec(property(get=GetStyleComponentIndex,put=PutStyleComponentIndex))
    long StyleComponentIndex;
    __declspec(property(get=GetStyleComponentCount,put=PutStyleComponentCount))
    long StyleComponentCount;
    __declspec(property(get=GetOffset,put=PutOffset))
    double Offset;
    __declspec(property(get=GetColorLock,put=PutColorLock))
    VARIANT_BOOL ColorLock;
    __declspec(property(get=GetWidthLock,put=PutWidthLock))
    VARIANT_BOOL WidthLock;

    //
    // Wrapper methods for error-handling
    //

    // Methods:
    HRESULT Rename (
        _bstr_t NewName );
    long AddStyleComponent ( );
    HRESULT DeleteStyleComponent (
        long StyleComponentIndex );
    HRESULT DisconnectBaseStyle ( );
    PicturePtr GetPreview (
        long Width,
        long Height );

    // Properties:
    DocumentPtr GetParent ( );
    void PutParent ( struct Document * _val );
    _bstr_t GetInferredName ( );
    void PutInferredName ( _bstr_t _val );
    _bstr_t GetStyleName ( );
    void PutStyleName ( _bstr_t _val );
    _bstr_t Get_StyleName ( );
    void Put_StyleName ( _bstr_t _val );
    _bstr_t GetDescription ( );
    void PutDescription ( _bstr_t _val );
    _bstr_t GetNotes ( );
    void PutNotes ( _bstr_t _val );
    LOLinearStylePtr GetBaseStyle ( );
    void PutBaseStyle ( struct LOLinearStyle * _val );
    enum ColorConstants GetColor ( );
    void PutColor ( enum ColorConstants _val );
    double GetWidth ( );
    void PutWidth ( double _val );
    enum StyleUnitsConstants GetUnits ( );
    void PutUnits ( enum StyleUnitsConstants _val );
    _bstr_t GetKey ( );
    void PutKey ( _bstr_t _val );
    LOPointStylePtr GetStartTerminator ( );
    void PutStartTerminator ( struct LOPointStyle * _val );
    LOPointStylePtr GetEndTerminator ( );
    void PutEndTerminator ( struct LOPointStyle * _val );
    VARIANT_BOOL GetIsInternal ( );
    void PutIsInternal ( VARIANT_BOOL _val );
    VARIANT_BOOL GetIsEditable ( );
    void PutIsEditable ( VARIANT_BOOL _val );
    enum ObjectType GetType ( );
    void PutType ( enum ObjectType _val );
    long GetStyleComponentIndex ( );
    void PutStyleComponentIndex ( long _val );
    long GetStyleComponentCount ( );
    void PutStyleComponentCount ( long _val );
    double GetOffset ( );
    void PutOffset ( double _val );
    VARIANT_BOOL GetColorLock ( );
    void PutColorLock ( VARIANT_BOOL _val );
    VARIANT_BOOL GetWidthLock ( );
    void PutWidthLock ( VARIANT_BOOL _val );
};

enum ColorConstants
{
    igDkMagentaColor = 8388736,
    igDkRedColor = 128,
    igDkYellowColor = 32896,
    igDkGrayColor = 8421504,
    igLtGrayColor = 12632256,
    igBackgroundColor = -2147483648,
    igBlackColor = 0,
    igBlueColor = 16711680,
    igCyanColor = 16776960,
    igGreenColor = 65280,
    igMagentaColor = 16711935,
    igRedColor = 255,
    igYellowColor = 65535,
    igWhiteColor = 16777215,
    igDkBlueColor = 8388608,
    igDkCyanColor = 8421376,
    igDkGreenColor = 32768
};

enum StyleUnitsConstants
{
    igPaperStyleUnits = 11,
    igWorldStyleUnits = 12,
    igViewStyleUnits = 13,
    igDrawingStyleUnits = 14
};

struct __declspec(uuid("04e81f50-1472-11d4-bf77-00104b62bfb6"))
LOPointStyle : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetParent,put=PutParent))
    DocumentPtr Parent;
    __declspec(property(get=GetInferredName,put=PutInferredName))
    _bstr_t InferredName;
    __declspec(property(get=GetStyleName,put=PutStyleName))
    _bstr_t StyleName;
    __declspec(property(get=Get_StyleName,put=Put_StyleName))
    _bstr_t _StyleName;
    __declspec(property(get=GetNotes,put=PutNotes))
    _bstr_t Notes;
    __declspec(property(get=GetUnits,put=PutUnits))
    enum StyleUnitsConstants Units;
    __declspec(property(get=GetKey,put=PutKey))
    _bstr_t Key;
    __declspec(property(get=GetIsEditable,put=PutIsEditable))
    VARIANT_BOOL IsEditable;
    __declspec(property(get=GetIsInternal,put=PutIsInternal))
    VARIANT_BOOL IsInternal;
    __declspec(property(get=GetGraphic,put=PutGraphic))
    IDispatchPtr Graphic;
    __declspec(property(get=GetType,put=PutType))
    enum ObjectType Type;

    //
    // Wrapper methods for error-handling
    //

    // Methods:
    HRESULT Rename (
        _bstr_t NewName );
    PicturePtr GetPreview (
        long Width,
        long Height );

    // Properties:
    DocumentPtr GetParent ( );
    void PutParent ( struct Document * _val );
    _bstr_t GetInferredName ( );
    void PutInferredName ( _bstr_t _val );
    _bstr_t GetStyleName ( );
    void PutStyleName ( _bstr_t _val );
    _bstr_t Get_StyleName ( );
    void Put_StyleName ( _bstr_t _val );
    _bstr_t GetNotes ( );
    void PutNotes ( _bstr_t _val );
    enum StyleUnitsConstants GetUnits ( );
    void PutUnits ( enum StyleUnitsConstants _val );
    _bstr_t GetKey ( );
    void PutKey ( _bstr_t _val );
    VARIANT_BOOL GetIsEditable ( );
    void PutIsEditable ( VARIANT_BOOL _val );
    VARIANT_BOOL GetIsInternal ( );
    void PutIsInternal ( VARIANT_BOOL _val );
    IDispatchPtr GetGraphic ( );
    void PutGraphic ( IDispatch * _val );
    enum ObjectType GetType ( );
    void PutType ( enum ObjectType _val );
};

enum Geom2dOrientationConstants
{
    igGeom2dOrientClockwise = 0,
    igGeom2dOrientCounterClockwise = 1
};

enum KeyPointType
{
    igKeyPointStart = 1,
    igKeyPointEnd = 2,
    igKeyPointCenter = 4,
    igKeyPointMajorAxis = 8,
    igKeyPointMinorAxis = 16,
    igKeyPointMiddle = 32,
    igKeyPointPointOnly = 64,
    igKeyPointNonDefining = 16384,
    igKeyPointCallback = 32768
};

enum HandleType
{
    igHandleNone = 0,
    igHandleReadOnly = 1,
    igHandleWriteable = 2,
    igHandleInvisible = 4,
    igHandleRotate = 8,
    igHandleConnectedToNext = 16,
    igHandleConnectedToPrevious = 32,
    igHandleOrigin = 64
};

struct __declspec(uuid("8b12e348-1243-11d4-bf77-00104b62bfb6"))
Boundaries2d : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=Get_Item))
    Boundary2dPtr _Item[];
    __declspec(property(get=GetItem))
    Boundary2dPtr Item[];
    __declspec(property(get=Get_NewEnum,put=Put_NewEnum))
    IUnknownPtr _NewEnum;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91精品欧美综合在线观看最新| 亚洲精品综合在线| 日韩欧美国产三级电影视频| 欧美写真视频网站| 欧美在线观看18| 91国产成人在线| 欧美色图天堂网| 欧美老肥妇做.爰bbww| 欧美美女视频在线观看| 日韩午夜电影在线观看| 欧美不卡123| 久久色.com| 国产精品日韩成人| 亚洲精品高清视频在线观看| 亚洲一区二区三区四区在线观看 | 欧美久久一区二区| 欧美日韩国产a| 欧美大胆一级视频| 久久精品欧美日韩精品| 中文字幕一区二区三区乱码在线| 亚洲欧洲一区二区在线播放| 亚洲精品伦理在线| 日本亚洲最大的色成网站www| 免费观看在线综合色| 国产一区二区三区最好精华液| 国产成人精品1024| 色爱区综合激月婷婷| 欧美一区二区三区在| 久久综合av免费| 国产精品久久久久7777按摩 | 麻豆免费精品视频| 国产一区二区免费视频| 成人国产精品免费观看| 色视频成人在线观看免| 欧美日韩色综合| 久久久亚洲精华液精华液精华液| 国产精品久久久久天堂| 亚洲成人免费观看| 国产精品66部| 欧美性极品少妇| 国产色综合久久| 一区二区在线观看免费 | 国产91精品欧美| 欧美制服丝袜第一页| 精品黑人一区二区三区久久| 国产精品毛片高清在线完整版 | av在线免费不卡| 91 com成人网| 中文字幕视频一区二区三区久| 日韩精品三区四区| 成人妖精视频yjsp地址| 欧美日韩国产精品成人| 国产片一区二区| 成人综合日日夜夜| 欧美亚洲日本一区| 久久久久久久久久久黄色| 亚洲综合色丁香婷婷六月图片| 精品在线免费观看| 欧美亚洲动漫另类| 欧美国产精品劲爆| 精品一区二区在线观看| 欧美天堂亚洲电影院在线播放| 国产亚洲女人久久久久毛片| 婷婷成人激情在线网| 99re热这里只有精品视频| 精品国内片67194| 亚洲高清免费一级二级三级| 波多野结衣在线一区| 2021中文字幕一区亚洲| 亚洲成人午夜电影| 91视频国产观看| 欧美国产乱子伦| 狠狠狠色丁香婷婷综合久久五月| 在线视频国产一区| 中文字幕一区二区三区在线播放 | 日韩av电影一区| 一本大道av伊人久久综合| 国产亚洲一本大道中文在线| 日韩福利电影在线| 欧美三级韩国三级日本一级| 中文字幕欧美一| 成人app软件下载大全免费| 久久久欧美精品sm网站| 久久电影国产免费久久电影 | 亚洲乱码日产精品bd| 成人一级黄色片| 国产三区在线成人av| 国产一本一道久久香蕉| 日韩久久久久久| 久久精工是国产品牌吗| 欧美一区二区三区四区五区| 亚洲高清免费观看| 欧美日韩精品高清| 亚洲伊人色欲综合网| 91黄色激情网站| 夜夜爽夜夜爽精品视频| 91福利在线播放| 亚洲一区二区三区不卡国产欧美| 色综合久久天天| 一区二区三区不卡视频| 色婷婷av久久久久久久| 一区二区三区欧美日| 在线亚洲免费视频| 亚洲一二三四区不卡| 欧美伊人精品成人久久综合97| 亚洲欧美日韩国产综合| 欧美自拍偷拍一区| 亚洲自拍另类综合| 欧美人与z0zoxxxx视频| 日韩中文欧美在线| 精品免费视频一区二区| 黑人巨大精品欧美黑白配亚洲| 久久久久国产精品厨房| 成人性生交大片免费看中文| 中文无字幕一区二区三区| av一本久道久久综合久久鬼色| 亚洲欧洲日产国码二区| 91国偷自产一区二区使用方法| 亚洲成人自拍一区| 日韩视频免费直播| 国产91精品免费| 亚洲欧美日韩系列| 91精品国产综合久久精品麻豆 | 国产精品一区一区| 国产精品视频一二三区| 色偷偷88欧美精品久久久| 亚洲一二三级电影| 欧美一区三区二区| 国产精品自在在线| 中文字幕一区二区三区在线不卡| 91高清视频免费看| 久久成人麻豆午夜电影| 国产日韩一级二级三级| 一本一本大道香蕉久在线精品| 亚洲成人免费电影| 久久精品一级爱片| 色吧成人激情小说| 久久99热99| 亚洲欧美韩国综合色| 日韩欧美在线不卡| 成人动漫av在线| 亚洲成人tv网| 中文字幕av资源一区| 欧美色国产精品| 国产成人一级电影| 亚洲国产日韩一级| 国产亚洲一二三区| 欧美日韩大陆在线| 成人毛片在线观看| 日韩黄色免费网站| 中文字幕欧美区| 欧美人与z0zoxxxx视频| 国产精品996| 亚洲成av人**亚洲成av**| 久久精品欧美日韩| 这里只有精品电影| 波多野结衣欧美| 蓝色福利精品导航| 亚洲码国产岛国毛片在线| 精品成人一区二区三区| 日本高清不卡视频| 国产成人av在线影院| 日韩精品一级二级| 亚洲男同性恋视频| 国产日产亚洲精品系列| 9191国产精品| 一本色道久久综合亚洲aⅴ蜜桃 | 欧美一级在线视频| 91热门视频在线观看| 狠狠色综合播放一区二区| 亚洲一区二区三区四区五区黄| 欧美国产激情一区二区三区蜜月| 日韩一区和二区| 亚洲国产精品99久久久久久久久 | 中文字幕一区二区三区在线不卡| 欧美va亚洲va香蕉在线| 欧美在线你懂得| 91农村精品一区二区在线| 国产91清纯白嫩初高中在线观看 | 久久国产精品免费| 婷婷夜色潮精品综合在线| 中文字幕一区三区| 国产午夜精品久久| 欧美精品一区二区三区一线天视频 | 国产一区二区免费看| 午夜视频在线观看一区二区三区 | 国产大陆a不卡| 精一区二区三区| 午夜视频一区二区| 亚洲国产一区二区三区青草影视| 国产精品不卡一区| 中文在线免费一区三区高中清不卡| 精品久久久久一区二区国产| 91.com视频| 91精品国产欧美一区二区| 欧美日韩国产精品自在自线| 91久久国产最好的精华液| 色视频成人在线观看免| 一本一道综合狠狠老| 99精品久久99久久久久|