Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.DX Namespace
    In This Topic
    Classes
     ClassDescription
    ClassCallback base implementation of ICallbackable.
    ClassA typed version of ComArrayBase
    ClassA fast method to pass array of ComObject to C1.Win.DX methods.
    ClassRoot IUnknown class to interop with COM object
    ClassBase class for unmanaged callabackable Com object.
    ClassEvent args for ComObject used by ObjectTracker.
    ClassA COM Interface Callback
    ClassGlobal configuration.
    ClassRoot class for all Cpp interop object.
    ClassAn Interface shadow callback
    ClassProvides a stream interface to a buffer located in unmanaged memory.
    ClassBase class for a System.IDisposable class.
    ClassUtility class.
    ClassProvides System.Collections.Generic.IEqualityComparer`1 for default value types.
    ClassRepresents a function callback.
    ClassDescriptor used to provide detailed message for a particular Result.
    ClassContains information about a tracked COM object.
    ClassTrack all allocated objects.
    ClassShadow attribute used to associate a COM callbackable interface to its Shadow implementation.
    ClassA general purpose tag attribute.
    Interfaces
     InterfaceDescription
    InterfaceUse this interface to tag a class that is called by an unmanaged object. A ICallbackable class must dispose the Shadow on dispose.
    InterfaceBase interface for Component Object Model (COM).
    Structures
     StructureDescription
    StructureA boolean value stored on 4 bytes (instead of 1 in .NET).
    StructureRepresents a color in the form of rgba.
    StructureProvides access to data organized in 3D.
    StructurePointer to a native buffer with a specific size.
    StructureProvides access to data organized in 2D.
    StructureResult structure for COM methods.
    StructureDirect2D Matrix3x2 3x2.
    StructureRepresents a 4x4 mathematical matrix.
    StructureRepresents a 5x4 matrix for the built-in ColorMatrix effect.
    StructureStructure specifing a point with double X and Y coordinates.
    StructureStructure specifing a point with float X and Y coordinates.
    StructureStructure specifing a point with integer X and Y coordinates.
    StructureThe maximum number of bytes to which a pointer can point. Use for a count that must span the full range of a pointer. Equivalent to Windows type SIZE_T.
    StructureStructure specifing a rectangle with double Left, Top, Right, Bottom coordinates.
    StructureDefines a RectF. This structure is slightly different from System.Drawing.RectangleF as it is internally storing Left, Top, Right, Bottom instead of Left, Top, Width, Height.
    StructureDefines a RectL. This structure is slightly different from System.Drawing.Rectangle as it is internally storing Left, Top, Right, Bottom instead of Left, Top, Width, Height.
    StructureStructure specifing a size with double Width and Height.
    StructureStructure specifing a size with float Width and Height.
    StructureStructure specifing a size with integer Width and Height.
    StructureRepresents a two dimensional mathematical vector.
    StructureRepresents a three dimensional mathematical vector.
    StructureRepresents a four dimensional mathematical vector.
    StructureDefines the viewport dimensions using float coordinates for (X, Y, Width, Height, MinDepth, MaxDepth).
    Delegates
     DelegateDescription
    DelegateA Delegate to get a property value from an object.
    DelegateA Delegate to set a property value to an object.
    See Also