C# Класс CrossUI.DrawingTransformExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
PushTransform ( this space ) : IDisposable
Rotate ( this _, double radians, Point center = null ) : void
Scale ( this _, double sx, double sy, Point center = null ) : void
Translate ( this _, Vector delta ) : void

Описание методов

PushTransform() публичный статический Метод

public static PushTransform ( this space ) : IDisposable
space this
Результат IDisposable

Rotate() публичный статический Метод

public static Rotate ( this _, double radians, Point center = null ) : void
_ this
radians double
center Point
Результат void

Scale() публичный статический Метод

public static Scale ( this _, double sx, double sy, Point center = null ) : void
_ this
sx double
sy double
center Point
Результат void

Translate() публичный статический Метод

public static Translate ( this _, Vector delta ) : void
_ this
delta CrossUI.Drawing.Vector
Результат void