Class VisualTransform
- Namespace
- DrawnUi.Infrastructure
- Assembly
- DrawnUi.Maui.dll
Will enhance this in the future to include more properties
public class VisualTransform
- Inheritance
-
VisualTransform
- Inherited Members
- Extension Methods
Constructors
VisualTransform()
public VisualTransform()
Properties
Frame
public ScaledRect Frame { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
Logs
public string Logs { get; set; }
Property Value
Opacity
public float Opacity { get; set; }
Property Value
RenderedNodes
public int RenderedNodes { get; set; }
Property Value
Rotation
public float Rotation { get; set; }
Property Value
Scale
Units as from ScaleX and ScaleY
public SKPoint Scale { get; set; }
Property Value
Translation
Units as from TranslationX and TranslationY
public SKPoint Translation { get; set; }
Property Value
Methods
ToNative(SKRect, float)
All input rects are in pixels
public VisualTransformNative ToNative(SKRect rect, float scale)