Polygon FillRule=Nonzero : Polygon « Windows Presentation Foundation « VB.Net Tutorial






<Window x:Class="PolygonFillRule"
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Title="PolygonFillRule" Height="600" Width="300">
  <Grid>
    <StackPanel Margin="10">
      <Polygon Stroke="Black" Fill="LightGray" FillRule="Nonzero"
        Points="0 0,0 150,100 150,100 50,50 50, 50 100,150 100,150 0" />
      <TextBlock Text="FileRule = NonZero:" Margin="0 10 0 5" />
    </StackPanel>
  </Grid>
</Window>
WPF Polygon Fill Rule Nonzero








16.71.Polygon
16.71.1.Setting Points for PolygonSetting Points for Polygon
16.71.2.FillRule='Nonzero' for PolygonFillRule='Nonzero' for Polygon
16.71.3.A PolygonA Polygon
16.71.4.Polygon FillRule=NonzeroPolygon FillRule=Nonzero
16.71.5.FillRule=NonzeroFillRule=Nonzero
16.71.6.FillRule=EvenOddFillRule=EvenOdd
16.71.7.Draws a triangle with a blue interiorDraws a triangle with a blue interior
16.71.8.Draws a triangle with a blue interior and a black outlineDraws a triangle with a blue interior and a black outline
16.71.9.A triangle with a black outline.A triangle with a black outline.
16.71.10.Set Stroke, StrokeThickness for PolygonSet Stroke, StrokeThickness for Polygon
16.71.11.Draws polygon with LinearGradientBrushDraws polygon with LinearGradientBrush
16.71.12.Shows a line that crosses more than one other lineShows a line that crosses more than one other line
16.71.13.Polygon Mouse down eventPolygon Mouse down event