상속: SingleInharitanceType
예제 #1
0
		/// <exception cref="ArgumentNullException">
		/// <paramref name="structType"/> is null.
		/// </exception>
		internal StructureShape(StructureType structure) : base(structure)
		{
			this.structure = structure;
			UpdateMinSize();
		}
예제 #2
0
 protected virtual void AddStructure(StructureType structure)
 {
     AddEntity(structure);
 }