home *** CD-ROM | disk | FTP | other *** search
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
-
- #include "stdafx.h"
- #include "shape3d.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CShape3D
-
- IMPLEMENT_DYNCREATE(CShape3D, CWnd)
-
- /////////////////////////////////////////////////////////////////////////////
- // CShape3D properties
-
- short CShape3D::GetLineWidth()
- {
- short result;
- GetProperty(0x1, VT_I2, (void*)&result);
- return result;
- }
-
- void CShape3D::SetLineWidth(short propVal)
- {
- SetProperty(0x1, VT_I2, propVal);
- }
-
- short CShape3D::GetShape()
- {
- short result;
- GetProperty(0x2, VT_I2, (void*)&result);
- return result;
- }
-
- void CShape3D::SetShape(short propVal)
- {
- SetProperty(0x2, VT_I2, propVal);
- }
-
- short CShape3D::GetShiftShapeLeft()
- {
- short result;
- GetProperty(0x3, VT_I2, (void*)&result);
- return result;
- }
-
- void CShape3D::SetShiftShapeLeft(short propVal)
- {
- SetProperty(0x3, VT_I2, propVal);
- }
-
- short CShape3D::GetShiftShapeUp()
- {
- short result;
- GetProperty(0x4, VT_I2, (void*)&result);
- return result;
- }
-
- void CShape3D::SetShiftShapeUp(short propVal)
- {
- SetProperty(0x4, VT_I2, propVal);
- }
-
- short CShape3D::GetShadowHorizontal()
- {
- short result;
- GetProperty(0x5, VT_I2, (void*)&result);
- return result;
- }
-
- void CShape3D::SetShadowHorizontal(short propVal)
- {
- SetProperty(0x5, VT_I2, propVal);
- }
-
- short CShape3D::GetShadowVertical()
- {
- short result;
- GetProperty(0x6, VT_I2, (void*)&result);
- return result;
- }
-
- void CShape3D::SetShadowVertical(short propVal)
- {
- SetProperty(0x6, VT_I2, propVal);
- }
-
- unsigned long CShape3D::GetShadowColor()
- {
- unsigned long result;
- GetProperty(0x7, VT_I4, (void*)&result);
- return result;
- }
-
- void CShape3D::SetShadowColor(unsigned long propVal)
- {
- SetProperty(0x7, VT_I4, propVal);
- }
-
- unsigned long CShape3D::GetLineColor()
- {
- unsigned long result;
- GetProperty(0x8, VT_I4, (void*)&result);
- return result;
- }
-
- void CShape3D::SetLineColor(unsigned long propVal)
- {
- SetProperty(0x8, VT_I4, propVal);
- }
-
- BOOL CShape3D::GetTransparent()
- {
- BOOL result;
- GetProperty(0x9, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CShape3D::SetTransparent(BOOL propVal)
- {
- SetProperty(0x9, VT_BOOL, propVal);
- }
-
- BOOL CShape3D::GetRotateSide()
- {
- BOOL result;
- GetProperty(0xa, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CShape3D::SetRotateSide(BOOL propVal)
- {
- SetProperty(0xa, VT_BOOL, propVal);
- }
-
- BOOL CShape3D::GetSymmetrical()
- {
- BOOL result;
- GetProperty(0xb, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CShape3D::SetSymmetrical(BOOL propVal)
- {
- SetProperty(0xb, VT_BOOL, propVal);
- }
-
- OLE_COLOR CShape3D::GetBackColor()
- {
- OLE_COLOR result;
- GetProperty(DISPID_BACKCOLOR, VT_I4, (void*)&result);
- return result;
- }
-
- void CShape3D::SetBackColor(OLE_COLOR propVal)
- {
- SetProperty(DISPID_BACKCOLOR, VT_I4, propVal);
- }
-
- short CShape3D::Get_Shape()
- {
- short result;
- GetProperty(0x0, VT_I2, (void*)&result);
- return result;
- }
-
- void CShape3D::Set_Shape(short propVal)
- {
- SetProperty(0x0, VT_I2, propVal);
- }
-
- /////////////////////////////////////////////////////////////////////////////
- // CShape3D operations
-
- void CShape3D::AboutBox()
- {
- InvokeHelper(0xfffffdd8, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
- }
-