public final class EmfPlusBoundaryPathData extends EmfPlusBoundaryBase
The EmfPlusBoundaryPathData object specifies a graphics path boundary for a gradient brush.
Constructor and Description |
---|
EmfPlusBoundaryPathData() |
Modifier and Type | Method and Description |
---|---|
EmfPlusPath |
getBoundaryPathData()
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush
|
int |
getBoundaryPathSize()
Gets or sets a 32-bit signed integer that specifies the size in bytes of the BoundaryPathData field.
|
void |
setBoundaryPathData(EmfPlusPath value)
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush
|
void |
setBoundaryPathSize(int value)
Gets or sets a 32-bit signed integer that specifies the size in bytes of the BoundaryPathData field.
|
parse_internalized
public EmfPlusPath getBoundaryPathData()
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush
public void setBoundaryPathData(EmfPlusPath value)
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush
public int getBoundaryPathSize()
Gets or sets a 32-bit signed integer that specifies the size in bytes of the BoundaryPathData field.
public void setBoundaryPathSize(int value)
Gets or sets a 32-bit signed integer that specifies the size in bytes of the BoundaryPathData field.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.