IViewObjectEx.GetNaturalExtent, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub GetNaturalExtent ( _
dwAspect As UInteger, _
lindex As Integer, _
ptd As DVTARGETDEVICE(), _
hicTargetDev As IntPtr, _
pExtentInfo As DVEXTENTINFO(), _
<OutAttribute> pSizel As SIZEL() _
)
void GetNaturalExtent(
uint dwAspect,
int lindex,
DVTARGETDEVICE[] ptd,
IntPtr hicTargetDev,
DVEXTENTINFO[] pExtentInfo,
SIZEL[] pSizel
)
Paramètres
- dwAspect
Type : System.UInt32
- lindex
Type : System.Int32
- ptd
Type : array<Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[]
- hicTargetDev
Type : System.IntPtr
- pExtentInfo
Type : array<Microsoft.VisualStudio.OLE.Interop.DVEXTENTINFO[]
- pSizel
Type : array<Microsoft.VisualStudio.OLE.Interop.SIZEL[]
Remarques
Pour les informations sur l'interface COM, consultez l'IViewObjectEx::GetNaturalExtent
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.