←Select platform

AnnButtonObject Constructor(bool,bool)

Summary

Initializes a new instance of AnnButtonObject.

Syntax

C#
VB
C++
  
Protected Function New( _ 
   ByVal supportsStroke As Boolean, _ 
   ByVal supportsFill As Boolean _ 
) 
protected: 
AnnButtonObject(  
   bool supportsStroke, 
   bool supportsFill 
) 

Parameters

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

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

Remarks

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

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