Visual Basic (Declaration) | |
---|---|
Protected Function New( _ ByVal supportsStroke As Boolean, _ ByVal supportsFill As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim supportsStroke As Boolean Dim supportsFill As Boolean Dim instance As New AnnEncryptObject(supportsStroke, supportsFill) |
C# | |
---|---|
protected AnnEncryptObject( bool supportsStroke, bool supportsFill ) |
C++/CLI | |
---|---|
protected: AnnEncryptObject( 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.
This constructor is intended for derived classes that want to extend the functionality of the AnnEncryptObject.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)