ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPolygon Class
Members




In This Topic
    ImGearPolygon Class
    In This Topic
    Defines a polygon shape.
    Object Model
    ImGearPolygon Class
    Syntax
    'Declaration
     
    Public Class ImGearPolygon 
       Implements IImGearShape 
    'Usage
     
    Dim instance As ImGearPolygon
    public class ImGearPolygon : IImGearShape  
    public __gc class ImGearPolygon : public IImGearShape  
    public ref class ImGearPolygon : public IImGearShape  
    Remarks
    Represents a polygon, i.e., a 2D shape defined by two or more points sequentilly connected by straight lines.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearPolygon

    See Also