Show / Hide Table of Contents

Class ScaleConverter

Inheritance
System.Object
ScaleConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NavJU.Services
Assembly: NavJU.dll
Syntax
public class ScaleConverter

Properties

_x

Declaration
public static float _x { get; set; }
Property Value
Type Description
System.Single

_y

Declaration
public static float _y { get; set; }
Property Value
Type Description
System.Single

PictureScaleX

Declaration
public static float PictureScaleX { get; set; }
Property Value
Type Description
System.Single

PictureScaleY

Declaration
public static float PictureScaleY { get; set; }
Property Value
Type Description
System.Single

ScaleX

Declaration
public static float ScaleX { get; set; }
Property Value
Type Description
System.Single

ScaleY

Declaration
public static float ScaleY { get; set; }
Property Value
Type Description
System.Single

tappedScaledX

Declaration
public static float tappedScaledX { get; set; }
Property Value
Type Description
System.Single

tappedScaledY

Declaration
public static float tappedScaledY { get; set; }
Property Value
Type Description
System.Single
Back to top Generated by DocFX