Beispiel #1
0
 public TSpaceHint Clone() {
   TSpaceHint Result = new TSpaceHint(ID, metrics);
   // .
   Result.InfoComponent_Type = InfoComponent_Type;
   Result.InfoComponent_ID = InfoComponent_ID;
   Result.BindingPointX = BindingPointX;
   Result.BindingPointY = BindingPointY;
   Result.BaseSquare = BaseSquare;
   Result.InfoImageDATAFileID = InfoImageDATAFileID;
   Result.InfoString = InfoString;
   Result.InfoStringFontColor = InfoStringFontColor;
   Result.InfoStringFontSize = InfoStringFontSize;
   Result.InfoStringFontName = InfoStringFontName;
   Result.flSelected = flSelected;
   // .
   return Result;
 }