Spread WPF 17
GrapeCity.Excel Namespace / GcPoint Structure
Members


In This Topic
    GcPoint Structure
    In This Topic
    Represents an ordered pair of integer x- and y- coordinates that defines a point in a two-dimensional plane
    Object Model
    GcPoint Structure
    Syntax
    'Declaration
     
    Public Structure GcPoint 
       Inherits System.ValueType
    'Usage
     
    Dim instance As GcPoint
    public struct GcPoint : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Excel.GcPoint

    See Also