4 references to TransformOffset
System.Drawing (4)
commonui\System\Drawing\Graphics.cs (4)
4152if (!context.TransformOffset.IsEmpty) { 4153cumulTransform.Translate(context.TransformOffset.X, context.TransformOffset.Y); 4169currentOffset = context.TransformOffset;