Пример #1
0
        public override object Clone()
        {
            DrawEditorTool tool = new DrawEditorTool(mEntry, mDraw);

            CloneTo(tool);
            tool.mAvoidOverlapping = mAvoidOverlapping;
            tool.mWidth            = mWidth;
            tool.mHeight           = mHeight;

            return(tool);
        }
Пример #2
0
		public override object Clone()
		{
			DrawEditorTool tool = new DrawEditorTool(mEntry, mDraw);
			CloneTo(tool);
			tool.mAvoidOverlapping = mAvoidOverlapping;
			tool.mWidth = mWidth;
			tool.mHeight = mHeight;

			return tool;
		}