You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/Module/GeoSigmaDraw/ShearMotionGraphDrawer.h

11 lines
300 B
C++

#pragma once
#include "TransformMotiveGraphDrawer.h"
class ShearMotionGraphDrawer : public TransformMotiveGraphDrawer
{
public:
virtual void FirstDraw(CDC * pDC, Gdiplus::Matrix * matrix, int mouseX, int mouseY);
virtual void Draw(CDC * pDC, Gdiplus::Matrix * matrix, int mouseX, int mouseY);
};