skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Interface IDrawingService

The service handling the drawing of geometry on the surface.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll

Syntax

public interface IDrawingService
Remarks

Note that this service can be customized and plugged into the ServiceLocator.

Properties

ActiveShape

Gets the active shape.

Declaration
IGeometryShape ActiveShape { get; }
Property Value
IGeometryShape

AnchorPoints

Gets the anchor points.

Declaration
IEnumerable<Point> AnchorPoints { get; }
Property Value
System.Collections.Generic.IEnumerable<Point>

ControlPoints

Gets the control points.

Declaration
IEnumerable<Point> ControlPoints { get; }
Property Value
System.Collections.Generic.IEnumerable<Point>

IsDrawing

Gets a value indicating whether this instance is drawing.

Declaration
bool IsDrawing { get; }
Property Value
System.Boolean

Methods

ClearPoints()

Clears the points.

Declaration
void ClearPoints()

CompleteDraw()

Completes the draw.

Declaration
void CompleteDraw()

CreateDrawCommand(IGeometryShape, DrawingState, DrawingState, Boolean, Boolean, DrawingShapeInfo)

Creates the DrawCommand that sets the new state of the Shape or reverts the old state.

Declaration
DrawCommand CreateDrawCommand(IGeometryShape shape, DrawingState oldState, DrawingState newState, bool isComplete, bool isUndoable, DrawingShapeInfo shapeInfo)
Parameters
IGeometryShape shape

DrawingState oldState

DrawingState newState

System.Boolean isComplete

System.Boolean isUndoable

DrawingShapeInfo shapeInfo

Returns
DrawCommand

CreateHandlesGeometry(Point, Point, FillRule)

Create geometry for the Path Handles in Path Tool.

Declaration
Geometry CreateHandlesGeometry(Point startPoint, Point endPoint, FillRule fillRule)
Parameters
Point startPoint

Point endPoint

FillRule fillRule

Returns
Geometry

CreateShapeGeometry(IEnumerable<DrawingToolSegment>, DrawingShapeInfo)

Creates Geometry for a shape from a given DrawingToolSegments.

Declaration
Geometry CreateShapeGeometry(IEnumerable<DrawingToolSegment> segments, DrawingShapeInfo shapeInfo)
Parameters
System.Collections.Generic.IEnumerable<DrawingToolSegment> segments

DrawingShapeInfo shapeInfo

Returns
Geometry

DrawPoints(Nullable<Point>, Nullable<Point>, Boolean)

Draws the points.

Declaration
bool DrawPoints(Point? anchorPoint, Point? controlPoint, bool isUndoable = false)
Parameters
System.Nullable<Point> anchorPoint

The anchor point.

System.Nullable<Point> controlPoint

The control point.

System.Boolean isUndoable

The is undoable.

Returns
System.Boolean

InitializeDraw(IGeometryShape, String)

Initializes draw action.

Declaration
void InitializeDraw(IGeometryShape activeShape, string toolName)
Parameters
IGeometryShape activeShape

The active shape.

System.String toolName

The name of the current tool.

RemoveLastAnchorPoint()

Removes the last anchor point.

Declaration
void RemoveLastAnchorPoint()

RemoveLastControlPoint()

Removes the last control point.

Declaration
void RemoveLastControlPoint()

SetState(IGeometryShape, IEnumerable<Point>, IEnumerable<Point>)

Sets the state.

Declaration
void SetState(IGeometryShape shape, IEnumerable<Point> anchorPoints, IEnumerable<Point> controlPoints)
Parameters
IGeometryShape shape

The shape.

System.Collections.Generic.IEnumerable<Point> anchorPoints

The anchor points.

System.Collections.Generic.IEnumerable<Point> controlPoints

The control points.

StartDraw()

Starts the draw.

Declaration
void StartDraw()

Events

Drawing

Occurs when drawing.

Declaration
event EventHandler<DrawingEventArgs> Drawing
Event Type
System.EventHandler<DrawingEventArgs>

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.