←Select platform

Explicit Operator

Summary

Converts the specified AnnSize structure to an AnnPoint structure.

Syntax

C#
VB
C++
public static AnnPoint operator explicit( 
   AnnSize size 
) 
  
Public Operator Narrowing CType( _ 
   ByVal size As Leadtools.Annotations.AnnSize _ 
) As Leadtools.Annotations.AnnPoint 

Parameters

size
The AnnSize structure to be converted

Return Value

An AnnPoint structure containing the converted AnnSize structure.

Example

This example converts an AnnSize structure to an AnnPoint structure.

 

!--AnnSize.OperatorAnnPoint-->

Requirements

Target Platforms

See Also

Reference

AnnSize Structure

AnnSize Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly