Class incapsulating MatrixTransform property element features. This element defines an arbitrary affine matrix transformation used to manipulate the coordinate systems of elements.
More...
|
ASPOSE_PAGE_SHARED_API float | get_M11 () |
| Gets the M11 element. More...
|
|
ASPOSE_PAGE_SHARED_API float | get_M12 () |
| Gets the M12 element. More...
|
|
ASPOSE_PAGE_SHARED_API float | get_M21 () |
| Gets the M21 element. More...
|
|
ASPOSE_PAGE_SHARED_API float | get_M22 () |
| Gets the M22 element. More...
|
|
ASPOSE_PAGE_SHARED_API float | get_M31 () |
| Gets the M31 element. More...
|
|
ASPOSE_PAGE_SHARED_API float | get_M32 () |
| Gets the M32 element. More...
|
|
ASPOSE_PAGE_SHARED_API bool | get_IsIdentity () |
| Gets a value indicating whether this instance is identity matrix. More...
|
|
ASPOSE_PAGE_SHARED_API void | TransformPoints (System::ArrayPtr< System::Drawing::PointF > points, int32_t startIndex, int32_t numberOfPoints) |
| Applies the affine transformation represented by this Matrix to a specified part of array of points. More...
|
|
ASPOSE_PAGE_SHARED_API System::Drawing::PointF | TransformPoint (System::Drawing::PointF point) |
| Applies the affine transformation represented by this Matrix to a specified point. More...
|
|
ASPOSE_PAGE_SHARED_API void | TransformPoints (System::ArrayPtr< System::Drawing::PointF > points) |
| Applies the affine transformation represented by this Matrix to a specified array of points. More...
|
|
ASPOSE_PAGE_SHARED_API System::Drawing::RectangleF | Transform (System::Drawing::RectangleF rect) |
| Applies the affine transformation represented by this Matrix to a specified rectangle. More...
|
|
ASPOSE_PAGE_SHARED_API void | Scale (float scaleX, float scaleY, System::Drawing::Drawing2D::MatrixOrder matrixOrder) |
| Applies the specified scale vector (scaleX and scaleY) to this Matrix in order specified by matrixOrder . More...
|
|
ASPOSE_PAGE_SHARED_API void | Scale (float scaleX, float scaleY) |
| Applies the specified scale vector (scaleX and scaleY) to this Matrix in default (Prepend) order. More...
|
|
ASPOSE_PAGE_SHARED_API void | Translate (float offsetX, float offsetY, System::Drawing::Drawing2D::MatrixOrder matrixOrder) |
| Applies the specified translation vector to this Matrix in order specified by matrixOrder . More...
|
|
ASPOSE_PAGE_SHARED_API void | Translate (float offsetX, float offsetY) |
| Applies the specified translation vector to this Matrix. More...
|
|
ASPOSE_PAGE_SHARED_API void | Multiply (System::SharedPtr< System::Drawing::Drawing2D::Matrix > matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder) |
| Multiplies this matrix by the matrix specified by the matrix in order specified by matrixOrder . More...
|
|
ASPOSE_PAGE_SHARED_API void | Multiply (System::SharedPtr< System::Drawing::Drawing2D::Matrix > matrix) |
| Multiplies this matrix by the matrix specified by the matrix in default (Prepend) order. More...
|
|
ASPOSE_PAGE_SHARED_API void | Multiply (System::SharedPtr< XpsMatrix > matrix, System::Drawing::Drawing2D::MatrixOrder matrixOrder) |
| Multiplies this matrix by the matrix specified by the matrix in order specified by matrixOrder . More...
|
|
ASPOSE_PAGE_SHARED_API void | Multiply (System::SharedPtr< XpsMatrix > matrix) |
| Multiplies this matrix by the matrix specified by the matrix in default (Prepend) order. More...
|
|
ASPOSE_PAGE_SHARED_API void | Skew (double skewX, double skewY) |
| Applies specified skew transformation to this Matrix. More...
|
|
ASPOSE_PAGE_SHARED_API void | Rotate (float angle, System::Drawing::Drawing2D::MatrixOrder matrixOrder) |
| Applies clockwise rotation by angle to this Matrix in order specified by matrixOrder . More...
|
|
ASPOSE_PAGE_SHARED_API void | Rotate (float angle) |
| Applies clockwise rotation by angle to this Matrix in default (Prepend) order. More...
|
|
ASPOSE_PAGE_SHARED_API void | RotateAround (float angle, System::Drawing::PointF pivot, System::Drawing::Drawing2D::MatrixOrder matrixOrder) |
| Applies clockwise rotation by angle around the pivot to this Matrix in order specified by matrixOrder . More...
|
|
ASPOSE_PAGE_SHARED_API void | RotateAround (float angle, System::Drawing::PointF pivot) |
| Applies clockwise rotation by angle around the pivot to this Matrix in default (Prepend) order. More...
|
|
ASPOSE_PAGE_SHARED_API void | Reset () |
| Resets this Matrix to identity matrix. More...
|
|
virtual ASPOSE_PAGE_SHARED_API int32_t | GetHashCode () const |
| Returns a hash code for this instance. More...
|
|
virtual ASPOSE_PAGE_SHARED_API bool | Equals (System::SharedPtr< System::Object > obj) |
| Determines whether the specified object is equal to this instance. More...
|
|
virtual ASPOSE_PAGE_SHARED_API System::String | ToString () |
| Returns the string representation of this XpsMatrix instance. More...
|
|
ASPOSE_PAGE_SHARED_API System::SharedPtr< XpsMatrix > | Clone () |
| Clones this transformation matrix. More...
|
|
ASPOSE_PAGE_SHARED_API int32_t | get_Count () |
| Returns number of child elements. More...
|
|
ASPOSE_PAGE_SHARED_API System::SharedPtr< XpsElement > | idx_get (int32_t i) |
| Provides access to element's children by index i . More...
|
|
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< XpsElement > > > | GetEnumerator () |
| Implementation of System::Collections::Generic::IEnumerable<XpsElement> interface. More...
|
|
System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > | LINQ_ElementAt (int index) |
|
System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > | LINQ_First () |
|
System::SharedPtr< Collections::Generic::List< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > > > | LINQ_ToList () |
|
int | LINQ_Count () |
|
System::ArrayPtr< System::SharedPtr< Aspose::Page::XPS::XpsModel::XpsElement > > | LINQ_ToArray () |
|
ASPOSECPP_SHARED_API | Object () |
| Creates object. Initializes all internal data structures. More...
|
|
virtual ASPOSECPP_SHARED_API | ~Object () |
| Destroys object. Frees all internal data structures. More...
|
|
ASPOSECPP_SHARED_API | Object (Object const &x) |
| Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object & | operator= (Object const &x) |
| Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object * | SharedRefAdded () |
| Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | SharedRefRemovedSafe () |
| Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | RemovedSharedRefs (int count) |
| Decreases shared reference count by specified value. More...
|
|
Detail::SmartPtrCounter * | WeakRefAdded () |
| Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
void | WeakRefRemoved () |
| Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
Detail::SmartPtrCounter * | GetCounter () |
| Gets reference counter data structure associated with the object. More...
|
|
int | SharedCount () const |
| Gets current value of shared refernce counter. More...
|
|
ASPOSECPP_SHARED_API void | Lock () |
| Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
|
|
ASPOSECPP_SHARED_API void | Unlock () |
| Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Equals (ptr obj) |
| Compares objects using C# Object.Equals semantics. More...
|
|
virtual ASPOSECPP_SHARED_API ptr | MemberwiseClone () const |
| Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
|
|
virtual ASPOSECPP_SHARED_API const TypeInfo & | GetType () const |
| Gets actual type of object. Analog of C# System.Object.GetType() call. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Is (const TypeInfo &targetType) const |
| Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
|
|
virtual ASPOSECPP_SHARED_API void | SetTemplateWeakPtr (unsigned int argument) |
| Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
|
|
template<> |
bool | Equals (float const &objA, float const &objB) |
|
template<> |
bool | Equals (double const &objA, double const &objB) |
|
template<> |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
|
template<> |
bool | ReferenceEquals (String const &str1, String const &str2) |
|
|
System::SharedPtr< XpsMatrixInternal > | get_Matrix () const |
|
| XpsMatrix (System::SharedPtr< System::Xml::XmlNode > matrixNode, System::SharedPtr< XpsContext > context) |
|
| XpsMatrix (System::SharedPtr< System::Xml::XmlElement > matrixElement, System::SharedPtr< XpsContext > context) |
|
| XpsMatrix (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsMatrixInternal > matrix) |
|
| XpsMatrix (System::SharedPtr< XpsContext > context, float M11, float M12, float M21, float M22, float M31, float M32) |
|
virtual ASPOSE_PAGE_SHARED_API void | Accept (System::SharedPtr< XpsDocumentVisitor > visitor) |
|
virtual ASPOSE_PAGE_SHARED_API System::SharedPtr< XpsElement > | Clone (bool deep, System::SharedPtr< XpsContext > context, System::SharedPtr< XpsElement > parent, int32_t index) |
|
virtual ASPOSE_PAGE_SHARED_API | ~XpsMatrix () |
|
int32_t | get_Id () const |
|
System::SharedPtr< XpsElement > | get_Parent () const |
|
void | set_Parent (System::SharedPtr< XpsElement > value) |
|
System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsElement > > > | get_Owners () |
|
System::String | get_xKey () const |
|
void | set_xKey (System::String value) |
|
| XpsElement (System::SharedPtr< XpsContext > context) |
|
virtual ASPOSE_PAGE_SHARED_API void | Initialize (System::SharedPtr< System::Xml::XmlElement > element) |
|
virtual ASPOSE_PAGE_SHARED_API void | ForcePropertyValueReferencesUpdate (System::SharedPtr< XpsElement > parent, bool add=true) |
|
virtual ASPOSE_PAGE_SHARED_API void | UpdatePropertyValueReferences (System::SharedPtr< XpsElement > propertyValue, bool add=true) |
|
virtual ASPOSE_PAGE_SHARED_API void | ForceRegisterForPreprocessing (bool add=true) |
|
virtual ASPOSE_PAGE_SHARED_API void | RegisterForPreprocessing (System::SharedPtr< XpsElement > element, RegistrationType regType, bool add=true) |
|
void | RegisterLinks (System::SharedPtr< XpsHyperlinkTarget > linkTarget) |
|
virtual ASPOSE_PAGE_SHARED_API void | ForceRegisterForPreprocessingPV (bool add=true) |
|
virtual ASPOSE_PAGE_SHARED_API void | RegisterForPreprocessingPV (System::SharedPtr< XpsElement > element, RegistrationType regType, bool add=true) |
|
System::SharedPtr< XpsElement > | Add (System::SharedPtr< XpsElement > element) |
|
System::SharedPtr< XpsElement > | AddReference (System::SharedPtr< XpsElement > element) |
|
System::SharedPtr< XpsElement > | Remove (System::SharedPtr< XpsElement > element) |
|
System::SharedPtr< XpsElement > | RemoveReference (System::SharedPtr< XpsElement > element) |
|
System::SharedPtr< XpsElement > | Insert (int32_t index, System::SharedPtr< XpsElement > element) |
|
System::SharedPtr< XpsElement > | InsertReference (int32_t index, System::SharedPtr< XpsElement > element) |
|
System::SharedPtr< XpsElement > | RemoveAt (int32_t index) |
|
System::SharedPtr< XpsElement > | RemoveReferenceAt (int32_t index, System::SharedPtr< XpsElement > element) |
|
void | CloneChildren (System::SharedPtr< XpsElement > element, bool deep=true) |
| Clones all the children of element and add them to this element. More...
|
|
System::SharedPtr< XpsCanvas > | CreateCanvas (System::SharedPtr< XpsContext > context) |
|
System::SharedPtr< XpsPath > | CreatePath (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsPathGeometry > data) |
|
System::SharedPtr< XpsGlyphs > | CreateGlyphs (System::SharedPtr< XpsContext > context, System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString) |
|
System::SharedPtr< XpsGlyphs > | CreateGlyphs (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsFont > font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString) |
|
System::SharedPtr< XpsMatrix > | CreateMatrix (System::SharedPtr< XpsContext > context, float m11, float m12, float m21, float m22, float m31, float m32) |
|
System::SharedPtr< XpsPathGeometry > | CreatePathGeometry (System::SharedPtr< XpsContext > context) |
|
System::SharedPtr< XpsPathGeometry > | CreatePathGeometry (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsList< System::SharedPtr< XpsPathFigure >>> pathFigures) |
|
System::SharedPtr< XpsPathGeometry > | CreatePathGeometry (System::SharedPtr< XpsContext > context, System::String abbreviatedGeometry) |
|
System::SharedPtr< XpsPathFigure > | CreatePathFigure (System::SharedPtr< XpsContext > context, System::Drawing::PointF startPoint, bool isClosed=false) |
|
System::SharedPtr< XpsPathFigure > | CreatePathFigure (System::SharedPtr< XpsContext > context, System::Drawing::PointF startPoint, System::SharedPtr< XpsList< System::SharedPtr< XpsPathSegment >>> segments, bool isClosed=false) |
|
System::SharedPtr< XpsArcSegment > | CreateArcSegment (System::SharedPtr< XpsContext > context, System::Drawing::PointF point, System::Drawing::SizeF size, float rotationAngle, bool isLargeArc, XpsSweepDirection sweepDirection, bool isStroked=true) |
|
System::SharedPtr< XpsPolyLineSegment > | CreatePolyLineSegment (System::SharedPtr< XpsContext > context, System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true) |
|
System::SharedPtr< XpsPolyBezierSegment > | CreatePolyBezierSegment (System::SharedPtr< XpsContext > context, System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true) |
|
System::SharedPtr< XpsPolyQuadraticBezierSegment > | CreatePolyQuadraticBezierSegment (System::SharedPtr< XpsContext > context, System::ArrayPtr< System::Drawing::PointF > points, bool isStroked=true) |
|
System::SharedPtr< XpsSolidColorBrush > | CreateSolidColorBrush (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsColor > color) |
|
System::SharedPtr< XpsSolidColorBrush > | CreateSolidColorBrush (System::SharedPtr< XpsContext > context, System::Drawing::Color color) |
|
System::SharedPtr< XpsGradientStop > | CreateGradientStop (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsColor > color, float offset) |
|
System::SharedPtr< XpsGradientStop > | CreateGradientStop (System::SharedPtr< XpsContext > context, System::Drawing::Color color, float offset) |
|
System::SharedPtr< XpsLinearGradientBrush > | CreateLinearGradientBrush (System::SharedPtr< XpsContext > context, System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsGradientStop >>> gradientStops, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint) |
|
System::SharedPtr< XpsLinearGradientBrush > | CreateLinearGradientBrush (System::SharedPtr< XpsContext > context, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint) |
|
System::SharedPtr< XpsRadialGradientBrush > | CreateRadialGradientBrush (System::SharedPtr< XpsContext > context, System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< XpsGradientStop >>> gradientStops, System::Drawing::PointF center, System::Drawing::PointF gradientOrigin, float radiusX, float radiusY) |
|
System::SharedPtr< XpsRadialGradientBrush > | CreateRadialGradientBrush (System::SharedPtr< XpsContext > context, System::Drawing::PointF center, System::Drawing::PointF gradientOrigin, float radiusX, float radiusY) |
|
System::SharedPtr< XpsVisualBrush > | CreateVisualBrush (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsCanvas > canvas, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport) |
|
System::SharedPtr< XpsVisualBrush > | CreateVisualBrush (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsPath > path, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport) |
|
System::SharedPtr< XpsVisualBrush > | CreateVisualBrush (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsGlyphs > glyphs, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport) |
|
System::SharedPtr< XpsImageBrush > | CreateImageBrush (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsImage > image, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport) |
|
System::SharedPtr< XpsImageBrush > | CreateImageBrush (System::SharedPtr< XpsContext > context, System::String imagePath, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport) |
|
System::SharedPtr< XpsColor > | CreateColor (System::Drawing::Color color) |
|
System::SharedPtr< XpsColor > | CreateColor (int32_t a, int32_t r, int32_t g, int32_t b) |
|
System::SharedPtr< XpsColor > | CreateColor (int32_t r, int32_t g, int32_t b) |
|
System::SharedPtr< XpsColor > | CreateColor (float a, float r, float g, float b) |
|
System::SharedPtr< XpsColor > | CreateColor (float r, float g, float b) |
|
System::SharedPtr< XpsColor > | CreateColor (System::SharedPtr< XpsContext > context, System::String path, const System::ArrayPtr< float > &components) |
|
System::SharedPtr< XpsColor > | CreateColor (System::SharedPtr< XpsContext > context, System::SharedPtr< XpsIccProfile > iccProfile, const System::ArrayPtr< float > &components) |
|
System::SharedPtr< XpsImage > | CreateImage (System::SharedPtr< XpsContext > context, System::String imagePath) |
|
System::SharedPtr< XpsImage > | CreateImage (System::SharedPtr< XpsContext > context, System::SharedPtr< System::IO::Stream > stream) |
|
System::SharedPtr< XpsIccProfile > | CreateIccProfile (System::SharedPtr< XpsContext > context, System::String iccProfilePath) |
|
System::SharedPtr< XpsIccProfile > | CreateIccProfile (System::SharedPtr< XpsContext > context, System::SharedPtr< System::IO::Stream > stream) |
|
System::SharedPtr< XpsFont > | CreateFont (System::SharedPtr< XpsContext > context, System::String fontFamily, System::Drawing::FontStyle fontStyle) |
|
System::SharedPtr< XpsFont > | CreateFont (System::SharedPtr< XpsContext > context, System::SharedPtr< System::IO::Stream > stream) |
|
virtual ASPOSE_PAGE_SHARED_API void | CopyPropertyValues (System::SharedPtr< XpsElement > element) |
|
virtual ASPOSE_PAGE_SHARED_API void | ClonePropertyValues (System::SharedPtr< XpsElement > element) |
|
virtual ASPOSE_PAGE_SHARED_API void | CopySimplePropertyValues (System::SharedPtr< XpsElement > element) |
|
void | Accept (System::SharedPtr< XpsTreeVisitor > visitor, System::SharedPtr< System::Xml::XmlElement > element) |
|
virtual ASPOSE_PAGE_SHARED_API void | AcceptProperties (System::SharedPtr< XpsDocumentVisitor > visitor) |
|
virtual ASPOSE_PAGE_SHARED_API | ~XpsElement () |
|
| ~IEnumerable () override |
| Destructor. More...
|
|
Class incapsulating MatrixTransform property element features. This element defines an arbitrary affine matrix transformation used to manipulate the coordinate systems of elements.