PenSettings.Transform Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property Transform As Matrix
'Usage
Dim instance As PenSettings
Dim value As Matrix
value = instance.Transform
instance.Transform = value
public Matrix Transform { get; set; }
public:
property Matrix^ Transform {
Matrix^ get ();
void set (Matrix^ value);
}
public function get Transform () : Matrix
public function set Transform (value : Matrix)
Property Value
Type: System.Drawing.Drawing2D.Matrix
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.