Class CanvasData
Namespace: Aurigma.DesignAtoms.Canvas
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class CanvasData
Inheritance: System.Object -> CanvasData
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
CanvasData
public CanvasData()
CanvasData
public CanvasData(ICanvas cv)
CanvasData
public CanvasData(Canvas cv)
Properties
L
public List<LayerData> L { get; set; }
CurLI
public int CurLI { get; set; }
CurVOI
public int CurVOI { get; set; }
SW
public float SW { get; set; }
SC
public string SC { get; set; }
WW
public float WW { get; set; }
WH
public float WH { get; set; }
MinFontSize
public float? MinFontSize { get; set; }
MaxFontSize
public float? MaxFontSize { get; set; }
MinLeading
public float? MinLeading { get; set; }
MaxLeading
public float? MaxLeading { get; set; }
Tags
public Dictionary<string, object> Tags { get; set; }
Z
public float Z { get; set; }
XDpi
public float XDpi { get; set; }
YDpi
public float YDpi { get; set; }
TDpi
public float? TDpi { get; set; }
ReGS
public float ReGS { get; set; }
ReGC
public string ReGC { get; set; }
ReGLC
public string ReGLC { get; set; }
RoGS
public float RoGS { get; set; }
RoGC
public string RoGC { get; set; }
RoGLL
public float RoGLL { get; set; }
RoGLC
public string RoGLC { get; set; }
MSE
public bool MSE { get; set; }
MMT
public int MMT { get; set; }
PBGCC
public string PBGCC { get; set; }
DAEBGCC
public string DAEBGCC { get; set; }
SBCC
public string SBCC { get; set; }
HBCC
public string HBCC { get; set; }
DBCC
public string DBCC { get; set; }
DLTBCC
public string DLTBCC { get; set; }
EBCC
public string EBCC { get; set; }
QCCCC
public string QCCCC { get; set; }
QBTWCSBCC
public string QBTWCSBCC { get; set; }
QWTGCSBCC
public string QWTGCSBCC { get; set; }
QBTGCSBCC
public string QBTGCSBCC { get; set; }
QNACSBCC
public string QNACSBCC { get; set; }
QCSBCC
public string QCSBCC { get; set; }
QCIBCC
public string QCIBCC { get; set; }
VCCC
public string VCCC { get; set; }
VBCC
public string VBCC { get; set; }
GVICC
public string GVICC { get; set; }
WVICC
public string WVICC { get; set; }
BVICC
public string BVICC { get; set; }
BBGCC
public string BBGCC { get; set; }
SBT
public string SBT { get; set; }
HBT
public string HBT { get; set; }
DBT
public string DBT { get; set; }
DLTBT
public string DLTBT { get; set; }
EBT
public string EBT { get; set; }
DS
public bool DS { get; set; }
Methods
ApplyState
public void ApplyState(ICanvas canvas)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Canvas.ICanvas | canvas |
ApplyState
public void ApplyState(Canvas cv)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Canvas.Canvas | cv |