A rectangle based on a top-left coordinate and a width and height. This class also supports rounded rectangles.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxRectangle : GwxShape
Visual Basic
Public NotInheritable Class GwxRectangle _
	Inherits GwxShape
JScript
public final class GwxRectangle extends GwxShape

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxShape
          Ico.Gwx..::..GwxRectangle

See Also