ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRoundedRectangle Structure
Members




In This Topic
    ImGearRoundedRectangle Structure
    In This Topic
    This structure represents a rounded rectangle.
    Object Model
    ImGearRoundedRectangle StructureImGearPoint StructureImGearPoint Structure
    Syntax
    'Declaration
     
    Public Structure ImGearRoundedRectangle 
       Inherits System.ValueType
       Implements IImGearRoundedRectangleIImGearShape 
    'Usage
     
    Dim instance As ImGearRoundedRectangle
    public struct ImGearRoundedRectangle : System.ValueType, IImGearRoundedRectangleIImGearShape  
    public __value struct ImGearRoundedRectangle : public System.ValueType, IImGearRoundedRectangleIImGearShape  
    public value class ImGearRoundedRectangle : public System.ValueType, IImGearRoundedRectangleIImGearShape  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearRoundedRectangle

    See Also