←Select platform

AnnRectangleObject Constructor(Boolean,Boolean)

Summary

Initializes a new instance of AnnRectangleObject.

Syntax

C#
VB
C++
protected AnnRectangleObject(  
   bool supportsStroke, 
   bool supportsFill 
) 
Protected Function New( _ 
   ByVal supportsStroke As Boolean, _ 
   ByVal supportsFill As Boolean _ 
) 
protected: 
AnnRectangleObject(  
   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 AnnRectangleObject.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.Annotations Assembly
Click or drag to resize