Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub TransformCoords ( _
<OutAttribute> pPtlHimetric As POINTL(), _
<OutAttribute> pPtfContainer As POINTF(), _
dwFlags As UInteger _
)
'使用
Dim instance As IOleControlSite
Dim pPtlHimetric As POINTL()
Dim pPtfContainer As POINTF()
Dim dwFlags As UInteger
instance.TransformCoords(pPtlHimetric, _
pPtfContainer, dwFlags)
void TransformCoords(
POINTL[] pPtlHimetric,
POINTF[] pPtfContainer,
uint dwFlags
)
void TransformCoords(
[InAttribute] [OutAttribute] array<POINTL>^ pPtlHimetric,
[InAttribute] [OutAttribute] array<POINTF>^ pPtfContainer,
[InAttribute] unsigned int dwFlags
)
function TransformCoords(
pPtlHimetric : POINTL[],
pPtfContainer : POINTF[],
dwFlags : uint
)
Parameters
- pPtlHimetric
Type: []
- pPtfContainer
Type: []
- dwFlags
Type: System.UInt32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.