Leadtools.Annotations Namespace > AnnSize Structure : Explicit Type Conversion Operator |
'Usage
This operator type is not supported by WinRT JavaScript
Public Sub AnnSize_OperatorAnnPoint() Dim sz As AnnSize = New AnnSize(1.5F, 2.0F, AnnUnit.Inch) Dim pt As AnnPoint = CType(sz, AnnPoint) End Sub
public void AnnSize_OperatorAnnPoint() { AnnSize sz = new AnnSize(1.5F, 2F, AnnUnit.Inch); AnnPoint pt = (AnnPoint)sz; }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2