←Select platform

AnnObject Constructor(bool,bool)

Summary

Initializes a new instance of AnnObject.

Syntax

C#
VB
C++
protected AnnObject( 
   bool supportsStroke, 
   bool supportsFill 
) 
Protected Sub New(ByVal supportsStroke As Boolean, ByVal supportsFill As Boolean) 
 MyBase.New 
protected:  
   AnnObject(bool supportsStroke, bool supportsFill) 

Parameters

supportsStroke

true if this object will support a stroke; otherwise false.

supportsFill

true if this object will support a fill; otherwise false.

Remarks

This constructor is intended for derived classes that extend the functionality of the AnnObject.

Requirements

Target Platforms

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

Leadtools.Windows.Annotations Assembly