IOleObject.SetExtent 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.SetExtent(dwDrawAspect, psizel)
Syntax
'Declaration
Sub SetExtent ( _
dwDrawAspect As UInteger, _
psizel As UInteger _
)
void SetExtent (
uint dwDrawAspect,
uint psizel
)
void SetExtent (
unsigned int dwDrawAspect,
unsigned int psizel
)
void SetExtent (
UInt32 dwDrawAspect,
UInt32 psizel
)
function SetExtent (
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.