Xceed Words for .NET v5.1 Documentation
Xceed.Drawing.NET Assembly / Xceed.Drawing Namespace / RectangleF Structure
Members


In This Topic
    RectangleF Structure
    In This Topic
    Encapsulates a SkiaSharp.SKRect in .NET5+ or a System.Drawing.RectangleF in .NET Framework.
    Syntax
    'Declaration
     
    Public Structure RectangleF 
       Inherits System.ValueType
    'Usage
     
    Dim instance As RectangleF
    public struct RectangleF : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Xceed.Drawing.RectangleF

    Public Constructors
     NameDescription
    Public ConstructorCreates a new RectangleF by determining its WidthHeight, along with the location of its top left corner.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Creates an empty RectangleF.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the y coordinate that corresponds to the sum of the Y & Height properties.  
    Public PropertyGets or sets the RectangleF's height.  
    Public PropertyGets the x coordinate that corresponds to the left edge of the RectangleF.  
    Public PropertyGets the x coordinate that corresponds to the sum of the XWidth properties.  
    Public PropertyGets the y coordinate that corresponds to the top edge of the RectangleF.  
    Public PropertyGets the value of the RectangleF object.  
    Public PropertyGets or sets the RectangleF's width.  
    Public PropertyGets or sets the x coordinate that corresponds to the upper left corner of the RectangleF.  
    Public PropertyGets or sets the y coordinate that corresponds to the upper left corner of the RectangleF.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Public Method  
    Top
    Public Operators
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also