PDF for WinRT
FillStroke(Boolean,Boolean,Boolean) Method


Whether the path should be closed.
Whether the path should be filled.
Whether the path should be stroked.
For internal use only. Strokes and fills the current path.
Syntax
'Declaration
 
Protected Overloads Sub FillStroke( _
   ByVal close As Boolean, _
   ByVal fill As Boolean, _
   ByVal stroke As Boolean _
) 
'Usage
 
Dim instance As C1PdfDocumentBase
Dim close As Boolean
Dim fill As Boolean
Dim stroke As Boolean
 
instance.FillStroke(close, fill, stroke)
protected void FillStroke( 
   bool close,
   bool fill,
   bool stroke
)

Parameters

close
Whether the path should be closed.
fill
Whether the path should be filled.
stroke
Whether the path should be stroked.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback