IOleObject.GetExtent Method
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.Win32
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As IOleObject
Dim dwDrawAspect As UInteger
Dim psizel As UInteger
instance.GetExtent(dwDrawAspect, psizel)
Syntax
'Declaration
Sub GetExtent ( _
dwDrawAspect As UInteger, _
psizel As UInteger _
)
void GetExtent (
uint dwDrawAspect,
uint psizel
)
void GetExtent (
unsigned int dwDrawAspect,
unsigned int psizel
)
void GetExtent (
UInt32 dwDrawAspect,
UInt32 psizel
)
function GetExtent (
dwDrawAspect : uint,
psizel : uint
)
Parameters
- dwDrawAspect
- psizel
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IOleObject Interface
IOleObject Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.Win32 Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.