Skip to content

Latest commit

 

History

History
131 lines (109 loc) · 3.35 KB

nf-xpsobjectmodel-ixpsomgeometryfigure-getisfilled.md

File metadata and controls

131 lines (109 loc) · 3.35 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:xpsobjectmodel.IXpsOMGeometryFigure.GetIsFilled
IXpsOMGeometryFigure::GetIsFilled (xpsobjectmodel.h)
Gets a value that indicates whether the figure is filled.
FALSE
GetIsFilled
GetIsFilled method [XPS Documents and Packaging]
GetIsFilled method [XPS Documents and Packaging]
IXpsOMGeometryFigure interface
IXpsOMGeometryFigure interface [XPS Documents and Packaging]
GetIsFilled method
IXpsOMGeometryFigure.GetIsFilled
IXpsOMGeometryFigure::GetIsFilled
TRUE
xps.ixpsomgeometryfigure_getisfilled
xpsobjectmodel/IXpsOMGeometryFigure::GetIsFilled
xps\ixpsomgeometryfigure_getisfilled.htm
xps
22da5239-c79f-4306-ad60-9b3e5bcae988
12/05/2018
FALSE, GetIsFilled, GetIsFilled method [XPS Documents and Packaging], GetIsFilled method [XPS Documents and Packaging],IXpsOMGeometryFigure interface, IXpsOMGeometryFigure interface [XPS Documents and Packaging],GetIsFilled method, IXpsOMGeometryFigure.GetIsFilled, IXpsOMGeometryFigure::GetIsFilled, TRUE, xps.ixpsomgeometryfigure_getisfilled, xpsobjectmodel/IXpsOMGeometryFigure::GetIsFilled
xpsobjectmodel.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
XpsObjectModel.idl
Windows
19H1
IXpsOMGeometryFigure::GetIsFilled
xpsobjectmodel/IXpsOMGeometryFigure::GetIsFilled
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMGeometryFigure.GetIsFilled

IXpsOMGeometryFigure::GetIsFilled

-description

Gets a value that indicates whether the figure is filled.

-parameters

-param isFilled [out, retval]

The Boolean value that indicates whether the figure is filled.

Value Meaning
TRUE
The figure is filled by a brush.
FALSE
The figure is not filled.

-returns

If the method succeeds, it returns S_OK; otherwise, it returns an HRESULT error code.

Return code Description
S_OK
The method succeeded.
E_POINTER
isFilled is NULL.

-remarks

This value corresponds to that of the IsFilled attribute of the PathFigure element in the document markup.

-see-also

IXpsOMGeometryFigure

XML Paper Specification