←Select platform

AnnLineObject Constructor(bool,bool)

Summary

Initializes a new instance of AnnLineObject.

Syntax

C#
VB
C++
protected AnnLineObject( 
   bool supportsStroke, 
   bool supportsFill 
) 
  
Protected Function New( _ 
   ByVal supportsStroke As Boolean, _ 
   ByVal supportsFill As Boolean _ 
) 
protected: 
AnnLineObject(  
   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 want to extend the functionality of the AnnLineObject.

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