←Select platform

AnnVideoObject Constructor(bool,bool,bool)

Summary

Initializes a new instance of an AnnVideoObject object.

Syntax

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

Parameters

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

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

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

Remarks

This constructor is intended for derived classes that are used to extend the functionality of the AnnVideoObject 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.Annotations Assembly