Click or drag to resize

OBJECTDESCRIPTOR Structure

Represents an OLE object descriptor.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.UnmanagedApi.Ole32OBJECTDESCRIPTOR

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public struct OBJECTDESCRIPTOR

The OBJECTDESCRIPTOR type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldcbSizeThe size of this structure.
Public fieldclsidThe class identifier of the object.
Public fielddwDrawAspectThe drawing aspect.
Public fielddwFullUserTypeNameThe offset of the full user type name.
Public fielddwSrcOfCopyThe offset of the source-of-copy string.
Public fielddwStatusThe status flags.
Public fieldpointlxThe source point in HIMETRIC units.
Public fieldpointlyThe source point in HIMETRIC units.
Public fieldsizelcxThe width in HIMETRIC units.
Public fieldsizelcyThe width in HIMETRIC units.
Top
See Also