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
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Class MatrixBase

Inheritance
System.Object
MatrixBase
Namespace: Telerik.Drawing.Drawing2D
Assembly: Telerik.Reporting.dll

Syntax

public abstract class MatrixBase : IDisposable

Constructors

MatrixBase()

Declaration
protected MatrixBase()

Properties

Elements

Declaration
public abstract float[] Elements { get; }
Property Value
System.Single[]

OffsetX

Declaration
public abstract float OffsetX { get; }
Property Value
System.Single

OffsetY

Declaration
public abstract float OffsetY { get; }
Property Value
System.Single

Methods

Clone()

Declaration
public abstract MatrixBase Clone()
Returns
MatrixBase

Dispose()

Declaration
public abstract void Dispose()

Multiply(MatrixBase)

Declaration
public abstract void Multiply(MatrixBase matrix)
Parameters
MatrixBase matrix

Multiply(MatrixBase, MatrixOrder)

Declaration
public abstract void Multiply(MatrixBase matrix, MatrixOrder order)
Parameters
MatrixBase matrix

MatrixOrder order

Rotate(Single)

Declaration
public abstract void Rotate(float angle)
Parameters
System.Single angle

Rotate(Single, MatrixOrder)

Declaration
public abstract void Rotate(float angle, MatrixOrder order)
Parameters
System.Single angle

MatrixOrder order

RotateAt(Single, PointF)

Declaration
public abstract void RotateAt(float angle, PointF point)
Parameters
System.Single angle

System.Drawing.PointF point

Scale(Single, Single)

Declaration
public abstract void Scale(float scaleX, float scaleY)
Parameters
System.Single scaleX

System.Single scaleY

Scale(Single, Single, MatrixOrder)

Declaration
public abstract void Scale(float scaleX, float scaleY, MatrixOrder order)
Parameters
System.Single scaleX

System.Single scaleY

MatrixOrder order

Shear(Single, Single)

Declaration
public abstract void Shear(float shearX, float shearY)
Parameters
System.Single shearX

System.Single shearY

TransformPoints(PointF[])

Declaration
public abstract void TransformPoints(PointF[] pts)
Parameters
System.Drawing.PointF[] pts

TransformVectors(PointF[])

Declaration
public abstract void TransformVectors(PointF[] pts)
Parameters
System.Drawing.PointF[] pts

Translate(Single, Single)

Declaration
public abstract void Translate(float offsetX, float offsetY)
Parameters
System.Single offsetX

System.Single offsetY

Translate(Single, Single, MatrixOrder)

Declaration
public abstract void Translate(float offsetX, float offsetY, MatrixOrder order)
Parameters
System.Single offsetX

System.Single offsetY

MatrixOrder order

Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting 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.