Ejemplo n.º 1
0
 public ImageInst(uint pickId, SubContent content, Vector3D dims, BoxPosition boxPosition)
 {
     PickId      = pickId;
     Content     = content;
     Dimensions  = dims;
     BoxPosition = boxPosition;
 }
Ejemplo n.º 2
0
 public void AddImage(uint pickId, SubContent content, Vector3D vDimensions, BoxPosition boxPosition)
 {
     ListImageInst.Add(new ImageInst(pickId, content, vDimensions, boxPosition));
 }
Ejemplo n.º 3
0
 public ImageCached(SubContent subContent, HalfAxis.HAxis axisLength, HalfAxis.HAxis axisWidth)
 {
     Content = subContent; AxisLength = axisLength; AxisWidth = axisWidth;
 }