C# Class CrossUI.DrawingTransformExtensions

Show file Open project: pragmatrix/CrossUI

Public Methods

Method Description
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

Method Details

PushTransform() public static method

public static PushTransform ( this space ) : IDisposable
space this
return IDisposable

Rotate() public static method

public static Rotate ( this _, double radians, Point center = null ) : void
_ this
radians double
center Point
return void

Scale() public static method

public static Scale ( this _, double sx, double sy, Point center = null ) : void
_ this
sx double
sy double
center Point
return void

Translate() public static method

public static Translate ( this _, Vector delta ) : void
_ this
delta CrossUI.Drawing.Vector
return void