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 "line3d.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CLine3D
-
- IMPLEMENT_DYNCREATE(CLine3D, CWnd)
-
- /////////////////////////////////////////////////////////////////////////////
- // CLine3D properties
-
- short CLine3D::GetLineOrientation()
- {
- short result;
- GetProperty(0x1, VT_I2, (void*)&result);
- return result;
- }
-
- void CLine3D::SetLineOrientation(short propVal)
- {
- SetProperty(0x1, VT_I2, propVal);
- }
-
- short CLine3D::GetLineWidth()
- {
- short result;
- GetProperty(0x2, VT_I2, (void*)&result);
- return result;
- }
-
- void CLine3D::SetLineWidth(short propVal)
- {
- SetProperty(0x2, VT_I2, propVal);
- }
-
- short CLine3D::GetLineStyle()
- {
- short result;
- GetProperty(0x3, VT_I2, (void*)&result);
- return result;
- }
-
- void CLine3D::SetLineStyle(short propVal)
- {
- SetProperty(0x3, VT_I2, propVal);
- }
-
- BOOL CLine3D::GetWidthToRectShape()
- {
- BOOL result;
- GetProperty(0x4, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CLine3D::SetWidthToRectShape(BOOL propVal)
- {
- SetProperty(0x4, VT_BOOL, propVal);
- }
-
- short CLine3D::GetShadowHorizontal()
- {
- short result;
- GetProperty(0x5, VT_I2, (void*)&result);
- return result;
- }
-
- void CLine3D::SetShadowHorizontal(short propVal)
- {
- SetProperty(0x5, VT_I2, propVal);
- }
-
- short CLine3D::GetShadowVertical()
- {
- short result;
- GetProperty(0x6, VT_I2, (void*)&result);
- return result;
- }
-
- void CLine3D::SetShadowVertical(short propVal)
- {
- SetProperty(0x6, VT_I2, propVal);
- }
-
- OLE_COLOR CLine3D::GetForeColor()
- {
- OLE_COLOR result;
- GetProperty(DISPID_FORECOLOR, VT_I4, (void*)&result);
- return result;
- }
-
- void CLine3D::SetForeColor(OLE_COLOR propVal)
- {
- SetProperty(DISPID_FORECOLOR, VT_I4, propVal);
- }
-
- unsigned long CLine3D::GetShadowColor()
- {
- unsigned long result;
- GetProperty(0x7, VT_I4, (void*)&result);
- return result;
- }
-
- void CLine3D::SetShadowColor(unsigned long propVal)
- {
- SetProperty(0x7, VT_I4, propVal);
- }
-
- /////////////////////////////////////////////////////////////////////////////
- // CLine3D operations
-
- void CLine3D::AboutBox()
- {
- InvokeHelper(0xfffffdd8, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
- }
-