EmfPlusRegion

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusGraphicsObjectType

public final class EmfPlusRegion extends EmfPlusGraphicsObjectType

The EmfPlusRegion object specifies line and curve segments that define a non rectilinear shape

Constructors

ConstructorDescription
EmfPlusRegion()

Methods

MethodDescription
getRegionNode()Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects (section 2.2.2.40).
setRegionNode(EmfPlusRegionNode[] value)Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects (section 2.2.2.40).

EmfPlusRegion()

public EmfPlusRegion()

getRegionNode()

public EmfPlusRegionNode[] getRegionNode()

Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects (section 2.2.2.40). Regions are specified as a binary tree of region nodes, and each node MUST either be a terminal node or specify one or two child nodes. RegionNode MUST contain at least one element

Returns: com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusRegionNode[]

setRegionNode(EmfPlusRegionNode[] value)

public void setRegionNode(EmfPlusRegionNode[] value)

Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects (section 2.2.2.40). Regions are specified as a binary tree of region nodes, and each node MUST either be a terminal node or specify one or two child nodes. RegionNode MUST contain at least one element

Parameters:

ParameterTypeDescription
valueEmfPlusRegionNode[]