←Select platform

AnnDrawable Constructor(Boolean,Boolean,Boolean)

Summary

Initializes a new instance of the AnnDrawable class.

Syntax

C#
VB
C++
protected AnnDrawable(  
   bool supportsPen, 
   bool supportsBrush, 
   bool supportsFont 
) 
  
Protected Function New( _ 
   ByVal supportsPen As Boolean, _ 
   ByVal supportsBrush As Boolean, _ 
   ByVal supportsFont As Boolean _ 
) 
protected: 
AnnDrawable(  
   bool supportsPen, 
   bool supportsBrush, 
   bool supportsFont 
) 

Parameters

supportsPen
true if this object will support a pen; otherwise false.

supportsBrush
true if this object will support a brush; otherwise false.

supportsFont
true if this object will support a font; otherwise false.

Remarks

Derived classes use this constructor to specify whether they support the various drawing objects. For example, a line object would pass false for

supportsBrush
true if this object will support a brush; otherwise false.

Requirements

Target Platforms

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