Constructs a new P3DRectangle with empty bounds.
Constructs a new P3DRectangle with empty bounds.
public P3DRectangle();
Constructs a new P3DRectangle with the given bounds.
public P3DRectangle(RectangleF);
Read this this P3DRectangle and all its children from the given SerializationInfo.
protected P3DRectangle(SerializationInfo,StreamingContext);
Constructs a new P3DRectangle with the given x, y, width and height values.
public P3DRectangle(float,float,float,float);
P3DRectangle Class | UMD.HCIL.PiccoloX.Nodes Namespace